when you shutdown the CRS resource on 12c RAC server the services will be down immediately on the below sequence.
1.CRSD
2.cluster verfication utility(CVU)
3.VIP ip's
4.SCAN listener
5.ASM
6.database
[root@collabn1 bin]# ./crsctl stop crs
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'collabn1'
CRS-2673: Attempting to stop 'ora.crsd' on 'collabn1'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'collabn1'
CRS-2673: Attempting to stop 'ora.cvu' on 'collabn1'
CRS-2673: Attempting to stop 'ora.collabn1.vip' on 'collabn1'
CRS-2677: Stop of 'ora.collabn1.vip' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN3.lsnr' on 'collabn1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'collabn1'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'collabn1'
CRS-2673: Attempting to stop 'ora.rac.db' on 'collabn1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN2.lsnr' on 'collabn1'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.collabn2.vip' on 'collabn1'
CRS-2677: Stop of 'ora.collabn2.vip' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.LISTENER_SCAN3.lsnr' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.scan3.vip' on 'collabn1'
CRS-2677: Stop of 'ora.LISTENER_SCAN2.lsnr' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.scan2.vip' on 'collabn1'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'collabn1'
CRS-2677: Stop of 'ora.scan3.vip' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.scan1.vip' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.scan2.vip' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.rac.db' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.FRA.dg' on 'collabn1'
CRS-2677: Stop of 'ora.FRA.dg' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.data.shared.acfs' on 'collabn1'
CRS-2677: Stop of 'ora.data.shared.acfs' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.DATA.SHARED.advm' on 'collabn1'
CRS-2677: Stop of 'ora.DATA.SHARED.advm' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.DATA.dg' on 'collabn1'
CRS-2677: Stop of 'ora.cvu' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.DATA.dg' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'collabn1'
CRS-2677: Stop of 'ora.asm' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.ons' on 'collabn1'
CRS-2677: Stop of 'ora.ons' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'collabn1'
CRS-2677: Stop of 'ora.net1.network' on 'collabn1' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'collabn1' has completed
CRS-2677: Stop of 'ora.crsd' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'collabn1'
CRS-2673: Attempting to stop 'ora.evmd' on 'collabn1'
CRS-2673: Attempting to stop 'ora.storage' on 'collabn1'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'collabn1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'collabn1'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'collabn1'
CRS-2677: Stop of 'ora.storage' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'collabn1'
CRS-2677: Stop of 'ora.drivers.acfs' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.evmd' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.asm' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'collabn1'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'collabn1'
CRS-2677: Stop of 'ora.cssd' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'collabn1'
CRS-2677: Stop of 'ora.gipcd' on 'collabn1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'collabn1' has completed
CRS-4133: Oracle High Availability Services has been stopped.
[root@collabn1 bin]#
[oracle@collabn1 ~]$ ps -ef|grep pmon
oracle 2596 1 0 21:50 ? 00:00:00 asm_pmon_+ASM1
oracle 3182 1 0 21:54 ? 00:00:00 ora_pmon_RAC1
oracle 5505 3272 0 21:56 pts/1 00:00:00 grep pmon
[oracle@collabn1 ~]$ ps -ef|grep pmon (CRS stopped ASM & RAC DB's)
oracle 6599 3272 0 21:58 pts/1 00:00:00 grep pmon
[oracle@collabn1 ~]$
1.CRSD
2.cluster verfication utility(CVU)
3.VIP ip's
4.SCAN listener
5.ASM
6.database
[root@collabn1 bin]# ./crsctl stop crs
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'collabn1'
CRS-2673: Attempting to stop 'ora.crsd' on 'collabn1'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'collabn1'
CRS-2673: Attempting to stop 'ora.cvu' on 'collabn1'
CRS-2673: Attempting to stop 'ora.collabn1.vip' on 'collabn1'
CRS-2677: Stop of 'ora.collabn1.vip' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN3.lsnr' on 'collabn1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'collabn1'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'collabn1'
CRS-2673: Attempting to stop 'ora.rac.db' on 'collabn1'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN2.lsnr' on 'collabn1'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.collabn2.vip' on 'collabn1'
CRS-2677: Stop of 'ora.collabn2.vip' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.LISTENER_SCAN3.lsnr' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.scan3.vip' on 'collabn1'
CRS-2677: Stop of 'ora.LISTENER_SCAN2.lsnr' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.scan2.vip' on 'collabn1'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'collabn1'
CRS-2677: Stop of 'ora.scan3.vip' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.scan1.vip' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.scan2.vip' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.rac.db' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.FRA.dg' on 'collabn1'
CRS-2677: Stop of 'ora.FRA.dg' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.data.shared.acfs' on 'collabn1'
CRS-2677: Stop of 'ora.data.shared.acfs' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.DATA.SHARED.advm' on 'collabn1'
CRS-2677: Stop of 'ora.DATA.SHARED.advm' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.DATA.dg' on 'collabn1'
CRS-2677: Stop of 'ora.cvu' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.DATA.dg' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'collabn1'
CRS-2677: Stop of 'ora.asm' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.ons' on 'collabn1'
CRS-2677: Stop of 'ora.ons' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'collabn1'
CRS-2677: Stop of 'ora.net1.network' on 'collabn1' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'collabn1' has completed
CRS-2677: Stop of 'ora.crsd' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'collabn1'
CRS-2673: Attempting to stop 'ora.evmd' on 'collabn1'
CRS-2673: Attempting to stop 'ora.storage' on 'collabn1'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'collabn1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'collabn1'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'collabn1'
CRS-2677: Stop of 'ora.storage' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'collabn1'
CRS-2677: Stop of 'ora.drivers.acfs' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.evmd' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'collabn1' succeeded
CRS-2677: Stop of 'ora.asm' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'collabn1'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'collabn1'
CRS-2677: Stop of 'ora.cssd' on 'collabn1' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'collabn1'
CRS-2677: Stop of 'ora.gipcd' on 'collabn1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'collabn1' has completed
CRS-4133: Oracle High Availability Services has been stopped.
[root@collabn1 bin]#
[oracle@collabn1 ~]$ ps -ef|grep pmon
oracle 2596 1 0 21:50 ? 00:00:00 asm_pmon_+ASM1
oracle 3182 1 0 21:54 ? 00:00:00 ora_pmon_RAC1
oracle 5505 3272 0 21:56 pts/1 00:00:00 grep pmon
[oracle@collabn1 ~]$ ps -ef|grep pmon (CRS stopped ASM & RAC DB's)
oracle 6599 3272 0 21:58 pts/1 00:00:00 grep pmon
[oracle@collabn1 ~]$
No comments:
Post a Comment