Please enter search query.
Search <book_title>...
Cluster Server 8.0.2 Agent for DB2 Installation and Configuration Guide - Solaris
Last Published:
2023-06-05
Product(s):
InfoScale & Storage Foundation (8.0.2)
Platform: Solaris
- Introducing the Cluster Server Agent for DB2
- About agent functions for VCS agent for DB2
- About IMF Integration functions for VCS Agent for DB2
- Installing and configuring DB2
- VCS requirements for installing DB2
- Setting up the DB2 configuration
- Installing and removing the Cluster Server Agent for DB2
- Configuring VCS service groups for DB2
- About DB2 configurations in VCS
- Before configuring the service group for DB2
- Configuring the VCS Agent for DB2 from Cluster Manager (Java Console)
- Configuring the VCS agent for DB2 by editing the main.cf file
- Setting up in-depth monitoring of a DB2 instance
- Administering VCS service groups for DB2
- Appendix A. Troubleshooting Cluster Server Agent for DB2
- Appendix B. Resource type information for Cluster Server Agent for DB2
- Appendix C. Resource type attributes for DB2
- Appendix D. Sample configurations
DB2 UDB type definition file: Db2udbTypes.cf on Solaris
The following is the type definition for the agent.
type Db2udb ( static str AgentDirectory = "/opt/VRTSagents/ha/bin/Db2udb" static str AgentFile = "/opt/VRTSagents/ha/bin/Db2udb/Db2udbAgent" static keylist SupportedActions = { VRTS_GetInstanceName, VRTS_GetRunningServices } static int CleanTimeout = 240 static int MonitorTimeout = 240 static int OfflineTimeout = 240 static int OnlineRetryLimit = 2 static int OnlineTimeout = 180 static int OnlineWaitLimit = 1 static int RestartLimit = 3 static int ToleranceLimit = 1 static str ArgList[] = { DB2InstOwner, DB2InstHome, IndepthMonitor, DatabaseName, NodeNumber, StartUpOpt, ShutDownOpt, AgentDebug, Encoding, WarnOnlyIfDBQueryFailed, LastWarningDay, UseDB2start } static int ContainerOpts{} = { RunInContainer=1, PassCInfo=0 } static int IMF{} = { Mode=2, MonitorFreq=5, RegisterRetryLimit=3 } static str IMFRegList[] = { DB2InstOwner, DB2InstHome } str DB2InstOwner str DB2InstHome int IndepthMonitor str DatabaseName int NodeNumber str StartUpOpt = START str ShutDownOpt = STOP boolean AgentDebug = 0 str Encoding boolean WarnOnlyIfDBQueryFailed = 1 temp str LastWarningDay boolean UseDB2start = 0 )