CLI Guide

-l—Specifies network share location to which the file will be exported.
-t—Specifies the file type to be exported.
The valid values are:
JSON—It exports the SCP JSON file to a network share file.
xml—It exports the SCP xml format file, either to a local or network share file.
ini—It exports the legacy configuration file. If -t is not specified, then the ini format file is exported. It can
only be exported to a local file.
NOTE: To import or export Server Configuration Profile xml/JSON files, Lifecycle Controller
version 1.1 or later is required.
--clone—Gets the configuration .xml files without system-related details such as service tag. The .xml file
received does not have any virtual disk creation option.
--replace—Gets the configuration .xml files with the system-related details such as service tag.
-c—Specifies the FQDD or list of FQDDs separated by ',' of the components for which the configurations
should be exported. If this option is not specified, the configuration related to all the components are exported.
--includeph—Specifies that the output of the passwords included in the exported configuration .xml/
JSON file are in the hashed format.
NOTE: if –includeph is not used, the output of the passwords will be in the .xml/JSON file in
clear text.
NOTE: For --clone and --replace options, only .xml file template is received. These options --
clone and --replace cannot be used in the same command.
Examples
Get system LCD information.
racadm get system.lcdLCDUserString
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
Export the xml configuration to a CIFS share.
racadm get -f file -t xml -u myuser -p xxx -l //192.168.0/share
Export the xml configuration to an NFS share.
racadm get -f file -t xml -l 192.168.0:/myshare
Export a “cloned” xml configuration to a CIFS share
racadm get -f xyz_temp_clone -t xml -u Administrator -p xxx -l //192.168.0/
xyz --clone
Export a “replace” xml configuration to a CIFS share
racadm get -f xyz_temp_replace -t xml -u Administrator -p xxx -l //
192.168.0/xyz --replace
Export the xml configuration to an HTTP share
racadm get -f file -t xml -u httpuser -p httppwd -l http://test.com/myshare
Export the xml configuration to an HTTPS share
racadm get -f file -t xml -u httpuser -p httpspwd -l https://test.com/
myshare
62
RACADM Subcommand Details