InfoScale™ 9.0 Cluster Server Agent for DB2 Installation and Configuration Guide - Linux
- Introducing the Cluster Server Agent for DB2
- About agent functions for VCS Agent for DB2
- About IMF Integration functions for VCS Agent for DB2
- Installing and configuring DB2
- VCS requirements for installing DB2
- Setting up the DB2 configuration
- Installing and removing the Cluster Server Agent for DB2
- Configuring VCS service groups for DB2
- About DB2 configurations in VCS
- Before configuring the service group for DB2
- Configuring the VCS Agent for DB2 from Cluster Manager (Java Console)
- Configuring the VCS Agent for DB2 by editing the main.cf file
- Setting up in-depth monitoring of a DB2 instance
- Administering VCS service groups for DB2
- Appendix A. Troubleshooting Cluster Server Agent for DB2
- Appendix B. Resource type information for Cluster Server Agent for DB2
- Appendix C. Resource type attributes for DB2
- Appendix D. Sample configurations
Configuring the agent to use the DB2 MPP configuration
Edit the main.cf file. Use /etc/VRTSagents/ha/conf/Db2udb/ sample_db2udb/main.cf.MPP for reference. Notice that CVM service group is present in the configuration file.
To configure the agent to use the DB2 MPP configuration
- Include the Db2udbTypes.cf file.
include "Db2udbTypes.cf"
Create service groups for the Db2udb resources. Refer to the sample configuration file. The example shows four DB2 MPP service groups and a CVM service group as follows:
MPP main.cf configuration for Linux
See MPP main.cf configuration for VCS agent for DB2 on Linux.
- In the DB2 MPP service groups, include the definitions for the Db2udb, IP, and NIC resources. Assign values to the attributes for the resources to match the parameters of your configuration.
For more information review the following information:
Db2udb resource type attributes
See About the Db2udb resource types and attribute definitions.
Sample configuration files.
For information about IP and NIC resources refer to the Cluster Server Bundled Agents Reference Guide.
- Assign the online local firm service group dependency of the db2udb service group for the cvm service group. For example:
requires group cvm online local firm
- Immediately following the service group dependency, assign dependencies for the newly created resources. Refer to the appropriate sample configuration file. For the group db2mpp_grp0, enter:
db2udb0 requires Db2_IP0 Db2_IP0 requires Db2_NIC0
For more information on assigning dependencies refer to the Cluster Server Administrator’s Guide.
- Save and close the file.