Please enter search query.
Search <book_title>...
Cluster Server 8.0.2 Agent for DB2 Installation and Configuration Guide - Solaris
Last Published:
2023-06-05
Product(s):
InfoScale & Storage Foundation (8.0.2)
Platform: Solaris
- Introducing the Cluster Server Agent for DB2
- About agent functions for VCS agent for DB2
- About IMF Integration functions for VCS Agent for DB2
- Installing and configuring DB2
- VCS requirements for installing DB2
- Setting up the DB2 configuration
- Installing and removing the Cluster Server Agent for DB2
- Configuring VCS 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 Solaris
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 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
Note:
The sample main.cf files are also available on all nodes of the cluster at the following location : /etc/VRTSvcs/conf/Db2udb/sample_db2udb/.