Please enter search query.
Search <book_title>...
Cluster Server 8.0 Agent for Sybase Installation and Configuration Guide - Linux
Last Published:
2021-12-21
Product(s):
InfoScale & Storage Foundation (8.0)
Platform: 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
Sample configuration for a Sybase service group on Linux systems
The following sample depicts a basic configuration with a Sybase service group configured with one NIC, one database instance configured with detail monitoring, and one backup instance.
include "types.cf" include "/etc/VRTSagents/ha/conf/Sybase/SybaseTypes.cf" cluster vcs_cluster ( UserNames = { admin = anoGniNkoJooMwoInl } CounterInterval = 5 ) system system1 ( ) system system2 ( ) group Sybase_group ( SystemList = { system1 = 0, system2 = 1 } ) IP ipres ( Device = eth0 Address = "16.9.1.9" NetMask = "255.255.0.0" ) Mount sybase_mount ( MountPoint = "/sybase" BlockDevice = "/dev/vx/dsk/vxdgG01/vxvolG01" FSType = vxfs MountOpt = rw FsckOpt = "-y" ) Volume sybase_volres ( Volume="vxvolG01" DiskGroup="vxdgG01" ) DiskGroup sybase_dres ( DiskGroup = "vxdgG01" StartVolumes=0 StopVolumes=0 ) NIC nicres ( Device = eth0 NetworkHosts = { "16.9.10.1", "16.9.10.2" } ) Sybase sybase_agent ( Server = SYB15LNX32 Owner = sybase Home = "/home/sybase" Version = "15.0.0" SA = sa LevelTwoMonitorFreq = 1 User = vcsuser UPword = GSNsLSoSLsPSt Db = vcsdb Table = vcstable Monscript = "/opt/VRTSagents/ha/bin/Sybase/SqlTest.pl" WaitForRecovery = 1 Run_ServerFile = "/home/sybase/RUN_SYB15LNX32" interfaces_File = "/newfs/interfaces" ) SybaseBk sybase_bk_agent ( Server = SYB15LNX32 Owner = sybase Home = "/home/sybase" Version = "15.0.0" Backupserver = SYB15LNX32_BS SA = sa Run_ServerFile = "/home/sybase/RUN_SYB15LNX32_BS" interfaces_File = "/newfs/interfaces" ) ipres requires nicres sybase_agent requires ipres sybase_agent requires sybase_mount sybase_mount requires sybase_volres sybase_volres requires sybase_dres sybase_bk_agent requires sybase_agent