Reference Guide

930 Brocade Fabric OS Command Reference
53-1004112-02
rasAdmin
To change the severity level of a RASlog message:
switch:admin> rasadmin --set -log SEC-1203 -severity WARNING
Message Severity
SEC-1203: WARNING
To display a list of all messages that have been disabled:
switch:admin> rasadmin --show -disabled
Message Status Default Severity Current Severity
IPAD-1002 DISABLED INFO INFO
IPAD-1003 DISABLED INFO INFO
To display the status and configuration of messages that belong to the specified module:
switch:admin> rasadmin --show -module RM
Message Status Default Severity Current Severity
RM-1001 ENABLED INFO INFO
RM-1023 ENABLED INFO INFO
RM-1024 ENABLED INFO INFO
RM-1020 ENABLED INFO INFO
RM-1021 ENABLED INFO INFO
RM-1022 ENABLED INFO INFO
To display the status and configuration of a specified message.
switch:admin> rasadmin --show -log IPAD-1002
Message Status Default Severity Current Severity
IPAD-1002 DISABLED INFO INFO
To display the status and configuration for all external messages:
switch:admin> rasadmin --show -all
Message Status Default Severity Current Severity
FCIP-1000 ENABLED CRITICAL CRITICAL
FCIP-1001 ENABLED INFO ERROR
FCIP-1002 ENABLED INFO INFO
To enable an internal RASlog messages to be sent to syslog (this is done per instruction from support):
switch:admin> rasadmin --enable -syslog RAS-5001
2012/07/20-13:49:35, [LOG-1009], 385, SLOT 4 | CHASSIS, INFO, PLUTO_25,
Internal Log message RAS-5001 has been enabled for syslog logging.
To disable an internal RASlog messages to be sent to syslog (this is done per instruction from support):
switch:admin> rasadmin --disable -syslog RAS-5001
2012/07/20-13:49:35, [LOG-1010], 385, SLOT 4 | CHASSIS, INFO, PLUTO_25,
Internal Log message RAS-5001 has been disabled for syslog logging.
SEE ALSO rasMan