Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Cluster Server Agent for DB2 Installation and Configuration Guide - AIX
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: AIX
- 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
Installing the VCS agent for DB2 software
The agent binaries for Cluster Server Agent for DB2 is part of VRTSvcsea fileset. The VRTSvcsea fileset is already installed if you chose to install all packages or recommended packages during VCS installation. You must manually install the VRTSvcsea fileset if you installed minimal packages during VCS installation.
You can install the Cluster Server Agent for DB2 from the product disc. You must install the VCS Agent for DB2 enterprise agent on all nodes that will host the DB2 service group.
To install the agent on an AIX node
- Log in as superuser.
- Make sure that the agent is not already installed. Navigate to /opt/VRTSagents/ha/bin and list the contents of the directory.
If the command returns the VCS agents for DB2, you can skip this procedure.
- Determine the device access name of the disc drive. For example, enter:
# cd /dev # lsdev -C -c cdrom
The output might resemble:
cd0 Available 05-08-00 IDE DVD-RAM Drive
In this example, cd0 is the disc's device access name.
- Insert the disc with the VCS software into a drive that is connected to the node.
- Mount the software disc using the device access name that you found in step 3:
# mkdir -p /dvdrom # mount -V cdrfs -o ro /dev/cd0 /dvdrom # cd /dvdrom
- Install the DB2 agent software.
# installp -ac -d /dvdrom/pkgs/VRTSvcsea.bff VRTSvcsea
The fileset also installs the VCS agents for Oracle and Sybase.
- Repeat step 1 through step 5 on each node that you want to be part of the VCS Agent for DB2 service group.