Please enter search query.
 
              Search <book_title>...
            
 
          Cluster Server 8.0.2 Agent for Sybase Installation and Configuration Guide - Linux
                Last Published: 
				2023-06-05
                
              
              
                Product(s): 
				InfoScale & Storage Foundation (8.0.2)
                 
              
              
                Platform: Linux
              
            - 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
 - 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
- About the sample configuration for the Sybase agent
 - Resource dependency graph for the Sybase agent
 - Sample configuration for a Sybase service group on Linux systems
 - Sample main.cf files for Sybase ASE CE configurations
- Sample main.cf for a basic Sybase ASE CE cluster configuration under VCS control with shared mount point on CFS for Sybase binary installation
 - Sample main.cf for a basic Sybase ASE CE cluster configuration with local mount point on VxFS for Sybase binary installation
 - Sample main.cf for a primary CVM VVR site
 - Sample main.cf for a secondary CVM VVR site
 
 
 
Type definition for the SybaseBk agent
The resource type definition for the SybaseBk agent is as follows:
type SybaseBk (
    static boolean AEPTimeout = 1
    str Backupserver
    str Owner
    str Home
    str Version
    str Server
    str SA
    str SApswd
    str Run_ServerFile
    str interfaces_File
    str SystemDAttrList{}
    boolean UseSystemD = 0
    static str ArgList[] = { Backupserver, Owner, Home, Version, 
      Server, SA, SApswd, Run_ServerFile, interfaces_Filei, 
      UseSystemD , SystemDAttrList }
    static int IMF{} = { Mode=3, MonitorFreq=5, RegisterRetryLimit=3 }
    static str IMFRegList[] = { Backupserver, Owner }
    static str AgentDirectory = "/opt/VRTSagents/ha/bin/SybaseBk"
)