Generating a NetView alert

You can generate a NetView generic alert for the exception message by using the sample CLIST DGOMSPXT, which is provided in RKO2SAMP.

Procedure

  1. Update the NetView automation table and add the CLIST to a NetView DSICLD concatenated data set.
    The following example shows how you can update the NetView automation table:
    ************************************************************
    * ENTRY FOR DB2 PM EXCEPTION MESSAGE PROCESSING *
    ************************************************************
    SYN %AOFINGOP1% = 'AUTO';
    IF MSGID='DGOV0100I' & TEXT=MESSAGE
        THEN EXEC (CMD('DGOMSPXT' MESSAGE)
        ROUTE (ONE %AOFINGOP1%));
  2. Modify the sample CLIST DGOMSPXT according to your installation requirements.