Enabling a raslog message or module, Setting the severity level of a raslog message, Displaying system message logs and attributes – Dell POWEREDGE M1000E User Manual

Page 39: Displaying system, Message logs and attributes

Advertising
background image

Fabric OS Message Reference

17

53-1002749-01

Displaying system message logs and attributes

1

Enabling a RASLog message or module

To enable a single RASLog message or all messages in a module that were previously disabled,
perform the following steps.

1. Log in to the switch as admin.

2. Use the following commands to enable a single RASLog message or all messages that belong

to a module:

Execute the rasadmin --enable -log messgae_ID command to enable a single RASLog
message that has been disabled.

For example, execute the following command to enable BL-1001 message that was
previously disabled.

switch:admin> rasadmin --enable -log BL-1001
2012/10/15-13:24:30, [LOG-1006], 373, SLOT 4 | CHASSIS, INFO, switch, Log
message BL-1001 has been enabled.

Use the rasadmin --show -log messgae_ID command to verify the status of the message.

Execute the rasadmin --enable -module module_ID command to enable all messages in a
module. For example, execute the following command to enable to all previously disabled
BL messages.

switch:admin> rasadmin --enable -module BL
2012/10/15-13:28:37, [LOG-1007], 375, SLOT 4 | CHASSIS, INFO, switch, Log
Module BL has been enabled.

Use the rasadmin --show -module module_ID command to verify the status of the
messages that belong to a module.

Setting the severity level of a RASLog message

To change the default severity level of a RASLog message, perform the following steps.

1. Log in to the switch as admin.

2. Use the rasadmin --set -log message_ID -severity [DEFAULT | INFO | WARNING | ERROR |

CRITICAL] to change the severity level of a message. For example, execute the following
command to change the severity level of C2-1004 message to WARNING.

switch:admin> rasadmin --set -log C2-1004 -severity WARNING

3. Use the rasadmin --show -severity message_ID command to verify the severity of the message.

switch:admin> rasadmin --show -severity C2-1004
Message

Severity

C2-1004 :

WARNING

Displaying system message logs and attributes

This section provides information on displaying the system message logs. These procedures are
valid for all the supported platforms.

Advertising