Customizing with the sample job EQAPRFSU

You need to create directories in z/OS® UNIX and copy sample configuration files from the installation directory to these directories for customization. The sample job EQAW.SEQASAMP(EQAPRFSU) is provided to help you complete these tasks.

Follow the instructions within the EQAPRFSU member and submit the job to customize your installation. The job performs the following tasks:
  • Create /etc/debug/* and populate it with sample configuration files.
  • Create /var/debug/* as work directories required to run the service.
  • Set the proper z/OS UNIX file permissions on the files and directories.
The following sample files are copied to /etc/debug by the sample job:
eqaprof.env
Environment variables that control, for example:
  • Which port to use for the service.
  • Where to locate the security keystore file for SSL encryption.
  • The default data set name to be used for EQAUOPTS data set.
dtcn.ports
A list of CICS® region names, and their associated TCPIPSERVICE ports that run the DTCN API.
For more information on how to set up the CICS TCPIPSERVICE resource for the DTCN API, see Defining the CICS TCPIPSERVICE resource. The resource must be defined with SSL(NO).
keystore.p12
A sample keystore file that contains a self-signed SSL certificate

Edit the files /etc/debug/eqaprof.env and /etc/debug/dtcn.ports, and customize them to match your system environment.

You can run the sample job EQAPRFSU more than once. If a file exists in the configuration directory, a backup is created for the existing file before a new one is copied over.