Wednesday, June 24, 2026


# 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 ....

# ocrconfig -add +RECO
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 ....

The reason: ASM diskgroup DATA and RECO are not mounted on one/some nodes.

Solution: mount these diskgroups:

$ sqlplus / as sysasm
SQL> alter diskgroup DATA mount;
or 
$ asmcmd mount DATA


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

# ocrconfig -add +DATA PROT-30: The Oracle Cluster Registry location to be added is not usable. PROC-50: The Oracle Cluster Registry locatio...