Simple Formula Lister>instance>nodeapps>cluster
######################STOP###################################
## Stop listener
## Stop instance
srvctl stop instance -i orcl1 -d orcl -o immidiate
srvctl stop instance -i orcl2 -d orcl -o immidiate
## Stop Nodeapps
srvctl stop nodeapps -n rac1
srvctl stop nodeapps -n rac2
## Stop cluster
crsctl stop crs (Node1 and Node2)
#####################START################
## Start cluster on both node
crsctl start crs (on both node)
## Start nodeapps
srvctl start nodeapps -n rac1
srvctl start nodeapps -n rac2
##Start database instance
srvctl start instance -i orcl1 -d orcl
srvctl start instance -i orcl2 -d orcl
##Start listener
################RAC Userfull Commands##########
## ps -ef|grep smon
## ps -ef|grep ohasd
## ps -ef|grep d.bin
## crs_stat -t
## crsctl check crs
## srvctl status nodeapps -n rac1
## srvctl status instance -i orcl1 -d orcl
######################STOP###################################
## Stop listener
## Stop instance
srvctl stop instance -i orcl1 -d orcl -o immidiate
srvctl stop instance -i orcl2 -d orcl -o immidiate
## Stop Nodeapps
srvctl stop nodeapps -n rac1
srvctl stop nodeapps -n rac2
## Stop cluster
crsctl stop crs (Node1 and Node2)
#####################START################
## Start cluster on both node
crsctl start crs (on both node)
## Start nodeapps
srvctl start nodeapps -n rac1
srvctl start nodeapps -n rac2
##Start database instance
srvctl start instance -i orcl1 -d orcl
srvctl start instance -i orcl2 -d orcl
##Start listener
################RAC Userfull Commands##########
## ps -ef|grep smon
## ps -ef|grep ohasd
## ps -ef|grep d.bin
## crs_stat -t
## crsctl check crs
## srvctl status nodeapps -n rac1
## srvctl status instance -i orcl1 -d orcl