Users Guide

Table Of Contents
1. 要从 CIFS 网络共享导入机箱配置配置文件,请键入以下命令:
racadm set f clone.xml t xml l //xx.xx.xx.xx/PATH u USERNAME p
PASSWORDCMC
2. 要从 NFS 网络共享导入机箱配置配置文件,请键入以下命令:
racadm set f clone.xml t xml l xx.xx.xx.xx:/PATH
您可以通过远程 RACADM 界面从网络共享导入机箱配置配置文件。
1. 要从 CIFS 网络共享导入机箱配置配置文件,请键入以下命令:
racadm r xx.xx.xx.xx u USERNAMECMC p PASSWORDCMC set f clone.xml t
xml l //xx.xx.xx.xx/PATH u USERNAME p PASSWORD
2. 要从 NFS 网络共享导入机箱配置配置文件,请键入以下命令:
racadm r xx.xx.xx.xx u USERNAMECMC p PASSWORDCMC set f clone.xml t
xml l xx.xx.xx.xx:/PATH
您可以通过远程 RACADM 界面从本地管理站导入机箱配置配置文件。
1. 要将机箱配置配置文件作为 clone.xml 文件导出,请键入以下命令:
racadm r xx.xx.xx.xx u USERNAMECMC p PASSWORDCMC set f clone.xml t
xml
分析规则
您可以手动编辑所导出的机箱配置配置文件的 XML 文件属性。
XML 文件包含以下属性:
System Configuration,这是父节点。
component,这是主要的子节点。
Attributes,其中包含名称和值。您可以编辑这些字段。例如,您可以这样编辑 Asset Tag 值:
<Attribute Name="ChassisInfo.1#AssetTag">xxxxxx</Attribute>
xml 文件示例如下:
<SystemConfiguration Model="PowerEdge M1000e "ServiceTag="NOBLE13"
TimeStamp="Tue Apr 7 14:17:48 2015" ExportMode="2"> <!--Export type is Replace--
> <!--Exported configuration may contain commented attributes. Attributes may
be commented due to dependency, destructive nature, preserving server identity
or for security reasons.--> <Component FQDD="CMC.Integrated.1"> <Attribute
Name="ChassisInfo.1#AssetTag">00000</Attribute> <Attribute
Name="ChassisLocation.1#DataCenterName"></Attribute> <Attribute
Name="ChassisLocation.1#AisleName"></Attribute> <Attribute
Name="ChassisLocation.1#RackName"></Attribute>
. </Component> </
SystemConfiguration>
使用 RACADM 配置多个 CMC
使用 RACADM 可以配置一个或多个具有相同属性的 CMC
使用组 ID 和对象 ID 查询特定 CMC 卡时,RACADM 从检索到的信息创建 racadm.cfg 配置文件。通过将文
件导出到一个或多个 CMC,可以在最短时间内以相同属性配置控制器。
76