Errdelimiterset – Dell POWEREDGE M1000E User Manual

Page 281

Advertising
background image

Fabric OS Command Reference

253

53-1002746-01

errDelimiterSet

2

errDelimiterSet

Sets the error log start and end delimiters for messages sent to the console and syslog.

SYNOPSIS

errdelimiterset
[-s "start_delimiter_string"]
[-e "end_delimiter_string"]

DESCRIPTION

Use this command to set the error log start and end delimiters for log messages sent to the console and
syslog. An empty string clears the start and the end delimiters (including the colon) so that they are not
displayed.

When used without operands, this command displays the existing errDelimiterSet configuration. The
delimiter configuration is stored persistently.

NOTES

The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may be in
place. Refer to Chapter 1, "Using Fabric OS Commands" and Appendix A, "Command Availability" for
details.

Start and end delimiters are displayed only at the console; they are not displayed in a Telnet session or in
the RASLog.

OPERANDS

This command has the following operands:

-s "start_delimiter_string"

Specifies an alphanumeric string for the start delimiter. The string can be up to 10
characters long and must be enclosed in double quotation marks. This operand is
optional.

-e "end_delimiter_string"

Specifies the alphanumeric string for the end delimiter. The string can be up to 10
characters long and must be enclosed in double quotation marks. This operand is
optional.

EXAMPLES

To display the start and end delimiters:

switch:admin> errdelimiterset
delimiter start string: <none>
delimiter end string: <none>

To change the start and end delimiters (with sample output):

switch:admin> errdelimiterset -s "Start" -e "End"

switch:admin> errdelimiterset
delimiter start string: Start
delimiter end string: End

Sample output:

Start2003/03/10-09:54:03, [NS-1002], 1035,, ERROR,
SWITCH43, Name Server received an invalid request
from device 10:02:32:A3:78:23:23:End

SEE ALSO

errDump

,

errFilterSet

,

errShow

Advertising