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
Enabling detail monitoring for the agent for Sybase
Perform the following steps to enable detail monitoring on a database.
Note:
All Sybase resources in the cluster gets modified when you enable detail monitoring for agents.
To enable detail monitoring
- Make sure the Sybase server is configured for detail monitoring.
- Make the VCS configuration writable.
# haconf -makerw
- Enable detail monitoring for Sybase.
# hatype -modify Sybase LevelTwoMonitorFreq <value> # hares -modify Sybase_resource User user_name # hares -modify Sybase_resource UPword encrypted-password # hares -modify Sybase_resource Db database_name # hares -modify Sybase_resource Table table_name # hares -modify Sybase_resource Monscript "/opt/VRTSagents/ha/bin/Sybase/SqlTest.pl"
Note:
To enable detail monitoring, the LevelTwoMonitorFreq attribute must be set to a positive value. You can also override the value of this attribute at the resource level.
- Save the configuration.
# haconf -dump -makero
Note:
If detail monitoring is configured and the database is full, the SQL queries take considerable time to commit the results. In such a case, the monitor routine for the agent fails and attempts to fail over the service group. This issue is not encountered if detail monitoring is not configured.
More Information