Restart Database RAC
------------------------
Stop Database
----------------
---->Note Both Pmon and tns result for cross check after restarting Database
ps -ef | grep pmon
ps -ef | grep tns
---->Check database Name
echo $ORACLE_SID
---->Check node names and status
srvctl status database -d DATABASENAME
---->Down database
srvctl stop database -d DATABASENAME
---->Check this command and we get path
ps -ef | grep d.bin
---->Copy path till bin
---->now connect to grid and go to path
---->connect to grid and check cluster status
crsctl status res -t
---->Connect to root user and same path as grid
---->Down Clusters
./crsctl stop cluster -all
start database
-----------------
---->Check this command and we get path
ps -ef | grep d.bin
---->Connect to grid and go to path till bin
---->Check Cluster status
./crsctl check cluster -all
---->Start Cluster
./crsctl start cluster -all
Connect to grid ---- crsctl status res -t
connect to oracle
Start database ---- srvctl start database -d DATABASENAME
Check node names and status ---- srvctl status database -d DATABASENAME
Now we need to start Oracle Listners
list