Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Cluster Server Agent for Sybase Installation and Configuration Guide - Solaris
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Solaris
- Introducing the Cluster Server for Sybase
- About the Sybase agent functions
- Monitoring options for the Sybase agent
- 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
- Resource dependency graph for the Sybase agent
- Sample main.cf files for Sybase ASE CE configurations
Sample configuration for agent for Sybase on Solaris 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 "SybaseTypes.cf" cluster vcscluster ( UserNames = { admin = anoGniNkoJooMwoInl } Administrators = { admin } CounterInterval = 5 ) system system1 ( ) system system2 ( ) group Sybase_group ( SystemList = { system1 = 0, system2 = 1 } AutoStartList = { system1, system2 } ) DiskGroup dgres ( DiskGroup = sybasedg ) IP ipres ( Device = le0 Address = "16.9.1.9" NetMask = "255.255.0.0" ) NIC nicres ( Device = le0 NetworkType = ether ) Mount sybase_mount ( MountPoint = "/opt/Sybase" BlockDevice = "/dev/vx/dsk/sybasedg/ase1103" FsckOpt = "-n" FSType = vxfs MountOpt = rw ) Sybase sybase_agent ( Server = SYBASE Owner = sybase Home = "/opt/Sybase" Version = sybase11 SA = sa SApswd = sybase User = abcd UPword = xxxxxxx Db = testdb1 Table = testtab Monscript = "/opt/VRTSagents/ha/bin/Sybase/SqlTest.pl" Run_ServerFile = "/opt/sybase/RUN_SYBASE_SERVER" WaitForRecovery = 1 interfaces_File = "/newfs/interfaces" ) SybaseBk sybase_bk_agent ( Server = SYBASE Owner = sybase Home = "/opt/Sybase" Version = sybase11 Backupserver = SYB_BACKUP SA = sa SApswd = sybase Run_ServerFile = "/opt/sybase/RUN_SYBASE_SERVER_BS" interfaces_File = "/newfs/interfaces" ) Volume sybasedg_vol ( Volume = ase1103 DiskGroup = dgres ) sybase_agent requires sybase_mount sybase_agent requires ipres sybase_bk_agent requires sybase_agent sybase_mount requires sybasedg_vol ipres requires nicres sybasedg_vol requires dgres