Quick Reference Guide

Table Of Contents
RACADM Subcommands 25
The config subcommand returns an indication of whether the object value
was modified successfully.
Through remote RACADM only, the config subcommand returns an
indication of the number of configuration objects that were written out of the
total number of objects in the .cfg file.
Examples
Set the
cfgNicIpAddress
configuration property (object) to the value
10.35.10.110. This IP address object is contained in the group
cfgLanNetworking
(see "cfgLanNetworking" on page 111).
racadm config -g cfgLanNetworking -o
cfgNicIpAddress 10.35.10.100
Configure or reconfigure the CMC. You can create the
myrac.cfg
file using
the
getconfig
command. You can also manually edit the
myrac.cfg
file.
However, ensure that you adhere to the parsing rules. For more
information on the parsing rules, see the "Parsing Rules" section of the
Dell
Chassis Management Controller User Guide
.
racadm config -f myrac.cfg
NOTE: By default, the myrac.cfg file does not contain the password information.
Include the password information in the file manually.
Configure a single property of a group.
racadm config -g cfgSerial -o cfgSerialBaudRate
115200
Modify a user password.
racadm config -g cfgUserAdmin -o
cfgUserAdminPassword -i 3 newpassword
Configure the remote syslog property for a particular server (n).
racadm config -g cfgSessionManagement -o
cfgSsnMgtWebServerTimeout newvalue -m server-n
Configure the remote syslog property for all servers.
racadm config -g cfgRemoteHosts -o
cfgRhostsSyslogEnable 1 -m server-all