Reference Guide

-cSpecies the FQDD or list of FQDDs separated by ',' of the components for which the congurations
should be exported. If this option is not specied, the conguration related to all the components are
exported.
--includephSpecies that the password hash should be included in the exported conguration .xml
le.
NOTE: For --clone and --replace options, only .xml le template is received. These options --
clone and --replace cannot be used in the same command.
Examples
Get system LCD information.
racadm get system.lcd
LCDUserString=test
Display an entire group, in this case the topology conguration.
racadm get system.location
Display a single object from a particular group.
racadm get system.location.rack.name
Export the xml conguration to a CIFS share.
racadm get -f file -t xml -u myuser -p xxx -l //192.168.0/share
Export the xml conguration to an NFS share.
racadm get -f file -t xml -l 192.168.0:/myshare
racadm get -f xyz_temp_clone -t xml -u Administrator -p xxx -l //
192.168.0/xyz --clone
racadm get -f xyz_temp_replace -t xml -u Administrator -p xxx -l //
192.168.0/xyz --replace
Export the xml conguration 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 conguration .xml le.
racadm get -f<filename> -t xml -l<NFS or CIFS share> -u<username> -
p<password> -t xml --includeph
getcong
Description
Retrieves iDRAC conguration parameters individually or all iDRAC conguration groups may be retrieved and
saved to a le.
NOTE: This subcommand is deprecated. For viewing the conguration 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 dell.com/support/manuals.
Synopsis
racadm getconfig -f <filename>
racadm getconfig -g <groupName> [-i <index>]
racadm getconfig -u <username>
racadm getconfig -h
racadm getconfig -g <groupName> -o <objectName> [-i index]
Input
-f — The -f <filename> option directs getcong to write the entire iDRAC congurations to a
conguration le. This le can be used for batch conguration operations using the cong subcommand.
NOTE: This option is supported only on remote interfaces.
-g — The -g <groupName> or group option, is used to display the conguration for a single group. The
<groupName> is the name for the group used in the racadm.cfg les. If the group is an indexed group,
then use the-i option.
32