Reference Guide

get
Description
Saves CMC conguration properties or CMC Event Filter congurations to a le.
NOTE:
If CMC is not in the network, you can only export the chassis conguration prole to the
local management station.
Synopsis
racadm get -f <filename>
racadm -r <CMC IP> -u <username> -p <password> get -f <filename>
racadm -r <CMC IP> -u <username> -p <password> get -f <filename> -t
xml
racadm get -f <filename> -t xml -u <username> -p <password> -l <CIFS
share>
racadm get -f <filename> -t xml -l <NFS share>
Input
–f: save event lter congurations to a le.
-u: username of the remote share where the le must be exported.
-p: password for the remote share where the le must be exported.
-l: network share location where the le must be exported.
-t: specify the le type to be exported. Valid value is “xml”. This option is case-sensitive.
--clone: export the cloned conguration le. Only the XML le format is supported. The
conguration le can be exported to a local or remote share.
--replace: export the replaced conguration le. Only XML le format is supported. The
conguration le can be exported to a local or remote share.
--includeph: include password hash attributes
Example
–Save event lter congurations to a le by using remote racadm.
racadm -r 192.168.0.11 -u root -p <default root user password> get
-f config.txt
Export event lter congurations to a le by using remote racadm.
racadm -r 192.168.0.120 -u abc -p <password> get -f file.txt
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
Description
Displays the active errors in a chassis.
To run this subcommand, you must have the CMC Login User privilege.
Synopsis
racadm getactiveerrors [-s <severity> ] [-m <module>]
Input
valid values for <severity>: critical, warning, info
valid values for <module>: server-n, where n = 1 to 4
34