Please enter search query.
 
              Search <book_title>...
            
 
          InfoScale™ 9.0 Cluster Server Agent for Sybase Installation and Configuration Guide - AIX
                Last Published: 
				2025-09-09
                
              
              
                Product(s): 
				InfoScale & Storage Foundation (9.0)
                 
              
              
                Platform: AIX
              
            - Introducing the Cluster Server agent for Sybase- About the Cluster Server agent for Sybase
- Supported software for the VCS agent for Sybase
- How the agent makes Sybase highly available
- How the Sybase and SybaseBk agents support intelligent resource monitoring
- About the Sybase agent functions
- Monitoring options for the Sybase agent
- Action function for the VCS agent for Sybase
- Typical Sybase configuration in a VCS cluster
 
- Installing and configuring Sybase- VCS requirements for installing Sybase- Sybase installation directory
- SYBASE directory on shared disks
- System Group and User for Sybase home directory
- Database dbspaces
- Transparent TCP/IP failover
- Changes required in Sybase RUN_Server file for AMF offline monitoring
- Language settings for the Sybase agent
- AMF kernel driver limitation for process offline event notification
 
- Installing Sybase in a VCS environment
- Configuring Sybase for detail monitoring
 
- VCS requirements for installing Sybase
- Installing, upgrading, and removing the agent for Sybase
- Configuring VCS service groups for Sybase- About configuring service groups for Sybase
- Before configuring the service group for Sybase
- Configuring the service groups for Sybase
- Configuring the service group for Sybase from Cluster Manager (Java console)
- Configuring the service group for Sybase using the command line
- Encrypting passwords for Sybase
- About setting up detail monitoring for the agent for Sybase
- Enabling and disabling intelligent resource monitoring (IMF) for agents
- Administering the AMF kernel driver
 
- Administering VCS service groups for Sybase
- Appendix A. Resource type definitions for Sybase
- Appendix B. Sample configurations for Sybase
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 = { "Storage 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 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, State, in terfaces_File, ShutdownWaitLimit, 
      DelayAfterOnline, DelayAfterOffline }
    static int IMF{} = { Mode=3, MonitorFreq=5, RegisterRetryLimit=3 }
    static str IMFRegList[] = { Server, Owner }
    static str AgentDirectory = "/opt/VRTSagents/ha/bin/Sybase"
)