login as root user in linux server and check the status of cluster resources
1)# ./crsctl status resource -t
stop all the services
2)[root@<server_name> bin]# ./crsctl stop cluster -all
3)disable the automatic restart of the cluster
[root@<server_name> bin]# ./crsctl disable has
***************************************************
[root@<server_name> bin]# ./crsctl status resource -t
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.DATA.SHARED.advm
ONLINE ONLINE <server_name> Volume device /dev/a
sm/shared-500 is onl
ine,STABLE
ora.DATA.dg
ONLINE ONLINE <server_name> STABLE
ora.FRA.dg
ONLINE ONLINE <server_name> STABLE
ora.LISTENER.lsnr
ONLINE ONLINE <server_name> STABLE
ora.asm
ONLINE ONLINE <server_name> Started,STABLE
ora.data.shared.acfs
ONLINE ONLINE <server_name> mounted on /shared,S
TABLE
ora.net1.network
ONLINE ONLINE <server_name> STABLE
ora.ons
ONLINE ONLINE <server_name> STABLE
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.LISTENER_SCAN1.lsnr
1 ONLINE ONLINE <server_name> STABLE
ora.LISTENER_SCAN2.lsnr
1 ONLINE ONLINE <server_name> STABLE
ora.LISTENER_SCAN3.lsnr
1 ONLINE ONLINE <server_name> STABLE
ora.cdb1.db
1 OFFLINE OFFLINE Instance Shutdown,ST
ABLE
ora.<server_name>.vip
1 ONLINE ONLINE <server_name> STABLE
ora.collabn2.vip
1 ONLINE INTERMEDIATE <server_name> FAILED OVER,STABLE
ora.cvu
1 ONLINE ONLINE <server_name> STABLE
ora.oc4j
1 OFFLINE OFFLINE STABLE
ora.rac.db
1 OFFLINE OFFLINE Instance Shutdown,ST
ABLE
2 OFFLINE OFFLINE STABLE
ora.scan1.vip
1 ONLINE ONLINE <server_name> STABLE
ora.scan2.vip
1 ONLINE ONLINE <server_name> STABLE
ora.scan3.vip
1 ONLINE ONLINE <server_name> STABLE
ora.target.db
1 OFFLINE OFFLINE STABLE
--------------------------------------------------------------------------------
[root@<server_name> bin]# ./crsctl stop cluster -all
CRS-2673: Attempting to stop 'ora.crsd' on '<server_name>'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on '<server_name>'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on '<server_name>'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN2.lsnr' on '<server_name>'
CRS-2673: Attempting to stop 'ora.FRA.dg' on '<server_name>'
CRS-2673: Attempting to stop 'ora.data.shared.acfs' on '<server_name>'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on '<server_name>'
CRS-2673: Attempting to stop 'ora.<server_name>.vip' on '<server_name>'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN3.lsnr' on '<server_name>'
CRS-2673: Attempting to stop 'ora.cvu' on '<server_name>'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.LISTENER_SCAN2.lsnr' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.LISTENER_SCAN3.lsnr' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.scan3.vip' on '<server_name>'
CRS-2673: Attempting to stop 'ora.scan2.vip' on '<server_name>'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on '<server_name>'
CRS-2677: Stop of 'ora.cvu' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.<server_name>.vip' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.collabn2.vip' on '<server_name>'
CRS-2677: Stop of 'ora.data.shared.acfs' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.DATA.SHARED.advm' on '<server_name>'
CRS-2677: Stop of 'ora.DATA.SHARED.advm' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.DATA.dg' on '<server_name>'
CRS-2677: Stop of 'ora.FRA.dg' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.scan1.vip' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.scan2.vip' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.scan3.vip' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.collabn2.vip' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.DATA.dg' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.asm' on '<server_name>'
CRS-2677: Stop of 'ora.asm' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.ons' on '<server_name>'
CRS-2677: Stop of 'ora.ons' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on '<server_name>'
CRS-2677: Stop of 'ora.net1.network' on '<server_name>' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on '<server_name>' has completed
CRS-2677: Stop of 'ora.crsd' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on '<server_name>'
CRS-2673: Attempting to stop 'ora.evmd' on '<server_name>'
CRS-2673: Attempting to stop 'ora.storage' on '<server_name>'
CRS-2677: Stop of 'ora.storage' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.asm' on '<server_name>'
CRS-2677: Stop of 'ora.evmd' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.ctssd' on '<server_name>' succeeded
CRS-2677: Stop of 'ora.asm' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on '<server_name>'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on '<server_name>' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on '<server_name>'
CRS-2677: Stop of 'ora.cssd' on '<server_name>' succeeded
[root@<server_name> bin]#
[root@<server_name> bin]# ./crsctl disable has
CRS-4621: Oracle High Availability Services autostart is disabled.