Reference Guide
• -c — The -c, or check option, is used with the config subcommand and allows the user to
parse the .cfg file to locate syntax errors. If errors are found, the line number and a short
description of what is incorrect are displayed. Write permission does not apply to iDRAC.
This option is a check only.
• For CMC only:
-m — Module must be one of the following values:
– server-n — where n = 1 to 16
– server-nx— where n = 1 to 8; x = a to d (lower case)
NOTE: Only available for cfgRemoteHosts, cfgRacTuning, cfgSerial,
cfgSessionManagement, cfgLanNetworking, or cfgIPv6LanNetworking.
Output This subcommand generates error output for any of the following reasons:
• Invalid syntax, group name, object name, index, or other invalid database members.
• RACADM CLI failures.
Examples
• racadm config -g cfgLanNetworking -o cfgNicIpAddress 10.35.10.100
Sets the cfgNicIpAddress configuration parameter (object) to the value 10.35.10.110. This IP
address object is contained in the group cfgLanNetworking.
• racadm config -f myrac.cfg
Configures or reconfigures iDRAC. The myrac.cfg file may be created from the getconfig
command. This file may also be edited manually as long as the parsing rules are followed.
NOTE: The myrac.cfg file does not contain passwords. To include passwords in the file, you
must enter them manually. If you want to remove password information from the myrac.cfg file
during configuration, use the -p option.
For CMC only:
• Configure a single property of a group:
racadm config -g cfgSerial -o cfgSerialBaudRate
• Modify a user password:
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 3
newpassword
• Configure a single property of a group for a particular server:
racadm config -g cfgSessionManagement -o
cfgSsnMgtWebServerTimeout newvalue -m server-n
• Configure the remote Syslog property for a particular server:
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 -
m server-n
• Configure the remote Syslog property for all servers:
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 -
m server-all
connect
Description
Connects to the switch or server serial console.
Synopsis
• racadm connect [-b] <server-n>
• racadm connect [-b] <switch-n>
49