CLI Guide

Table Of Contents
Table 23. Details of get (continued)
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
Export the xml configuration of the iDRAC component to a CIFS share.
racadm get -f file -t xml -u myuser -p xxx -l //192.168.0/share -c
iDRAC.Embedded.1
Include password hash in the configuration .xml file.
racadm get -f<filename> -t xml -l<NFS or CIFS share> -u<username>
-p<password> -t xml --includeph
getconfig
Table 24. Details of getconfig attribute
Description
Retrieves iDRAC configuration parameters individually or all
iDRAC configuration groups may be retrieved and saved to a
file.
NOTE: This subcommand is deprecated. For viewing
the configuration objects and its values, use get
subcommand. For more information, see the Integrated
Dell Remote Access Controller (iDRAC8) and iDRAC7
RACADM Command Line Interface Reference Guide
available at www.dell.com/support/manuals.
RACADM Subcommand Details 63