HP Serviceguard Toolkit for Oracle on Linux User Guide (May 2013)

5. Generate the database package configuration file and control script using the following
commands:
Database package configuration file:
#cmmakepkg -p db1pkg.conf
Package control script:
#cmmakepkg -s db1pkg.cntl
NOTE: Make sure the db1pkg.cntl script has the execute permission.
6. Edit the following parameters in the package configuration file, db1pkg.conf.
ExampleDescriptionAttribute Name
oracle_legacyThe package name must be unique
in the cluster.
PACKAGE_NAME
$SGCONF/oracle_legacy/
db1pkg.cntl
Script to start up the service.RUN_SCRIPT
$SGCONF/oracle_legacy/
db1pkg.cntl
Script to halt the service.HALT_SCRIPT
7. Edit the following service parameters in db1pkg.conf:
To start monitoring Oracle processes:
ExampleAttribute Name
oracle_serviceSERVICE_NAME
noSERVICE_FAIL_FAST_ENABLED
300SERVICE_HALT_TIMEOUT
To start monitoring Oracle listener processes:
ExampleAttribute Name
oracle_listener_serviceSERVICE_NAME
noSERVICE_FAIL_FAST_ENABLED
300SERVICE_HALT_TIMEOUT
To start monitoring Oracle hang detection:
ExampleAttribute Name
oracle_hang_serviceSERVICE_NAME
noSERVICE_FAIL_FAST_ENABLED
300SERVICE_HALT_TIMEOUT
16 Using HP Serviceguard toolkit for Oracle