Db2 target system considerations
Consider the following points when customizing the Db2 target system and the BBI-SS PAS.
- MainView for DB2 libraries are not required in your Db2 system.
- One BBI-SS PAS can monitor multiple Db2 systems (see BBPARM member BBIJNT00).
The BBI-SS PAS establishes a CAF connection to Db2 that detects Db2 startups and shutdowns, and establishes a Db2 thread to use the Db2 Instrumentation Facility Interface (IFI) for workload requests.
- The BBI-SS PAS loads Db2 CAF related modules. These modules must be present in the BBI-SS PAS STEPLIB or available via the LNKLST. If these modules are not present, MainView for DB2 is unable to connect to and monitor Db2 targets.
To bind and authorize the Db2 Plan name for Db2 targets
The BBI-SS PAS uses a Db2 Plan to connect to Db2 by using the CAF function. The Db2 Plan default name is BMCMVDB2. You can modify the default name for each Db2 by specifying the PLAN= parameter in the DMRBEXxx member in hlq..UBBPARM. You can find sample jobs in the BBSAMP dataset.
For each target Db2, the Db2 plan name must be bound and authorized. This process is done automatically during MainView configuration, or you can complete the process manually. Depending on your maintenance level, choose one of the following options:
PTF BPD4932 applied
PTF BPD4932 not applied
To authorize the Db2 Plan for each target Db2
For each target Db2, the Db2 Plan name must be authorized.
Execute the following SQL Statement for the Db2 Plan name:
GRANT EXECUTE ON PLAN planName TO PUBLIC;
Related topic