Proper way to Shartup/Shutdown 11gR2 RAC
i am trying to find the steps that involved to stop the services in 11gR2 RAC, as i dun wan to stop CRS using crsctl stop crs (has). i wan to stop services only like DB instance, ASM instance, VIP , Scan VIP etc etc.
as in 10gR2 RAC we have almost have three commands to use as below
srvctl stop instance -i instance_name1 -d db_name
srvctl stop asm -n node1
srvctl stop nodeapps -n
but as you know above is no longer compatible with 11gR2 RAC. can any one tell me the right steps that i can use stop services on 11gR2 RAC nodes one by keeping in mind ASM is being used.