Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Cluster Server Agent for DB2 Installation and Configuration Guide - AIX
Last Published:
2025-09-09
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: AIX
- Introducing the Cluster Server Agent for DB2
- About the Cluster Server Agent for DB2
- How Cluster Server Agent for DB2 makes DB2 highly available
- How the DB2 agent supports intelligent resource monitoring
- Supported software for VCS agent for DB2
- About agent functions for VCS Agent for DB2
- About the online agent function for VCS agent for DB2
- About the offline agent function for VCS agent for DB2
- About the monitor agent function for VCS agent for DB2
- About the clean agent function for VCS agent for DB2
- About the info agent function for VCS agent for DB2
- About the action agent function for VCS agent for DB2
- About IMF Integration functions for VCS Agent for DB2
- About running the info agent function to get database information for VCS agent for DB2
- Typical DB2 configuration in a Cluster Server
- Road map for setting up DB2 UDB in a VCS environment
- Installing and configuring DB2
- VCS requirements for installing DB2
- Installing DB2 in a VCS environment
- Setting up the DB2 configuration
- Installing and removing the Cluster Server Agent for DB2
- Configuring VCS service groups for DB2
- About configuring 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
Non-MPP main.cf configuration for VCS agent for DB2 on AIX
The following main.cf configuration file reflects DB2 UDB in an ESE multi-partition instance SMP environment.
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
)
Db2udb db2udb2 (
DB2InstOwner = db2inst1
DB2InstHome = "/db2_mnt/db2inst1"
IndepthMonitor = 0
NodeNumber = 1
)
DiskGroup db2dg1 (
DiskGroup = db2dg1
)
IP db2ip1 (
Device = en0
Address = "166.98.9.188"
NetMask = "255.255.220.0"
)
Mount db2mnt1 (
MountPoint = "/db2_mnt/db2inst1"
BlockDevice = "/dev/vx/dsk/db2dg1/db2dg1home"
FSType = vxfs
MountOpt = rw
)
NIC db2nic1 (
Device = en0
NetworkHosts = { "166.98.128.180" }
)
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