DB2 Version 9.7 for Linux, UNIX, and Windows

DB2 High Availability Instance Configuration Utility (db2haicu) prerequisites

There is a set of tasks you must perform before using DB2® high availability instance configuration utility (db2haicu).

General

Before a database manager instance owner can run db2haicu, a user with root authority must run the preprpnode command.

preprpnode is part of the Reliable Scalable Cluster Technology (RSCT) fileset for AIX® and the RSCT package for Linux. preprpnode handles initializing the nodes for intracluster communication. The preprpnode command is run as a part of setting up the cluster. For more information about preprpnode, see:

For more information about RSCT, see RSCT Administration Guide - What is RSCT?
Also, a user with root authority must disable the iTCO_wdt and iTCO_vendor_support modules.
  • On SUSE, add the following lines to the /etc/modprobe.d/blacklist file:
    alias iTCO_wdt off
    alias iTCO_vendor_support off
  • On RHEL, add the following lines to the /etc/modprobe.conf file:
    blacklist iTCO_wdt
    blacklist iTCO_vendor_support
You can verify that the modules are disabled by using the lsmod command.

Before running db2haicu, a database manager instance owner must perform the following tasks:

DB2 High Availability Disaster Recovery (HADR)

If you will be using HADR functionality, perform the following tasks:

Partitioned database environment

If you have multiple database partitions to configure for high availability, perform the following steps: