CRS-0184: Cannot communicate with the CRS daemon.
Hi DBA's,
I am not able to start the CRS in prod.
getting error like "CRS-0184: Cannot communicate with the CRS daemon. "
May 27 02:44:03 sun205 root: [ID 702911 user.error] Cluster Ready Services waiting on dependencies. Diagnostics in /tmp/crsctl.4181.
May 27 02:44:03 sun205 root: [ID 702911 user.error] Cluster Ready Services waiting on dependencies. Diagnostics in /tmp/crsctl.4194.
May 27 02:44:03 sun205 root: [ID 702911 user.error] Cluster Ready Services waiting on dependencies. Diagnostics in /tmp/crsctl.4191.
I have tried all the possible ways.... It is not working......
In My laptop i have implemented the RAC setup . I got the same error . I resolved my following method. But i have a doubt whether we can run this in prod or not.
---------------------------------------------------------------------------
cd $ORA_CRS_HOME
cd install
./rootdelete.sh
./rootdeinstall.sh
cd ..
./root.sh
---------------------------------------------------------------------------
Then it worked fine.... my doubt is whether we can run this in prod ?
If i run this , is there any negative impact ? ( Because it is a 3 node cluster)
or is there any other method to solve it ?