Please enter search query.
Search <book_title>...
Cluster Server 8.0.2 Agent for DB2 Installation and Configuration Guide - Solaris
Last Published:
2023-06-05
Product(s):
InfoScale & Storage Foundation (8.0.2)
Platform: 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
Verifying the configuration for VCS agent for DB2
Check the configuration after you edit the main.cf.
To check the configuration
- Verify the syntax of the file /etc/VRTSvcs/conf/config/main.cf:
# cd /etc/VRTSvcs/conf/config # hacf -verify .
- Start the VCS engine on System A:
# hastart
- Type the hastatus command:
# hastatus
- When "LOCAL_BUILD" is listed in the message column, start VCS on System B:
# hastart
- Verify that all DB2 service group resources are brought online on System A:
# hagrp -display
- Take the service groups offline on System A and verify that all resources are stopped:
# hagrp -offline db2udb_grp1 -sys sysa # hagrp -offline db2udb_grp3 -sys sysa # hagrp -display
- Bring the service groups online again on System A and verify that all resources are available:
# hagrp -online db2udb_grp1 -sys sysa # hagrp -online db2udb_grp3 -sys sysa # hagrp -display
- Switch the DB2 service group to System B:
# hagrp -switch db2udb_grp1 -to sysb # hagrp -switch db2udb_grp3 -to sysb
- Verify that all DB2 service group resources are brought online on System B:
# hagrp -display
- On all the systems, look at the following log files for any errors or status:
/var/VRTSvcs/log/engine_A.log /var/VRTSvcs/log/Db2udb_A.log