Replaying traps from a file

If you have created a text-readable file for traps, you can use the ncp_trapmux process to recreate the trap events in the order specified in this file.

About this task

The ncp_trapmux process can replay traps using a binary file or a human-readable file, however, the ncp_trapmux process can only generate binary files.

To instruct ncp_trapmux to replay traps from a file:

Procedure

  1. Log into the TrapMux service using the OQL Service Provider or the Management Database Access page.
  2. Issue the following commands:
    insert into trapMux.command
    (command, fileName) values( "replay", "trapmux.out" );
    go