Users Guide

194 RACADM Subcommand Overview
Output
This subcommand generates error output upon encountering either of the following:
Invalid syntax, group name, object name, index, or other invalid database members
racadm CLI failures
This subcommand returns an indication of how many configuration objects that were written out of how
many total objects were in the .cfg file.
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 the DRAC 5. The
myrac.cfg
file may be created from the
getconfig
command. The
myrac.cfg
file may also be edited manually as long as the parsing rules are followed.
NOTE: The myrac.cfg file does not contain password information. To include this information in the file, it
must be input manually. If you want to remove password information from the myrac.cfg file during
configuration, use the -p option.
getconfig
getconfig Subcommand Description
The getconfig subcommand allows the user to retrieve DRAC 5 configuration parameters on an
individual basis, or all the RAC configuration groups may be retrieved and saved into a file.
-o The -o
<objectName>
<Value>
, or object option, must be used with the -g option. This
option specifies the object name that is written with the string <value>.
-i The -i
<index>,
or index option, is only valid for indexed groups and can be used to
specify a unique group. The <index> is a decimal integer from 1 through 16. The index
is specified here by the index value, not a
"named" value.
-c The -c, or check option, is used with the config subcommand and allows the user to
parse the .cfg file to find syntax errors. If errors are found, the line number and a short
description of what is incorrect are displayed. Writes do not occur to the DRAC 5. This
option is a check only.
Table 13-5. config Subcommand Options and Descriptions
(continued)
Option Description