Quick Reference Guide

Input
<
FQDD Alias
>
<
group
> — Specifies the group containing the object that is to be written.
<
object
> — Specifies the object name of the value to be written.
<
index
> — This is specified where FQDD Alias' or Groups need to be indexed.
-f <
filename
> — This option enables set to configure the device from a file specified by
<
filename
>. This option is not supported in the Firmware RACADM interface.
--continue — This option is used with –f option only. If configuration through file is
unsuccessful for a group, then configuration continues with the next group in the file. If
this option is not used, then configuration stops when it is unsuccessful for a particular
group. After the unsuccessful group, the rest of the groups are not configured.
-u — Username of the remote share from where the file must be imported.
-p — Password for the remote share from where the file must be imported.
-l — Network share location from where the file must be imported.
-t — Specifies the file type to be imported. Valid values are "xml" and "ini". These are
case-insensitive. ini imports the legacy configuration file. The ini file cannot be imported
from a remote share. If -t is not specified the legacy file is imported.
-b — Specifies the shutdown type for the host after the import operation completes. The
parameters are "Graceful" for graceful and "Forced" for forced shutdown. If this
parameter is not specified, graceful shutdown is taken as the default.
-w — Maximum time to wait for the graceful shut down to occur. This has to be given in
seconds. Minimum accepted value is 300 seconds and the maximum accepted value is
3600 seconds. The default value is 1800 seconds.
-s — Power state of the host when the import operation completes. The parameters are
"On" for powered ON and "Off" for powered OFF. If this parameter is not specified, power
ON is taken as default.
Output
Object value modified successfully
Unsuccessful message indicating reason for the same.
Example
Configure the iDRAC using a file:
$ racadm set -f myrac.cfg
Configure LCD String:
$ racadm set system.lcd.LCDUserString test
Object value modified successfully
Configure rack name for server:
$ racadm set system.location.rack.name rack1
Configure a RAC from an XML configuration file located on 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 located on 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 ten minutes, shutdown type
graceful and end host type power on:
$ racadm set -f myfile.xml -t xml -b "graceful" -w 600 -s
"on"
104