limit_rpt

Purpose:

Display limit violations that have occurred since the last latch reset.

Enter:

limit_rpt [v=variable_name] [e=violation_event_name] [owner=name]

Where:

v

Optional. Specify the variable name as a pattern to filter the limits being checked.

e

Optional. Specify the violation event name as a pattern to filter the limits.

owner

Optional. Specify the registered name of a particular instance of the limit application.

Example:

limit_rpt v=dew  owner=CellLimits
The above command lists all the variables that contain the letters ‘dew’, are owned by the “CellLimits” instance of ‘limit’ and have limit violations since last latch reset.

limit_rpt e=alm
The above command lists all the violation_event_names that contain the letters ‘alm’ that have limit violations since last latch reset.

limit_rpt
The above command displays all the limit violations that have occurred since the last limit latch reset.

Notes:

This command displays limit violations in the order they were tripped, prevents multiple instances from running simultaneously, and writes output to a file in /data/errors/limit_rpt.YYMMDD.

See Also:

limit_specs, reset_ltch