版次注意事項


|6.6 Veritas Support on Solaris

| |

|DB2 now supports Veritas, which provides cluster support for DB2 High Availability |on Solaris.

|

|Description
|Brings online, takes offline, and monitors a DB2 UDB instance.

|Entry Points
|

|Online
|Use db2start to bring up instance.

|Offline
|Use db2stop to bring down instance.

|Monitor
|Determines if specified DB2 instance is up. Uses appropriate process |monitoring and (optional) database monitoring.

|Clean
|Removes DB2 instance resources. |
|

|
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 Defninition
|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 
|) 

|Sample Configuration
|DB2UDB db2_resource_n0 ( 
|    probeDatabase = sample 
|    probeTable = vcstable 
|    instanceOwner = stevera 
|    instanceHome = "/export/home/stevera" 
|    monitorLevel = 2 
|    ) 
| 

|Installation
|

|You are now ready to create the DB2 resources necessary to control DB2 |instances. |


[ 頁面頂端 | 前一頁 | 下一頁 | 目錄 | 索引 ]