Cluster Server 8.0.2 Agent for DB2 Installation and Configuration Guide - Solaris
- 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 non-MPP configurations
Edit the main.cf file. Use /etc/VRTSagents/ha/conf/Db2udb/ sample_db2udb/main.cf.EE or /etc/VRTSagents/ha/conf/ Db2udb/sample_db2/main.cf.EEE for reference.
To configure the agent to use the DB2 non-MPP configurations
- Include the Db2udbTypes.cf file.
include "Db2udbTypes.cf"
- Create a service group for the DB2 resources.
This example that shows a group named "db2_grp1" in which two partitions are defined.
- Include all resources in the service groups. These resources include the Db2udb, DiskGroup, IP, Mount, NIC, and Volume resources. Assign values to the attributes for the resources to match the parameters of your configuration.
For more information:
Db2udb resource type attributes
See About the Db2udb resource types and attribute definitions.
The sample configuration files
For information about the DiskGroup, IP, Mount, NIC, and Volume resources, refer to the Cluster Server Bundled Agents Reference Guide.
- Assign dependencies for the newly created resources. For the group db2udb_grp1, enter:
db2udb1 requires db2udb_ip1 db2udb1 requires db2udb_mnt1 db2udb_ip1 requires db2udb_nic1 db2udb_mnt1 requires db2udb_vol1 db2udb_vol1 requires db2udb_dg1
And for group db2udb_grp3, enter:
db2udb3 requires db2udb_ip3 db2udb3 requires db2udb_mnt3 db2udb_ip3 requires db2udb_nic3 db2udb_mnt3 requires db2udb_vol3 db2udb_vol3 requires db2udb_dg3
For more information, refer to the appropriate sample configuration file.
For more information on assigning dependencies, refer to the Cluster Server Administrator’s Guide.
- Save and close the file.