Administrator Guide

Table Of Contents
SMI-S 命名空间
使用以下命名空间参数来访问 SMI-S
互操作命名空间 - /interop
阵列命名空间 - /root/compellent
设置 SMI-S
要设置 SMI-S请为 Data Collector 启用 SMI-S Provider然后添加所需的 SMI-S 用户。HTTPS SMI-S Provider 的默认协议。
步骤
1. SMI-S 先决条件 页面上的 317
2. Data Collector 启用 SMI-S 页面上的 317
SMI-S 先决条件
Storage Manager Data Collector 上配置 SMI-S 之前请完成以下先决条件任务。
步骤
1. 请确保在 Data Collector 上创建 SMI-S Provider 用户。
2. 请确保在托管 Data Collector 的服务器上安装以下 Microsoft 软件
Microsoft .NET Framework 4.6 完整版
Windows PowerShell 3.0 或更高版本
3. 对于 Windows Server 2012在托管 Data Collector 的服务器上打开的所需 SMI-S 端口。
: SLP 不支持在适配器上使用静态 IP。托管 Data Collector 的服务器上的适配器必须使用 DHCP 来获取其 IP 地址
a. 启动 Windows PowerShell 应用程序。
b. 运行以下命令以打开所需的端口
netsh advfirewall firewall add rule name="CIM-XML" dir=in protocol=TCP
localport=5988-5989 action=allow
netsh advfirewall firewall add rule name="CIM-XML" dir=out protocol=TCP localport=5990
action=allow
c. 运行以下命令以打开 SLP 端口
netsh advfirewall firewall add rule name="SLP-udp" dir=in protocol=UDP localport=427
action=allow
netsh advfirewall firewall add rule name="SLP-udp" dir=out protocol=UDP localport=427
action=allow
Data Collector 启用 SMI-S
如果在 Storage Manager Data Collector 上禁用了 SMI-S 服务请使用 Unisphere Central 来启用 SMI-S 服务。
步骤
1. 连接到 Data Collector
a. 打开 Web 浏览器。
b. 按以下格式在 Web 浏览器中键入 Data Collector 的地址
https://data_collector_host_name_or_IP_address:3033/
c. Enter 键。
此时将显示 Unisphere Central 登录页面。
SMI-S 317