Reference Guide
194 Brocade Fabric OS Command Reference
53-1004112-02
errDelimiterSet
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 restrictions that may be in place. Refer to "Using Fabric
OS Commands" and "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