Users Guide
176 Using the Serial and racadm Commands
Configuration File Example
The following example describes the IP address of the DRAC 4. Remove all
unnecessary <variable>=value entries. In this situation, only the actual
variable group’s label with "[" and "]" will remain along with the two
<variable>=value entries pertaining to the IP address change.
The file contents are as follows:
#
# 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
The command racadm config -f myfile.cfg parses this file and identifies any
errors by line number. A correct file will update the proper entries. You may
use the same getconfig command used in the previous example to confirm
the update.
You can use this file to download company-wide changes or to configure new
systems over the network.