Hi Jamie,
I see you are from Raleigh, I;m right up the road in Kittrell . . . .
If this is production, make sure to log a SEV1 SR on MOSC:
http://support.oracle.com Also see MOSC note 1050908.1 "How to troubleshoot RAC CRS startup issues". The very first thing to try is to re-boot the whole server and see if the CRS starts automatically. See here, I wrote this for you:
http://www.dba-oracle.com/t_rac_crs_start_failure.htmTry this, starting the CRS resources separately:
root> crsctl start resources
Starting resources.
Successfully started CRS resources******************************************
Did you forget to run root.sh or root102.sh (depending on what you were trying to do)?
These lines in /etc/inittab are necessary to start CRS correctly."
h1:3:respawn:/sbin/init.d/init.evmd run >/dev/null 2>&1 </dev/null
h2:3:respawn:/sbin/init.d/init.cssd fatal >/dev/null 2>&1 </dev/null
h3:3:respawn:/sbin/init.d/init.crsd run >/dev/null 2>&1 </dev/null
For complete details on installing and configuring CVRS (with working scripts), see the book “
Oracle 10g RAC and Grid”, by Rampant TechPress.