Respawning of crsd, css, evm process.
YasuDec 11 2008 — edited Dec 29 2008Once i faced node2 eviction in 2 node cluster environment, then consulted with Oracle support.....
They told that crsd process in Node 1 is the Master process and is not sync with the crsd process in Node 2. The process in Node 1 not updated the log files since Oct-24. By nature crsd should be started (respwan) if the process fails.
h1:3:respawn:/etc/init.d/init.evmd run >/dev/null 2>&1 </dev/null
h2:3:respawn:/etc/init.d/init.cssd fatal >/dev/null 2>&1 </dev/null
h3:3:respawn:/etc/init.d/init.crsd run >/dev/null 2>&1 </dev/null
So, according to Oralce we will kill the crsd process in Node 1 and see how the new process will behave.
THIS RESOLVED THE ISSUE !!!!!!
My doubt is, if we kill cssd process in one node then that node should be evicted.......then why in inittab respawn is mentioned for evm and cssd.
Even i am having doubt that by killing crsd node will survive or not(Eviction)
Regards,
Yasser.