Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CRSCTL COMMAND OUTPUT

Raj AruAug 5 2016 — edited Aug 12 2016

Hi I have the below Problem

Database p01 is running on three node RAC with three instance. One instance is down and when I run the below crsctl command on the node where the instance is down (lx091) i am not getting the output. Any other way of using the command ?

Also any other method to monitor the instance and CRS resource available ?

Cluster version 11.2.0.4

DB Version - 11.2.0.4

[oracle@ngmlx091 ~]$ srvctl status db -d p01

Instance P011 is running on node lx090

Instance P012 is not running on node lx091

Instance P013 is running on node lx092

[oracle@lx091 ~]$ ${GRID_HOME}/bin/crsctl stat res -v -n lx090|grep ora.p01.db

NAME=ora.ps301.db

ID=ora.ps301.db 1 1

[oracle@lx091 ~]$ ${GRID_HOME}/bin/crsctl stat res -v -n lx091|grep ora.p01.db

[oracle@lx091 ~]$ ${GRID_HOME}/bin/crsctl stat res -v -n lx092|grep ora.p01.db

NAME=ora.p01.db

ID=ora.p01.db 2 1

ID=ora.p01.db 3 1

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2016
Added on Aug 5 2016
6 comments
935 views