Users Guide

Table Of Contents
288 Using the RACADM Command Line Interface
Modifying iDRAC6 IP Address in a Configuration File
When you modify iDRAC6 IP address in the configuration file, remove all
unnecessary <variable>=<value> entries. Only the actual variable group’s
label with "[" and "]" remains, including the two <variable>=<value>
entries pertaining to the IP address change.
For example:
#
# Object Group "cfgLanNetworking"
#
[cfgLanNetworking]
cfgNicIpAddress=10.35.10.110
cfgNicGateway=10.35.10.1
This file will be updated as follows:
#
# Object Group "cfgLanNetworking"
#
[cfgLanNetworking]
cfgNicIpAddress=10.35.9.143
# comment, the rest of this line is ignored
cfgNicGateway=10.35.9.1
Loading the Configuration File Into iDRAC6
The command racadm config -f <filename> parses the
configuration file to verify that valid group and object names are present and
that syntax rules are followed. If the file is error-free the command then
updates iDRAC6 database with the contents of the file.
NOTE: To verify the syntax only and not update iDRAC6 database, add the -c option
to the config subcommand.