CLI Guide

Example
Export the CMC XML conguration to a local share using remote racadm
racadm -r 192.168.0.120 -u abc -p <password> get -f file.xml -t xml
Export the CMC XML conguration to a CIFS share
racadm get -f file.xml -t xml -u myuser -p mypass -l //192.168.0.0/
share
Export the CMC XML conguration to an NFS share
racadm get -f file.xml -t xml -l 192.168.0.0:/myshare
getactiveerrors
Table 22. Details of getactiveerrors attribute
Description Displays CMC active errors.
Synopsis
racadm getactiveerrors
racadm getactiveerrors [-s <severity>] [-m <module>]
Input The command racadm getactiveerrors displays the critical, warning, and informational messages for all the
modules. The values are:
-s <severity>Species the severity type message displayed. The command racadm getactiveerrors
displays the selected type of messages for all the modules. When used with -m option, only selected message type
for that module is displayed. The values for -s <severity> are:
critical
warning
info
-m <module>Species 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=1–16
server-<nx> — where n=1–8; x = a, b, c, d (lower case)
switch-<n> — where n=1–6
cmc-<n> — where n=1, 2
fan-<n> — where n=1–9
ps-<n> — where n=1–6
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 dierent 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
RACADM Subcommand Details 33