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

This script contains a list of internally used variables and
functions for
monitoring a DB2 server instance. This script will be called by
hadb2.sh.
It uses a tool called "db2gcf" to monitor the database.
- Interface Script (toolkit.sh)
This script is the interface between the Serviceguard package control
script
and the DB2 toolkit.
NOTE: The following ADF file and scripts are used only during the
modular
method of packaging.
- Attribute Definition File (db2)
For every parameter in the legacy toolkit user configuration file,
there is
an attribute in the ADF. It also has an additional attribute
TKIT_DIR
which is analogous to the package directory in the legacy
method of
packaging. The ADF is used to generate the package ASCII
template file.
For the alert mail notification feature, an additional parameter called
ALERT_MAIL_ID is introduced in the ADF.
ALERT_MAIL ID: Sends an email message to the specified email address
when
packages fail.This email is generated only when packages
fail,
and not when a package is halted by the operator.
To send this email message to multiple recipients, a group
email ID must be created and specified for this parameter.
When an email ID is not specified for this parameter, the
script does not send out this email.
- Module Script (tkit_module.sh)
This script is called by the Master Control Script and acts as an
interface
between the Master Control Script and the Toolkit interface
script
(toolkit.sh). It is responsible for calling the Toolkit
Configuration File
Generator Script (described below).
- Toolkit Configuration File Generator Script (tkit_gen.sh)
This script is called by the Module Script when the package
configuration is
applied using 'cmapplyconf' command to generate the
toolkit user
configuration file in the package directory(TKIT_DIR).