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
Enabling and disabling intelligent resource monitoring for Db2udb resource
Review the following procedures to enable or disable intelligent resource monitoring. The intelligent resource monitoring feature is now enabled by default. The IMF resource type attribute determines whether an IMF aware agent must perform intelligent resource monitoring.
To enable intelligent resource monitoring for Db2udb resource
- Make the VCS configuration writable by running the command
# haconf -makerw
- To enable intelligent resource monitoring for all the resources of type Db2udb, run the following command:
# hatype -modify Db2udb IMF -update Mode 2
- Change the values of the MonitorFreq key and the RegisterRetryLimit key of the IMF attribute.
See About the Db2udb resource types and attribute definitions.
- Save the VCS configuration
# haconf -dump -makero
- Make sure that the AMF kernel driver is configured on all nodes in the cluster.
# /opt/VRTS/bin/amfconfig
Configure the AMF driver if the command output returns that the AMF driver is not loaded or not configured.
- Restart the Db2udb agent. Run the following commands on each node.
# haagent -stop Db2udb -force -sys sys_name
# haagent -start Db2udb -sys sys_name
To disable intelligent resource monitoring for Db2udb resource
- Make the VCS configuration writable.
# haconf -makerw
- To disable intelligent resource monitoring for all the resources of type Db2udb, run the following command:
# hatype -modify Db2udb IMF -update Mode 0
- To disable intelligent resource monitoring for a specific Db2udb resource, run the following command:
# hares -override resource_name IMF
# hares -modify resource_name IMF -update Mode 0
- Save the VCS configuration.
# haconf -dump -makero
Note:
haimfconfig utility can also be used to enable or disable IMF. Please refer VCS Admin Guide for more information on haimfconfig.