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
Installing the VCS agent for DB2 software
The agent binaries for Cluster Server Agent for DB2 is part of VRTSvcsea RPM. The VRTSvcsea RPM is already installed if you chose to install all packages or recommended packages during VCS installation. You must manually install the VRTSvcsea RPM 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 a Linux 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.
- Insert the software disc into a drive that is connected to the node.
The software automatically mounts the disc as /mnt/cdrom.
- If the disc does not automatically mount, then you must mount the disc manually. For example:
# mount -t iso9660 -o ro /dev/cdrom /mnt/cdrom
- The VRTSvcsea RPM includes the agent binaries for the DB2 agents. The RPM also installs the VCS agents for Oracle and Sybase.
Install the agent software.
For supported Linux distributions on x86_64:
# cd /mnt/cdrom/<dist>_x86_64/rpms
# # rpm -i VRTSvcsea-9.0.0.000-<dist>.x86_64.rpm
Where <dist> is a compatible Linux distribution like RHEL7 or SLES12
- Repeat step 1 through step 4 on each node that you want to be part of the DB2 service group.