Configuring the lookup table

The probe is supplied with a lookup table that contains details of the Managed Element objects that Cisco Transport Manager generates. You might need to update the rules file to include the path to the lookup table.

At installation, the ManElement.lookup file supplied with the probe installation package is installed to the following location:

$OMNIHOME/probes/includes/

The following include command in the rules file assumes that the probe is run from the standard $OMNIHOME/probes/ directory:

table nelookup = "../includes/ManElement.lookup"

If you are running the probe from a different directory, change the entry in the rules file to the following path:

table nelookup = "/opt/Omnibus/probes/includes/ManElement.lookup"