Databases Reference
In-Depth Information
As you can see, we have multiple cluster resources in our cluster, including four databases, ASM instances,
networks, SCAN listeners, ASM disk groups, Oracle Notification Services, and so on.
Oracle Grid Infrastructure cluster resources can be stopped and started using $CRS_HOME/bin/crsctl , just as you
would with a non-Exadata Grid Infrastructure environment. Stop your cluster by running these commands:
[root@cm01dbm01 ~]# /u01/app/11.2.0.3/grid/bin/crsctl stop cluster -f -all
CRS-2673: Attempting to stop 'ora.crsd' on 'cm01dbm01'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'cm01dbm01'
CRS-2673: Attempting to stop 'ora.DBFS_DG.dg' on 'cm01dbm01'
CRS-2673: Attempting to stop 'ora.registry.acfs' on 'cm01dbm01'
CRS-2673: Attempting to stop 'ora.dwprod.db' on 'cm01dbm01'
CRS-2673: Attempting to stop 'ora.dwprd.db' on 'cm01dbm01'
CRS-2673: Attempting to stop 'ora.visx.db' on 'cm01dbm01'
... lines omitted for brevity
CRS-2677: Stop of 'ora.cssd' on 'cm01dbm01' succeeded
CRS-2673: Attempting to stop 'ora.diskmon' on 'cm01dbm01'
CRS-2677: Stop of 'ora.diskmon' on 'cm01dbm01' succeeded
CRS-4688: Oracle Clusterware is already stopped on server 'cm01dbm02'
[root@cm01dbm01 ~]#
Stopping the cluster shuts down the cluster resources that Grid Infrastructure manages. You can see what
processes are still running following a cluster shutdown:
[root@cm01dbm01 ~]# ps -ef|grep grid
root 7104 1 0 14:09 ? 00:00:02 /u01/app/11.2.0.3/grid/bin/ohasd.bin reboot
grid 8235 1 0 14:09 ? 00:00:00 /u01/app/11.2.0.3/grid/bin/oraagent.bin
grid 8247 1 0 14:09 ? 00:00:00 /u01/app/11.2.0.3/grid/bin/mdnsd.bin
grid 8257 1 0 14:09 ? 00:00:00 /u01/app/11.2.0.3/grid/bin/gpnpd.bin
root 8345 1 0 14:09 ? 00:00:08 /u01/app/11.2.0.3/grid/bin/orarootagent.bin
grid 8346 1 0 14:09 ? 00:00:02 /u01/app/11.2.0.3/grid/bin/gipcd.bin
root 8359 1 0 14:09 ? 00:00:02 /u01/app/11.2.0.3/grid/bin/osysmond.bin
root 9251 1 0 14:10 ? 00:00:00 /u01/app/11.2.0.3/grid/bin/ologgerd -m cm01dbm02 -r
-d /u01/app/11.2.0.3/grid/crf/db/cm01dbm01
root 10186 28645 0 14:51 pts/0 00:00:00 grep grid
grid 15037 1 0 14:15 ? 00:00:00 /u01/app/11.2.0.3/grid/ccr/bin/nmz -cron -silent
[root@cm01dbm01 ~]#
To shut down all of the Grid Infrastructure cluster components, run crsctl stop crs :
[root@cm01dbm01 ~]# /u01/app/11.2.0.3/grid/bin/crsctl stop crs
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'cm01dbm01'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'cm01dbm01'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'cm01dbm01'
CRS-2673: Attempting to stop 'ora.crf' on 'cm01dbm01'
CRS-2677: Stop of 'ora.drivers.acfs' on 'cm01dbm01' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'cm01dbm01' succeeded
CRS-2677: Stop of 'ora.crf' on 'cm01dbm01' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'cm01dbm01'
CRS-2677: Stop of 'ora.gipcd' on 'cm01dbm01' succeeded
CRS-2673: Attempting to stop 'ora.gpnpd' on 'cm01dbm01'
CRS-2677: Stop of 'ora.gpnpd' on 'cm01dbm01' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'cm01dbm01' has
 
Search WWH ::




Custom Search