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
Type definition for the Sybase agent
The resource type definition for the agent for Sybase is as follows.
type Sybase ( static boolean AEPTimeout = 1 static keylist SupportedActions = { "checkpoint_all" } str Server str Owner str Home str Version str SA str SApswd str Run_ServerFile str User str UPword str Db str Table str Monscript = "/opt/VRTSagents/ha/bin/Sybase/SqlTest.pl" boolean WaitForRecovery = 0 str Quorum_dev str interfaces_File int ShutdownWaitLimit = 60 int DelayAfterOnline = 10 int DelayAfterOffline = 2 static int ToleranceLimit = 1 static str ArgList[] = { Server, Owner, Home, Version, SA, SApswd, User, UPword, Db, Table, Monscript, WaitForRecovery, Run_ServerFile, Quorum_dev, State, interfaces_File, ShutdownWaitLimit, DelayAfterOnline, DelayAfterOffline } static int IMF{} = { Mode=3, MonitorFreq=5, RegisterRetryLimit=3 } static str IMFRegList[] = { Server, Owner, Quorum_dev } static int ContainerOpts{} = { RunInContainer=1, PassCInfo=0 } static str AgentDirectory = "/opt/VRTSagents/ha/bin/Sybase" )