Reference Guide
Input
• -f — The -f <filename> option causes cong to read the contents of the le specied by <filename>
and congure iDRAC. The le must contain data in the format specied in the section Parsing Rules in the iDRAC
User’s Guide available at www.dell.com/idracmanuals.
NOTE: The -f option is not supported for the Serial or Telnet or SSH console.
•
-continue — This option is used with -f option only. If conguration through le is unsuccessful for a group,
then conguration continues with the next group in the le. If this option is not used, then conguration stops
when it is unsuccessful for a particular group. After the unsuccessful group, the rest of the groups are not
congured.
• -p — This option must be used with the -f option. It directs cong to delete the password entries contained in
the cong le -f <filename> after the conguration is complete.
To apply the password, you must remove the preceding Read-Only marker '#' in the cong le before executing
the
config -f command.
• -g — The -g <groupName>, or group option, must be used with the -o option. The <group> species the
group containing the object that is to be set.
• -o — The -o <objectName>, or object option, must be used with the -g option. This option species the
object name that is written with the string
• <value> — Value to set to conguration object.
• -i — The -i <index>, or index option, is valid only for indexed groups and can be used to specify a unique
group (used with -g and -o). The <index> is a decimal integer from 1 through n, where n can vary from 1 to
maximum number of indexes a particular group supports. If -i <index> is not specied, a value of 1 is
assumed for groups, which are tables that have multiple entries. The index is specied by the index value, not a
named value.
'nx' is allowed for servers.
• -c — This option performs validation but do not congure.
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 congure 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
• Congure a RAC from a conguration le:
racadm config -f config.txt
• Congure a RAC from a conguration le and continue if a group fails to get congured:
racadm set -f config.txt --continue
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.
NOTE: To use this subcommand, you must have the Execute Debug privilege.
Synopsis
racadm coredump
26 RACADM Subcommand Details