PROC-50 PROT-30: The Oracle Cluster Registry location to be added is not usable

advertisements

_____________________________________________________________________________________________________________________

The Eucharistic Miracles of the World
Error Description: 

Oracleasm listdisks shows the disk but Ocrconfig -add command failed with following error message.
[root@]# ocrconfig -add +DATA
PROT-30: The Oracle Cluster Registry location to be added is not usable
PROC-50: The Oracle Cluster Registry location to be added is inaccessible on nodes Node203.

Solution description:

[oracle~]$ oracleasm listdisks;
DATA
DATA_T2
OCRVOTE

[root@]# ocrconfig -add +DATA
PROT-30: The Oracle Cluster Registry location to be added is not usable
PROC-50: The Oracle Cluster Registry location to be added is inaccessible on nodes Node203.

You should check the oracle mapping for the disk group. Here in this case the DATA disk mapped to DATA_T1 in the Oracle ASM disk group rather than the disk shows in the oracleasm listdisks command. You should use ocrconfig -add +DATA_T1 command to add ocr.

advertisements
 
SQL> select dg.name ,d.path
from v$asm_diskgroup dg, v$asm_disk d
where dg.group_number=d.group_number;

NAME                           PATH
------------------------------ ---------------
DATA_T2                        ORCL:DATA_T2
DATA_T1                        ORCL:DATA

OCRVOTE                        ORCL:OCRVOTE

_____________________________________________________________________________________________________________________

Website Stats

0 comments:

Post a Comment

Labels

Oracle (629) Script (86) General (77) Unix (47) Blog (23) Technology (19) gadget (6) games (6) Business (3) OCI (3) SQL* Loader (3) Datapump (2)
 

acehints.com Copyright 2011-23 All Rights Reserved | Site Map | Contact | Disclaimer