2.9 Adapters

2.9.1 Suppressing Alarms in IBM Tivoli T/EC

  1. Update the enumeration in the rulebase:

    1. Open the root.baroc file in TEC_CLASSES for the specific ruleset.

    2. Go to the ENUMERATIONS section and find ENUMERATION STATUS.

    3. Add "100 SUPPRESSED" after the "30 CLOSED" entry.

  2. Enter wcomprules rulebaseName at a command prompt to compile the rulebase.

    Replace rulebaseName with the file name of Rules database.

  3. Enter wstopesvr at a command prompt to stop the T/EC event server.

  4. Enter wstartesvr at a command prompt to start the T/EC event server.

    The tec_t_status_event table updates with the Suppressed option.

  5. To verify that the tec_t_status_event table has the data from the database, execute the following SQL query:

    select * from tec_t_status_event

  6. Verify and insert as need the following values in the tec_t_status_event table:

    (100, 'STATUS_EVENT', 0, 'SUPPRESSED')