Displaying raslog messages by severity level, Displaying raslog messages by message id, Displaying messages on a slot – Dell POWEREDGE M1000E User Manual

Page 43

Advertising
background image

Fabric OS Message Reference

21

53-1002749-01

Displaying system message logs and attributes

1

Displaying RASLog messages by severity level

To display the RASLog messages based on the severity level, perform the following steps.

1. Log in to the switch as admin.

2. Execute the errdump --severity [DEFAULT | INFO | WARNING | ERROR | CRITICAL] command.

For more information on message severity levels, refer to

“Message severity levels”

on page 3.

You can set the count of messages to display using the count option. The following example
filters messages by severity level of ERROR.

switch:admin> errdump --count 4 --severity ERROR
Fabric OS: v7.1.0
2012/10/24-11:23:24, [C3-1001], 12, CHASSIS, ERROR, switch, Port 4 failed due
to SFP validation failure. Check if the SFP is valid for the configuration.

2012/10/24-11:23:24, [C3-1001], 13, CHASSIS, ERROR, switch, Port 5 failed due
to SFP validation failure. Check if the SFP is valid for the configuration.

2012/10/24-11:23:25, [C3-1001], 14, CHASSIS, ERROR, switch, Port 18 failed due
to SFP validation failure. Check if the SFP is valid for the configuration.

2012/10/24-11:46:14, [C3-1001], 27, CHASSIS, ERROR, switch, Port 4 failed due
to SFP validation failure. Check if the SFP is valid for the configuration.

Displaying RASLog messages by message ID

To display the RASLog messages based on the message ID, perform the following steps.

1. Log in to the switch as admin.

2. Execute the errdump --message message_ID command. The following example displays all

instances of the message HAM-1004.

switch:admin> errdump --message HAM-1004
Fabric OS: v7.1.0
2012/11/27-16:18:38, [HAM-1004], 1, CHASSIS, INFO, switch, Processor rebooted
- Reset.

2012/11/27-17:26:44, [HAM-1004], 90, CHASSIS, INFO, switch, Processor rebooted
- FirmwareDownload.

2012/11/27-21:06:25, [HAM-1004], 201, CHASSIS, INFO, switch, Processor
rebooted - FirmwareDownload.
[...]

Displaying messages on a slot

To display the saved messages for a specific slot, perform the following steps.

1. Log in to the switch as admin.

2. Execute the errdump --slot slot_num command.

switch:admin> errdump --slot 4
Fabric OS: v7.1.0

2012/06/19-03:26:44, [HAM-1004], 31, SLOT 4 | CHASSIS, INFO, switch, Processor
rebooted - Reboot.

Advertising