HP Serviceguard Linux Oracle-Toolkit-A.05.01.00 User Guide (696983-001, June 2012)
1. To enable the maintenance mode feature in the package configuration file, set the
MAINTENANCE_FLAG attribute to yes in package configuration file.
2. To start the maintenance mode for the package, create the oracle.debug file under the
package directory:
# touch oracle.debug
3. To stop the maintenance mode and bring the package out of maintenance mode, remove the
oracle.debug file from the package directory:
# rm oracle.debug
Halting a package
To halt a package, run the following command:
# cmhaltpkg <package_name>
Deleting a package
To delete a package from the cluster, run the following command:
# cmdeleteconf -p <package_name>
This command prompts for a confirmation, before removing the package configuration from the
cluster binary file, unless you use the -f option.
Managing a package 41