Post date: 28-Jul-2009 13:09:28
There is sometimes need to do some OS patching and for that you need to comment from inittab the three entries for daemons of CRS framework.
After the patching we need to reboot the Node , uncomment the entries that we commented and then execute following command :
crsctl start crs
The above command sometimes does not start the CRS. I follow following steps to make it start :
comment out last 3 lines in /etc/inittab
crsctl stop crs
reboot
uncomment
crsctl start crs
ps -ef | grep init
if crs init processes are not started do
init q
init