startup-shutdown
The RAC database running on my laptop has two nodes RAC1 and RAC2.
The instance names are brij1 and brij2. The binary files to start-stop (srvctl, crsctl) can be located under $ORA_CRS_HOME/bin directory SHUTDOWN PROCESS First take down your database 1) STOP DATABASE ON ALL NODES OR 1) STOP ALL INSTNACES Second turn is of ASM instance. 2) Shut down all ASM instances on all nodes. Then you will shutdown all node applications 3) Stop all node applications on all nodes. Verification >>>> Run ./crs_stat -t and it should show ‘target’ and ‘state’ for all components as “OFFLINE” And the last step is … 4) Shut down the Oracle Clusterware or CRS process by entering the following command on all nodes as the root user @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ STARTUP PROCESS 1) Start up the Oracle Clusterware or CRS process by entering the following command on all nodes as the root user 2) Start all node applications on all nodes 3) Start up all ASM instances on all nodes. 4) START ALL INSTNACES OR 4) START DATABASE ON ALL NODES $ ./srvctl start database -d brij Verification >>>> Run ./crs_stat -t and it should show ‘target’ and ‘state’ for all components as “ONLINE”
Ref:https://sites.google.com/site/oraclerac009/b-rac-install-upgrade/startup-shutdown
|