Cluster Server 8.0 Agent for Sybase Installation and Configuration Guide - Linux
- Introducing the Cluster Server Agent for Sybase
- About the Sybase agent functions
- Installing and configuring Sybase
- Installing, upgrading, and removing the agent for Sybase
- Configuring VCS service groups for Sybase
- Before configuring the service group for Sybase
- About setting up detail monitoring for the agent for Sybase
- Administering VCS service groups for Sybase
- Appendix A. Resource type definitions for Sybase
- Appendix B. Sample configurations for Sybase
- Sample main.cf files for Sybase ASE CE configurations
Installing the agent for Sybase
The agent binaries for Cluster Server agent for Sybase are a part of the 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. For Sybase ASE cluster edition, the VCS product installer installs the Sybase agent VRTSvcsea RPM along with other components.
You can also install the Cluster Server agent for Sybase from the product disc.
Install the agent for Sybase on each node in the cluster.
To install the agent on Linux systems
- 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 Sybase, you can skip this procedure. - Insert the software disc that contains the Sybase agent software into the system's drive. The disc automatically mounts.
If the disc does not automatically mount, enter:
# mount -o ro /dev/cdrom /mnt/cdrom
- Navigate to the folder that contains the agent software.
# cd /mnt/cdrom/dist_x86_64/rpms
Where
dist is a supported Linux distribution, for example, rhel7
- Install the agent software.
# rpm -i VRTSvcsea-8.0.0.000-dist.x86_64.rpm
Where
dist is a supported Linux distribution, for example, RHEL7
- The VRTSvcsea RPM includes the agent binaries for the Sybase agent. The RPM also installs the VCS agents for DB2 and Oracle.
- Copy the
SybaseTypes.cf
file from/etc/VRTSagents/ha/conf/Sybase/
to/etc/VRTSvcs/conf/config
.