Quick Reference Guide

For the list of supported groups and objects under the get command, see Database
Objects With Get and Set Commands
<group> — Specifies the group containing the object that is to be read.
<object> — Specifies the object name of the value to be read.
<index> — Specifies where FQDD Alias's or Groups need to be indexed.
-f <filename> — This option enables you to save the RAC configuration
to a file.
Enables the subcommand to write the device configuration to a file specified by
<
filename
>. This option is not supported in Firmware racadm interface.
For Indexed groups, if a group is not configured, then it will not be saved to the
configuration file.
-u — User name of the remote share from where the file must be exported.
-p
— Password for the remote share from where the file must be exported.
-l — Network share location from where the file must be exported.
-t — Specifies the file type to be exported. Valid values are "xml" and "ini".
These are not case-sensitive. ini exports the legacy configuration file. The ini
file cannot be exported to a remote share. If
-t is not specified, then the ini file
is exported.
Examples
Get system LCD information:
racadm get system.lcd
LCDUserString=test
Display an entire group, in this case the topology configuration:
racadm get system.location
Display a single object from a particular group:
racadm get system.location.rack.name
Display an indexed group:
racadm get system.power.supply.1
Export the xml configuration to a CIFS share:
racadm get -f file -t xml -u myuser -p mypass -l //
10.1.12.13/share
Export the xml configuration to an NFS share:
racadm get -f file -t xml -l 10.1.12.13:/myshare
getactiveerrors
Description Displays CMC active errors.
This subcommand is applicable only for CMC.
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 for
-s <severity> — Specifies the severity type message displayed. The command racadm
getactiveerrors displays the selected type of messages for all the modules. When used with
40