Oracle Clusterware disable and enable


For Oracle10g you can use the CRS init script init.crs to control CRS services. Run the init.crs script with no arguments to display usage parameters. The location of the init.crs script is operating system dependant:

  • Solaris: the scripts are in /etc/init.d
  • Linux: the scripts are in /etc/init.d
  • HP-UX: the scripts are in /sbin/init.d
  • AIX: the scripts are in /etc

Stopping CRS Stack

init.crs stop

This is often used when applying patches or for planned outages.

Disabling CRS Stack

init.crs disable

This disables CRS / Clusterware services from being started in subsequent reboots. It will not stop the currently running CRS / Clusterware – it only ensures that the services do not come up after a reboot.

Enabling CRS Stack

init.crs enable

Use this to enable CRS / Clusterware to be started in a subsequent reboots.

Starting CRS Stack

init.crs start


Leave a Reply

Your email address will not be published. Required fields are marked *