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