You are on page 1of 1

how to stop current node in RAC?

-------------------------------1) check is there any database services running on node (which is going to be do wn): ./crs_stat -t des. observe ora.<dbname>.db services i.e on what node it is running --if we need to chnage services to another node ./srvctl stop service -d <dbname> -s <servicename> -i <instan cename> ./srvctl modify service -d <dbname> -s <servicename> -n -i <prefferedinstance> where preferred instance is the new instnace the service will start. 2) shutdown instance on node: ./srvctl stop instnace -d <dbname> -i <instancename> 3) shutdown crs: ./crsctl stop crs ---it will brings down crs/HA/ASM >> it will show you all resources running on both no

You might also like