Users Guide
<Retries>1</Retries>
</ICMPConfiguration>
<SNMPConfig Enable="True">
<SNMPV1V2CConfig Enable="True">
<GetCommunity>public</GetCommunity>
<SetCommunity></SetCommunity>
</SNMPV1V2CConfig>
<SNMPV3Config Enable="True">
<SNMPV3Username>user1</SNMPV3Username>
<SNMPV3AuthenticationProtocol>SHA1</SNMPV3AuthenticationProtocol>
<SNMPV3EncryptionProtocol>AES</SNMPV3EncryptionProtocol>
</SNMPV3Config>
<Timeout>4</Timeout>
<Retries>2</Retries>
</SNMPConfig>
<WMIConfig Enable="False">
<UserName>Administrator</UserName>
</WMIConfig>
<StoragePowerVaultConfig Enable="False"></StoragePowerVaultConfig>
<StorageEMCConfig Enable="False">
<UserName>Administrator</UserName>
<Port>443</Port>
</StorageEMCConfig>
<WSManConfig Enable="False">
<Userid></Userid>
<Timeout>2</Timeout>
<Retries>4</Retries>
<Port>623</Port>
<SecureMode Enable="False" SkipNameCheck="False" TrustedSite="False">
<CertificateFile>Certificate.crt</CertificateFile>
</SecureMode>
</WSManConfig>
<IPMIConfig Enable="False">
<UserName></UserName>
<KGkey></KGkey>
<Timeout>5</Timeout>
<Retries>2</Retries>
</IPMIConfig>
<SSHConfig Enabled="True">
<UserName>Administrator</UserName>
<Timeout>5</Timeout>
<Retries>2</Retries>
<Port>400</Port>
</SSHConfig>
</DiscoveryConfiguration>
注: 如果使用 WS-Man 查找 iDRAC 并且使用安全模式(要求证书文件位于本地系统上),请指定证书文件的完整路径。
例如,C :\192.168.1.5. cer。
使用 XML 或 CSV 文件指定 IP、范围或主机名
您必须在查找、资源清册和状态任务期间指定范围。此实例中的范围定义为单独的 IP 地址、主机名或实际 IP 范围(例如
192.168.7.1-50 或 10.35.0.*)。将范围、IP 或主机名添加到基于 xml 或 csv 的输入文件,然后通过在命令行中使用 –RangeList
或 –RangeListCSV 参数指定来读取该文件。示例 XML 文件 (RangeList.xml) 和 CSV 文件 (RangeList.csv) 包括在 C:\Program
Files\Dell\SysMgt\Essentials\Tools\CLI\Samples 的 samples 文件夹中。要创建多个输入文件,请编辑并重命名 xml 或 csv 文
件。
注: 如果创建查找范围组,则每个组只能有一个对应的子网。组的子网从 DiscoveryProle.xml 文件而不是 Rangelist.xml
或 RangeList.csv 文件进行读取。如果需要,可以为每个子网创建多个组。
RangeList.xml 文件的示例列出如下:
<?xml version="1.0" encoding="utf-8" ?>
<DiscoveryConfigurationRanges>
<Range Name="10.35.0.*"/>
<Range Name="10.36.1.238"/>
340