Reference Guide

Table Of Contents
critical
warning
info
-m <module> Specifies the module for which the messages such as critical, noncritical (warning),
and informational are displayed. The command racadm getactiveerrors displays critical, noncritical
(warning), and informational messages for the selected module. When used with -s option, only selected
message type for the module is displayed. The values for -m <module> are:
server-<n> where n=116
server-<nx> where n=18; x = a, b, c, d (lower case)
switch-<n> where n=16
cmc-<n> where n=1, 2
fan-<n> where n=19
ps-<n> where n=16
chassis
kvm
lcd
NOTE: A few of the informational messages are applicable for more than one module. To avoid
repetition of the same message for different modules, only one such informational message is displayed
for the default command racadm getactiveerrors. When an -m option is used on another server
or switch, the informational message is displayed, if applicable.
After you run this command, the full-height, half-height, and the quarter-height servers and switches
are automatically checked for informational messages (in the same order as mentioned here).
Examples
To display the entire log (Critical, Warning and Informational messages) for all modules.
racadm getactiveerrors
Module ID = 1
Severity = Critical
Message = The storage battery has failed.
Module ID = 10
Severity = Critical
Message = General failure after video.
Module ID = ps-6
Severity = Critical
Message = The power input for power supply 6 is lost.
To display Critical error messages for all the components.
racadm getactiveerrors s critical
Module ID = 1
Severity = Critical
Message = The storage battery has failed.
Module ID = 10
Severity = Critical
Message = General failure after video.
Module ID = ps-6
Severity = Critical
Message = The power input for power supply 6 is lost.
To display critical error messages for server1.
racadm getactiveerrors s critical m server-1
Module ID = 1
Severity = Critical
Message = The storage battery has failed.
RACADM Subcommand Details
33