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
init.crs stopThis is often used when applying patches or for planned outages.
init.crs disableThis 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.
init.crs enableUse this to enable CRS / Clusterware to be started in a subsequent reboots.
init.crs start
