検索クエリーを入力してください
<book_title> を検索 ...
Cluster Server 7.3.1 Agent for DB2 インストール/設定ガイド - Linux
Last Published:
2018-01-17
Product(s):
InfoScale & Storage Foundation (7.3.1)
- Cluster Server Agent for DB2 の概要
- Cluster Server Agent for DB2 について
- Cluster Server Agent for DB2 が DB2 の高可用性を実現するしくみ
- DB2 エージェントがインテリジェントなリソース監視をサポートするしくみ
- VCS agent for DB2 の場合サポートするソフトウェア
- VCS Agent for DB2 のエージェント関数について
- VCS agent for DB2 の場合オンラインエージェント関数について
- VCS agent for DB2 の場合オフラインエージェント関数について
- VCS agent for DB2 の場合監視エージェント関数について
- VCS agent for DB2 の場合クリーンエージェント関数について
- VCS agent for DB2 の場合情報エージェント関数について
- アクションエージェント関数についてVCS agent for DB2 の場合
- VCS agent for DB2 の IMF 統合関数について
- VCS agent for DB2 の場合データベース情報を取得するための情報エージェント関数の実行について
- Cluster Server での標準的な DB2 設定
- VCS 環境に DB2 UDB を設定するためのロードマップ
- DB2 のインストールと設定
- Cluster Server Agent for DB2 のインストールと削除
- DB2 のための VCS サービスグループの設定
- DB2 のための VCS サービスグループの管理
- 付録 A. Cluster Server Agent for DB2 のトラブルシューティング
- 付録 B. Cluster Server Agent for DB2 のリソースの種類情報
- 付録 C. DB2 のリソースの種類属性
- 付録 D. 設定例
Linux での DB2 UDB タイプの定義ファイル:Db2udbTypes.cf
以下に示すのはエージェントのタイプ定義です。
Type Db2udb (
static keylist SupportedActions = { VRTS_GetInstanceName,
VRTS_GetRunningServices }
static int CleanTimeout = 240
static int OfflineTimeout = 240
static int MonitorTimeout = 240
static int OnlineRetryLimit = 2
static int OnlineTimeout = 180
static int OnlineWaitLimit = 1
static int RestartLimit = 3
static int ToleranceLimit = 1
static str AgentFile = "/opt/VRTSagents/ha/bin/Db2udb/Db2udbAgent"
static str AgentDirectory = "/opt/VRTSagents/ha/bin/Db2udb"
static str ArgList[] = { DB2InstOwner, DB2InstHome, IndepthMonitor,
DatabaseName, NodeNumber, StartUpOpt, ShutDownOpt, AgentDebug,
Encoding,WarnOnlyIfDBQueryFailed, LastWarningDay, UseDB2start }
static str IMFRegList[] = { DB2InstOwner, DB2InstHome }
static int IMF{} = { Mode=2, MonitorFreq=5, RegisterRetryLimit=3 }
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
)