Configuring the ADHCFGP data set
The ADH#MAIN program uses parameters to define the IBM® Security Guardium® S-TAP® for Db2 subsystem name, the monitored Db2® subsystem, the Guardium system host name or network address TCP/IP port, and other parameters that control how the IBM Security Guardium S-TAP for Db2 collector agent is implemented.
About this task
These parameters are defined in an 80-byte sequential or partitioned data set that you must allocate to the ADHPARMS DD. A sample is available in the SADHSAMP library member ADHCFGP.
Note: The AUDIT parameter is required. It instructs the collector agent to audit a specific Db2 subsystem. It supports only one Db2 subsystem.
To use the sample ADHCFGP member:
Procedure
- Copy ADHCFGP to the appropriate location (PARMLIB) on your system.
- Verify that the parameters are valid for your environment. If necessary, edit the parameter file for your IBM Security Guardium S-TAP for Db2 objects.
- Edit the ADHPARMS DD in the started task JCL to point to the ADHCFGP data set that you have customized.
Example
BROWSE ADH.SMPE.SAMPLIB(ADHCFGP) - 01 L
Command ===>
SUBSYS(#SSID)
AUDIT(#SSID)
MASTER_PROCNAME(ADHMST31)
APPLIANCE_SERVER(#APPSRVR)