Using the Oracle Toolkit in a HP Serviceguard Cluster README Revision: B.06.00, August 2010

#cmmakepkg -m ecmt/oracle/oracle pkg.conf
where,
- 'ecmt/oracle/oracle' is the ECMT Oracle toolkit module
name.
- 'pkg.conf' is the name of the package configuration
file
ii. Configure the following Serviceguard parameters in the pkg.conf
file.
package_name - Set to any name desired.
package_type - Set to "failover".
Edit the service parameters if necessary. The service parameters
are
preset to
service_name oracle_service
service_cmd "$SGCONF/scripts/ecmt/oracle/tkit_module.sh
oracle_monitor"
service_restart none
service_fail_fast_enabled no
service_halt_timeout 300
service_name oracle_listener_service
service_cmd "$SGCONF/scripts/ecmt/oracle/tkit_module.sh
oracle_monitor_listener"
service_restart none
service_fail_fast_enabled no
service_halt_timeout 300
If the listener is not configured, comment the second set of
service parameters which are used to monitor the listener.
iii. Configure the toolkit parameter TKIT_DIR. This parameter is
synonymous to
the package directory. On a cmapplyconf, TKIT_DIR will contain
the
toolkit configuration file haoracle.conf on all configured
nodes.
Configure the other toolkit parameters for the database package
as
mentioned in this README for the database failover legacy
package.
iv. Apply the package configuration using
# cmapplyconf -P pkg2.conf
This command creates the package using the values specified in
the