Using the DB2 database Toolkit in a Serviceguard Cluster in HP-UX Release README: B.06.00

- The Serviceguard package configuration file (pkg.conf).
The package configuration file is created with
"cmmakepkg -p", and should be put in the following location:
'/etc/cmcluster/pkg/db2_pkg/'
EXAMPLE:
/etc/cmcluster/pkg/db2_pkg/pkg.conf
The configuration file should be edited as indicated by the
comments in
that file. The package name needs to be unique within the
cluster. For
clarity, use the name of the database instance to name the
package.
PACKAGE_NAME db2_payroll
EXAMPLE:
PACKAGE_NAME db2_payroll
List the names of the clustered nodes to be configured to run the
package,
using the NODE_NAME parameter:
NODE_NAME node1
NODE_NAME node2
The service name must match the service name used in the package
control
script. The service name can include the DB2
instance name
(i.e., $DB2_INSTANCE). In the following example, since there is
only one
service for this package, the ${DB2_INSTANCE}
(i.e.,payroll_inst) is
assigned to the SERVICE_NAME parameter.
EXAMPLE:
SERVICE_NAME payroll_inst_service
SERVICE_FAIL_FAST_ENABLED NO
SERVICE_HALT_TIMEOUT 300
The run and halt scripts are (typically) identified as the control
script,
as follows:
RUN_SCRIPT /etc/cmcluster/pkg/db2_pkg/pkg.cntl
HALT_SCRIPT /etc/cmcluster/pkg/db2_pkg/pkg.cntl
- The DB2 Configuration file,