Reference Guide
– server-<nx> — where n = 1–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.
• If the RACADM command-line interface is unsuccessful.
Examples
• To set the cfgNicIpAddress configuration parameter (object) to the value 192.168.0.
This IP address object is contained in the group cfgLanNetworking.
racadm config -g cfgLanNetworking -o cfgNicIpAddress 192.168.0
• To configure or re-configure CMC:
racadm -r <cmcIpAddr> -u <username> -p <xxx> config -f mycmc.cfg
The mycmc.cfg file may be created from the getconfig command. This file may also
be edited manually using the parsing rules.
NOTE: The mycmc.cfg file does not contain passwords. To include passwords
in the file, you must enter them manually.
• To configure the single property of a group:
racadm config -g cfgSerial -o cfgSerialBaudRate
• To modify a user password:
racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 3
<newpassword>
• To configure the single property of a group for a particular server:
racadm config -g cfgSessionManagement -o
cfgSsnMgtWebServerTimeout newvalue -m server-n
• To configure the remote Syslog property for a particular server:
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 -m
server-n
• To configure the remote Syslog property for all servers:
racadm config -g cfgRemoteHosts -o cfgRhostsSyslogEnable 1 -m
server-all
• Configures the Enhanced Cooling Mode property for fans.
racadm config –g cfgThermal –o cfgThermalEnhancedCoolingMode 1
coredump
Description Displays detailed information related to any recent critical issues that have
occurred with iDRAC. The coredump information can be used to diagnose these
critical issues.
If available, the coredump information is persistent across iDRAC power cycles
and remains available until either of the following conditions occur:
The coredump information is deleted using the coredumpdelete subcommand.
For more information about clearing the coredump, see the coredumpdelete.
28