|DB2 now supports Veritas, which provides cluster support for DB2 High Availability |on Solaris.
|
Attribute | Type | Definition |
probeDatabase | string | Database to be monitored |
instanceOwner | string | Instance owner name |
instanceHome | string | Home directory of instance owner |
probeTable | string | Table in probeDatabase to monitor |
monitorLevel | integer | 1 implies process monitoring, 2 implies db mon |
nodeNumber | integer | Nodenumber of instance to start (unset is EE) |
|
|type DB2UDB ( | static int CleanTimeout = 240 | static int MonitorTimeout = 30 | static int OfflineTimeout = 240 | static int OnlineRetryLimit = 2 | static int OnlineTimeout = 120 | static int OnlineWaitLimit = 1 | static int RestartLimit = 3 | static int ToleranceLimit = 1 | static str ArgList[] = |{ probeDatabase, instanceOwner, instanceHome, probeTable, monitorLevel, |nodeNumber } | NameRule = resource.db2udb | str probeDatabase | str instanceOwner | str instanceHome | str probeTable | int monitorLevel | int nodeNumber |)
|DB2UDB db2_resource_n0 ( | probeDatabase = sample | probeTable = vcstable | instanceOwner = stevera | instanceHome = "/export/home/stevera" | monitorLevel = 2 | ) |
|You are now ready to create the DB2 resources necessary to control DB2 |instances. |