InfoScale™ 9.0 Cluster Server Agent for Sybase Installation and Configuration Guide - 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
SybaseBk agent functions
The agent for SybaseBk starts a Sybase Backup server, monitors the server process, and shuts down the server.
The SybaseBk agent is IMF-aware.
Table: Sybase agent for Backup server functions lists the Sybase agent for Backup server functions.
Table: Sybase agent for Backup server functions
Agent operation | Description |
---|---|
Online | Starts the Sybase Backup server by using the following command. startserver -f $SYBASE/$SYBASE_ASE/ install/RUN_$BackupServer Where $SYBASE/$SYBASE_ASE/install/RUN_$BackupServer is the default location of the Run server file. If you specify the value of the Run_ServerFile attribute, then the value that you specify is used instead of the default location. |
Monitor | Scans the process table for the backupserver process. |
Offline | Stops the Sybase Backup server by using the isql command in the following manner. If interfaces file location is specified using the interfaces_File attribute, agent uses the specified file while connecting to isql session. The agent first executes the command shutdown SYB_BACKUP with wait. If this command fails, the offline script executes shutdown SYB_BACKUP with nowait. |
Clean | Forcefully stops the Sybase Backup server by using the isql command in the following manner. The agent first executes the command shutdown SYB_BACKUP with wait. If this command fails, the clean script executes shutdown SYB_BACKUP with nowait. If the process does not respond to the shutdown command, the agent scans the process table for the processes that are associated with the configured Sybase Backup server and kills them. |
imf_init | Initializes the agent to interface with the AMF kernel driver, which is the IMF notification module for SybaseBk agent. This function runs when the agent starts up. |
imf_ register | Registers or unregisters resource entities with the AMF kernel module. This function runs for each resource after the resource goes into steady state (online or offline). |
imf_getnotification | Gets notification about resource state changes. This function runs after the agent initializes with the AMF kernel module. This function continuously waits for notification and takes action on the resource upon notification. |