Rac Error-CRS-0259:,PRCR-1071,PRCR-1006 Failed to add resource ora.rocratc1.db for rocratc1
PRCR-1006 : Failed to add resource ora.rocratc1.db for rocratc1
PRCR-1071 : Failed to register or update resource ora.rocratc1.db
CRS-0259: Owner of the resource does not belong to the group.
solution:-
srvctl add database -d dbname -o /oracle/product/11.2.0/db_1
# /etc/init.d/oracleasm createdisk VOL1 /dev/sdc1
Marking disk "/dev/sdc1" as an ASM disk: [ Failed]
then follow
/usr/sbin/asmtool -C -l /dev/oracleasm -n VOL1 -s /dev/sde1 -a force=yes
/u01/11.2.0/grid/product/11.2.0/grid/bin
ls -l oracle
root#chmod 6751 oracle
PRCR-1071 : Failed to register or update resource ora.rocratc1.db
CRS-0259: Owner of the resource does not belong to the group.
solution:-
srvctl add database -d dbname -o /oracle/product/11.2.0/db_1
# /etc/init.d/oracleasm createdisk VOL1 /dev/sdc1
Marking disk "/dev/sdc1" as an ASM disk: [ Failed]
then follow
/usr/sbin/asmtool -C -l /dev/oracleasm -n VOL1 -s /dev/sde1 -a force=yes
/u01/11.2.0/grid/product/11.2.0/grid/bin
ls -l oracle
root#chmod 6751 oracle
Comments
Post a Comment