Quick Reference Guide
28 RACADM Subcommands
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 119).
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 as
long as 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: The myrac.cfg file does not contain password information. You must
manually include this password information.
• 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