Disable Clusterware to automatically start after the system starts. Disable clusterware
The following describes how to disable and enable Clusterware to automatically start with system startup.
Use the following method for 10 GB:
Disable Automatic startup of Clusterware with system startup
/Etc/init. d/init. crs disable
Enable Clusterware to automatically start with system startup
/Etc/init. d/init. crs enable
In 11g, we use the following method:
Disable Automatic startup of Clusterware with system startup
./Crsctl disable has
CRS-4621: Oracle High Availability Servicesautostart is disabled.
./Crsctl config has
CRS-4621: Oracle High Availability Servicesautostart is disabled.
# Verify the has status (the has status has changed to disabled)
Enable Clusterware to automatically start with system startup
./Crsctl enable has
CRS-4622: Oracle High Availability Servicesautostart is enabled.
./Crsctl config has
CRS-4622: Oracle High Availability Servicesautostart is enabled.
# Verify the has status (the has status has changed to enabled)