Tuesday, February 25, 2014

Controlling Oracle High Availability Services

The crsctl utility is used to invoke certain OHASD functions.
  • To stop Oracle High Availability Services:
    • Stop the Clusterware stack:
      • # crsctl stop cluster
    • Stop Oracle High Availability Services on the local server:
      • # crsctl stop crs

  • To display Oracle High Availability Services automatic startup configuration:
    • # crsctl config crs
If you intend to stop Oracle Clusterware on all or a list of nodes, then use the crsctl stop cluster command, because it prevents certain resources from being relocated to other servers in the cluster before the Oracle Clusterware stack is stopped on a particular server. If you must stop the Oracle High Availability Services on one or more nodes, then wait until the crsctl stop cluster command completes and then run the crsctl stop crs command on any particular nodes, as necessary.

Use the crsctl config crs command to display Oracle High Availability Services automatic startup configuration. 


To determine the overall health on a specific node:

$ crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online

To check the viability of Cluster Synchronization Services (CSS) across nodes:

$ crsctl check cluster -all
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online

No comments:

Post a Comment