Users Guide

Table Of Contents
修改 CMC IP 地址
在配置文件中修改 CMC IP 地址时,移除所有不必要的 <variable> = <value> 条目。只有实际变量组标签带有 [ ] 的保持不
变,包括与 IP 地址更改有关的两个 <variable> = <value> 条目。
示例:
#
# Object Group "cfgLanNetworking"
#
[cfgLanNetworking]
cfgNicIpAddress=192.x.x.x
cfgNicGateway=10.35.10.1
此文件更新如下:
#
# Object Group "cfgLanNetworking"
#
[cfgLanNetworking]
cfgNicIpAddress=10.35.9.143
# comment, the rest of this line is ignored
cfgNicGateway=10.35.9.1
命令 racadm config -f <myfile>.cfg 分析文件并通过行号标识任何错误。正确的文件会更新适当的条目。此外,您可以使用
与上一示例相同的 getconfig 命令确认更新。
使用此文件下载公司范围的更改或使用命令 racadm getconfig -f <myfile>.cfg 通过网络配置新系统。
: Anchor 是保留字,不应在 .cfg 文件中使用。
70 配置 CMC