Using the RACADM Command Line Interface 267modified. If an index is not present, the first available index is used.This method allows flexibility when adding indexed entries where you donot need to make exact index matches between all the RACs beingmanaged. New users are added to the first available index. A configurationfile that parses and runs correctly on one iDRAC6 may not run correctly onanother if all indexes are full and you must add a new user.Modifying iDRAC6 IP Address in a Configuration FileWhen you modify iDRAC6 IP address in the configuration file, remove allunnecessary <variable>=<value> entries. Only the actual variable group’slabel 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.110cfgNicGateway=10.35.10.1This file will be updated as follows:## Object Group "cfgLanNetworking"#[cfgLanNetworking]cfgNicIpAddress=10.35.9.143# comment, the rest of this line is ignoredcfgNicGateway=10.35.9.1