Users Guide
RACADM Subcommand Overview 345
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 iDRAC6. 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.
NOTE: To configure PEF action for the SD Card Informational Assert Filter, you
cannot use the local racadm command. Instead, use the remote racadm
command:
racadm -r <iDRAC6 ip address> -u
<username> -p <calvin> config -g cfgIpmipef -i
20 -o cfgIpmipefaction [0-3]
.
getconfig
getconfig Subcommand Description
The getconfig subcommand allows the user to retrieve iDRAC6 configuration
parameters on an individual basis, or all the iDRAC6 configuration groups
may be retrieved and saved into a file.