CA Insight Database Performance Monitor for DB2 for z/OS uses CA‑GSS for various logging, access, and auditing capabilities. REXX‑based IMODs are used for all CA Insight Database Performance Monitor for DB2 for z/OS functions that access CA‑GSS.
Look at your CA Insight Database Performance Monitor for DB2 for z/OS documentation to determine whether this product supplies IMOD libraries (ISETs). If ISETs are supplied, load them into DASD.
You can use the CA‑GSSIMOD member of CA Insight Database Performance Monitor for DB2 for z/OS libraries to load ISETs. Before you submit the JCL in this member, ensure the unit and volser number match those on your CA Insight Database Performance Monitor for DB2 for z/OS distribution media.
Follow these steps:
ILOGs are VSAM linear data sets that CA‑GSS uses to record information about a subsystem. Each ILOG is composed of two subfiles (data sets)-one primary, and one backup that is used when the primary becomes full.
For each DB2 subsystem that CA‑GSS monitors, allocate two data sets. Modify and submit an SRVMAINT job that contains one or more ALLOC_ILOG commands. Each ALLOC_ILOG statement allocates a pair of VSAM linear data sets. Another way of allocating these data sets is to modify and submit the BYSIALI member of the CAW0JCL data set.
Change for your allocation job:
|
Subsystem |
Primary |
Secondary |
|---|---|---|
|
01 |
LOG01#0 |
LOG01#1 |
|
02 |
LOG02#0 |
LOG02#1 |
|
03 |
LOG03#0 |
LOG03#1 |
Identify your ILOG data sets to CA‑GSS through the INSIGHT member of the CAW0OPTN data set.
Each ILOG statement identifies one ILOG file and one subfile. An ILOG statement contains this information:
//DB2SSID DD DSN=CAI.CAW0OPTN(DB2SSID),DISP=SHR
This DD statement points to the DB2SSID member of the CAW0OPTN data set.
CA‑GSS reads the DB2SSID member at initialization time to determine what DB2 address spaces it monitors and which ILOGs it uses to record information about those address spaces.
In the DB2SSID that your GSSA system CA‑GSS PROCLIB member references, define an ILOG statement for each DB2 subsystem that CA‑GSS monitors.
The ILOG numbers in this member must match the ILOG numbers in the INSIGHT member of the CAW0OPTN data set (which was discussed in step 2).
As needed, modify the CA‑GSS initialization parameters that affect the CA‑GSS support. Examples of these parameters are contained in the DBDEL member of the CAW0OPTN data set.
The following parameters can be modified:
CA Insight Database Performance Monitor for DB2 for z/OS distributes a set of IMODs with a name prefix of $DBGL_. These IMODs process operator console commands to provide more functions to the operator.
ILOG-Defines an ILOG file. Specify this parameter once for each ILOG that you have defined.
Modify the IMOD to meet the requirement of your installation.
When you are logging large volumes of data, provide a $USER_ILOG_FULL IMOD. The lets CA‑GSS automatically switch or reset ILOGs when they become full.
Note: For more information about this special‑purpose IMOD, see the Reference Guide.
If you are using CA Insight Database Performance Monitor for DB2 for z/OS and you are operating in a multi‑CPU environment, with or without shared DASD, you can activate GoalNet. This lets CA Insight Database Performance Monitor for DB2 for z/OS gather information from multiple systems and can consolidate displays.
In order to use the CA Insight Database Performance Monitor for DB2 for z/OS System Condition Monitor on external systems, install CA‑GSS on all CPUs. CA Insight Database Performance Monitor for DB2 for z/OS is required on the systems where information is displayed.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|