Reference Guide
NOTE:
– This option does not restart the system.
– The-b,-w options cannot be included with the --
preview option.
– A scheduled job or pending configuration should not
be running while using the --preview option.
• -c — Specifies the FQDD or list of FQDDs separated by ',' of
the components for which the configurations should be
imported. If this option is not specified, configuration related
to all the components are imported.
NOTE:
To use the -c or --preview option, the minimum Lifecycle
Controller version required is 1.2.
Example
• Configure the iDRAC using a file.
$ racadm set -f myrac.cfg
• Configure LCD String.
$ racadm set system.lcd.LCDUserString test
• Configure rack name for server.
$ racadm set system.location.rack.name rack1
• Configure a RAC from an XML configuration file at a remote
CIFS share.
$ racadm set -f myfile.xml -t xml -u myuser -
p mypass -l //10.1.2.3/myshare
• Configure a RAC from an XML configuration file at a remote
NFS share.
$ racadm set -f myfile.xml -t xml -l
10.1.2.3:/myshare
• Configure a RAC from an .xml file, with a wait time of 10
minutes, shutdown type graceful and end host type power
on.
$ racadm set -f myfile.xml -t xml -b
"graceful" -w 600 -s "on"
• Verify the .xml file content located in a remote share.
racadm set -f temp_Configuration_file -t xml -
u Administrator -p dell_123 -l //10.94.162.74/
xyz --preview
• Import the xml configuration of the iDRAC component to a
CIFS share
racadm set -f file -t xml -u myuser -p mypass
-l //10.1.12.13/share -c iDRAC.Embedded.1
100