11gR2 RAC [message #526596] |
Tue, 11 October 2011 17:02 |
caprikar
Messages: 226 Registered: March 2007
|
Senior Member |
|
|
Hi,
I have 2 node 11gR2 RAC running on AIX 6.1, after I shutdown the database and restart crs using crsctl start crs, ASM instance comes back up but not the database and I had to start the database using srvctl, isn't that the database should come up when I start the crs? can someone clarify?
Thanks
|
|
|
|
|
|
Re: 11gR2 RAC [message #526625 is a reply to message #526599] |
Wed, 12 October 2011 01:19 |
John Watson
Messages: 8963 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Perhaps the database isn't registered in the CRS for automatic start? Check this with
srvctl config database -d whatever
and set this with
srvctl modify database -d whatever -y automatic
or possibly, if the nodes are busy, the automatic startup of the instances can fail because of timing issues.
(ps - anyone know why the switch is "-y"? Actually, a whole lot of the switches in srvctl are bizarre)
|
|
|