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

As Instance owner execute the following.
[payroll_inst@node1/]> db2set DB2COMM=tcpip
[payroll_inst@node1/]> update database manager configuration using
svcename db2c_payroll_inst
[payroll_inst@node1/]> db2stop
[payroll_inst@node1/]> db2start
11. Start database manager and examine the database log for any
errors.
[payroll_inst@node1 ~]> db2start
07/15/2008 18:10:32 1 0 SQL1063N DB2START processing was
successful.
04/15/2008 18:10:32 0 0 SQL1063N DB2START processing was
successful.
SQL1063N DB2START processing was successful.
12. Create the database on the mount point, connect to it locally and
terminate
the connection. As an instance owner, execute,
payroll_inst@node1 ~]> db2 create database $DBNAME on $MNTPOINT
payroll_inst@node1 ~]> db2 connect to $DBNAME (as instance owner)
Check the DB2 log for errors in
$HOME/sqllib/db2dump/db2diag.log
On other cluster nodes catalog the already created database:
payroll_inst@node1 ~]> db2 catalog database $DBNAME on $MNTPOINT \
authentication client
13. Terminate the connection and release the logical volume:
[payroll_inst@node1 ~]> db2 terminate (as instance owner)
[payroll_inst@node1 ~]> db2stop (as instance user)
[root@node1 /]> umount $MNTPOINT (as root user)
[root@node1 /]> vgchange -a n $VG (as root user)
14. Stop database manager and correct errors (if any)
[payroll_inst@node1 ~]> db2stop
NOTE:
In a Serviceguard cluster environment, the fault monitor facility
provided
by DB2 must be turned off. Fault monitor facility is a sequence of
processes
that work together to ensure that DB2 instance is running. Fault
monitor
facility is specifically designed for non-clustered environments and
has the
flexibility to be turned off if the DB2 instance is running in a
cluster
environment.In Serviceguard environment, DB2 instance start/stop is
controll
ed by Serviceguard and hence the fault monitor facility should be
turned off.
For more information on this please look at the IBM DB2 documentation