Granting privileges

The OMEGAMON Collector creates work data sets when running. You must grant privileges for the high-level qualifiers you specified (one for VSAM and one for non-VSAM data sets) and to enable the OMEGAMON Collector to allocate work data sets.

Before you begin

Ensure that you grant ALTER privileges to data server high-level qualifiers (VSAM and non-VSAM).

Procedure

In your security system, grant ALTER privileges to the user ID and group ID DB2PM used by the OMEGAMON Collector started task on the data set high-level qualifiers.
For example, using the following RACF command:
PERMIT 'vsam_data_server_hlq..**' ID(DB2PM) ACCESS(ALTER)
PERMIT 'non_vsam_data_server_hlq..**' ID(DB2PM) ACCESS(ALTER)

Your current values are:

KD2_OMPE_VSAM_DSHLQ = TDCIT.DB2.DB2
KD2_OMPE_DSHLQ = TDCIT.DB2.DB2