検索クエリーを入力してください
<book_title> を検索 ...
Cluster Server 7.3.1 Agent for DB2 インストール/設定ガイド - Solaris
Last Published:
2018-01-17
Product(s):
InfoScale & Storage Foundation (7.3.1)
- Cluster Server Agent for DB2 の概要
- VCS agent for DB2 のエージェント関数について
- VCS agent for DB2 の IMF 統合関数について
- 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. 設定例
Solaris での VCS agent for DB2 の場合非 MPP main.cf の設定
次の main.cf 設定ファイルは、ESE マルチパーティションインスタンス SMP 環境での DB2 UDB を示します。
include "types.cf" include "Db2udbTypes.cf" cluster db2_clus ( UserNames = { admin = "cDRpdxPmHpzS." } Administrators = { admin } CounterInterval = 5 ) system sysA ( CPUUsageMonitoring = { Enabled = 0, ActionThreshold = 0, ActionTimeLimit = 0, Action = NONE, NotifyThreshold = 0, NotifyTimeLimit = 0 } ) system sysB ( CPUUsageMonitoring = { Enabled = 0, ActionThreshold = 0, ActionTimeLimit = 0, Action = NONE, NotifyThreshold = 0, NotifyTimeLimit = 0 } ) group db2_grp1 ( SystemList = { sysA = 0, sysB = 1 } AutoStartList = { sysA } ) Db2udb db2udb1 ( DB2InstOwner = db2inst1 DB2InstHome = "/db2_mnt/db2inst1" IndepthMonitor = 1 DatabaseName = DWCNTRL NodeNumber = 0 UseDB2start = 1 ) Db2udb db2udb2 ( DB2InstOwner = db2inst1 DB2InstHome = "/db2_mnt/db2inst1" IndepthMonitor = 0 NodeNumber = 1 ) DiskGroup db2dg1 ( DiskGroup = db2dg1 )
IP db2ip1 ( Device = bge0 Address = "192.2.40.21" ) Mount db2mnt1 ( MountPoint = "/db2_mnt/db2inst1" BlockDevice = "/dev/vx/dsk/db2dg1/db2dg1home" FSType = vxfs MountOpt = rw FsckOpt = "-y" ) NIC db2nic1 ( Device = bge0 NetworkType = ether ) Volume db2vol1 ( Volume = db2dg1home DiskGroup = db2dg1 ) db2ip1 requires db2nic1 db2mnt1 requires db2vol1 db2udb1 requires db2ip1 db2udb1 requires db2mnt1 db2vol1 requires db2dg1 db2udb2 requires db2ip1 db2udb2 requires db2mnt1
メモ:
サンプル main.cf ファイルはクラスタのすべてのノードの次の場所でも利用できます: /etc/VRTSvcs/conf/Db2udb/sample_db2udb/。