Reference Guide
• Export a “replace” xml conguration to a CIFS share
racadm get -f xyz_temp_replace -t xml -u Administrator -p xxx -l //192.168.0/
xyz --replace
• Export the xml conguration of the iDRAC component to a CIFS share.
racadm get -f file -t xml -u myuser -p xxx -l //192.168.0/share -c
iDRAC.Embedded.1
• Include password hash in the conguration .xml le.
racadm get -f<filename> -t xml -l<NFS or CIFS share> -u<username> -
p<password> -t xml --includeph
getcong
Description
Retrieves iDRAC conguration parameters individually or all iDRAC conguration groups may be retrieved and saved
to a le.
NOTE: This subcommand is deprecated. For viewing the conguration objects and its values, use get
subcommand. For more information, see the
Integrated Dell Remote Access Controller (iDRAC8) and
iDRAC7 RACADM Command Line Interface Reference Guide
available at dell.com/support/manuals.
Synopsis
racadm getconfig -f <filename>
racadm getconfig -g <groupName> [-i <index>]
racadm getconfig -u <username>
racadm getconfig -h
racadm getconfig -g <groupName> -o <objectName> [-i index]
Input
• -f — The -f <filename> option directs getcong to write the entire iDRAC congurations to a
conguration le. This le can be used for batch conguration operations using the cong subcommand.
NOTE: This option is supported only on remote interfaces.
• -g — The -g <groupName> or group option, is used to display the conguration for a single group. The
<groupName> is the name for the group used in the racadm.cfg les. If the group is an indexed group, then use
the-i option.
• -h — The -h or help option, displays a list of all available conguration groups in alphabetical order. This option is
useful when you do not remember exact group names.
• -i — The -i <index> or index option, is valid only for indexed groups and is used to specify a unique group.
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, then a value of 1 is assumed for groups, which are
tables that have multiple entries. The -i option enters the index value and not a named value
• -o — The -o <objectname> or object option species the object name that is used in the query. This option
is optional and can be used with the -g option.
• -u — The-u <username> or user name option, is used to display the conguration for the specied user. The
<username> option is the login name for the user.
• -v — The -v option displays more information with the display of the properties and is used with the -g option.
Output The subcommand displays error message when:
• Invalid syntax, group name, object name, index, or any other invalid database members are entered.
• The RACADM CLI transport is unsuccessful.
If errors are not encountered, this subcommand displays the content of the specied conguration.
Groups Key Attributes
cfgEmailAlert cfgEmailAlertAddress
34 RACADM Subcommand Details