HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

Fabric OS 5.0.0 command reference guide 171
Sets a filter for an error log destination.
Synopsis
errFilterSet [-d destination -v severity]
Availability
admin
Description
Use this command to set a filter for an error log destination. A filter is set based on the severity level of the
messages.
If no parameters are specified, this command displays the filters that are currently in use.
Operands
This command has the following operands:
Examples
To display the current filter settings:
To set the filter severity level for the console:
See also
errDump
errShow
errFilterSet
-ddestination Specifies the destination to set the filter. The “console“ string is
the only valid value at this time.
-vseverity Specifies the minimum severity of the message to pass through
the filter. Valid values are “INFO“,WARNING“,ERROR, and
CRITICAL“.
switch:admin> errfilterset
console: filter severity = WARNING
switch:admin> errfilterset -d "console" -v "WARNING"