要在 PowerVault ME5 上启用 SupportAssist,需要满足以下前提条件。
为确保连接完整性,隔离区 (DMZ) 外部的代理服务器和设备不得对 Dell 安全远程服务器的出站或入站流量执行任何 SSL 解密方法。 在出站通信上执行的 SSL 解密会导致与后端的连接丢失。SSL 解密包括:通过防火墙、代理、Web 流量筛选设备或云服务、Web 流量调整或负载平衡、证书验证、证书代理或入侵检测服务 (IDS) 解密。如果在代理服务器和其他设备上启用了 SSL 解密,请确保将 esrs3-core.emc.com 和 esrs3-coredr.emc.com 添加到代理服务器和设备上的 SSL 解密排除列表中。 |
使用 PuTTY 等终端应用程序打开 secure shell (SSH) 会话,并将输出捕获到文本文件以供以后查看。如果您无法安装终端应用程序,Microsoft Windows 10 和 Windows Server 2019 及更高版本附带命令行 SSH 客户端,例如: (C:\> ssh manage@<controller.management.IP.address>)。与终端应用程序不同,您无法将输出捕获到文本文件以供日后查看。
以下命令可用于了解确保 SupportAssist 正常运行所需的系统状态和网络配置设置。有关命令行界面 (CLI) 的更多信息,请参阅 Dell PowerVault ME5 系列存储系统 CLI 参考指南。依次执行以下每个命令。
show service-tag-info
show system
show network-parameters and ping
show dns-parameters
show support-assist
show support-assist-telemetry-status
PowerVault ME5 引入了警报、存储机柜运行状况和通知系统,旨在确定可采取行动的条件并推广最佳实践。
show alerts
show alerts unresolved
show events
show events last 20
示例:
在此示例中,警报将“Lost connectivity to the Dell SupportAssist backend”标记出来,事件日志指示“SupportAssist is not registered with the Dell backend”。您需要为此服务编号生成访问密钥和 PIN,并将其用于启用安全密钥交换以验证设备。
# show alerts unresolved 10 System WARNING No Yes Lost connectivity to the Dell SupportAssist backend. - Check Alerts for any network related problems. - Contact local administrator about recent network changes. - If network configuration is correct and issue persists contact Dell support.
# show events last 20 A6552 2022-08-21 06:32:59 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHKeepAlive, task type: CHKeepAlive) A6553 2022-08-21 06:43:00 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQStats, task type: CHCloudIQStats) A6554 2022-08-21 06:58:00 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQStats, task type: CHCloudIQStats) A6555 2022-08-21 07:13:00 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQStats, task type: CHCloudIQStats) A6556 2022-08-21 07:28:00 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQStats, task type: CHCloudIQStats) A6557 2022-08-21 07:32:59 362 INFORMATIONAL Scheduler: SupportAssist is not registered with the Dell backend. (task: CHCloudIQConfig, task type: CHCloudIQConfig)
在 PowerVault Manager 中,您可能会看到以下知识库文章 000200734 中描述的场景:ME5:警报:Lost connectivity to the Dell SupportAssist backend 和事件:Scheduler — SupportAssist is not registered with the Dell backend
这是未输入访问密钥和 PIN 验证的直接连接测试的示例,
check support-assist-connection mode direct SupportAssist Connection ------------------------ Connection State: Not Connected Endpoint -------- Mode: direct Endpoint: https://esrs3-core.emc.com Status: fail HTTP Status: 0 Message: Status Detail: SSLError Proxy Type: none Endpoint -------- Mode: direct Endpoint: https://esrs3-coredr.emc.com Status: fail HTTP Status: 0 Message: Status Detail: SSLError Proxy Type: none
在上面的示例中,两个端点上的直接测试连接都失败了。
两个端点上的 SSLError 的原因指示 ME5 和戴尔安全远程服务器之间无法进行密钥交换。
“Status Detail: SSLError”可能仅出现在一个端点上,而没有出现在另一个端点上。如果是这样,那么密钥交换已启用,而且其中一个 Dell EMC 主机可能存在问题。
如何在 SSLError 状况同时出现在两个端点上时对问题进行解决。
要在 SSLError 出现在两个端点上时对问题进行解决,您必须使用此服务编号来生成访问密钥和 PIN。按照以下知识库文章 000198043 中的说明进行操作:ME5:如何生成访问密钥和 Pin 以启用 SupportAssist
要使用 CLI 来启用 SupportAssist,请生成访问密钥和 PIN,然后使用以下命令替换访问密钥和 PIN 的正确值:
# set support-assist enabled To use SupportAssist you must run "show support-assist eula" and read the EULA. Do you accept the EULA? (y/n) y # set support-assist-authentication access-key ABCD1234 pin 1234
成功的直接连接测试如下所示。将成功连接到至少一个端点。
# check support-assist-connection mode direct SupportAssist Connection ------------------------ Connection State: Connected Endpoint -------- Mode: direct Endpoint: https://esrs3-core.emc.com Status: success HTTP Status: 200 Message: OK Status Detail: Success Proxy Type: none Endpoint -------- Mode: direct Endpoint: https://esrs3-coredr.emc.com Status: success HTTP Status: 200 Message: OK Status Detail: Success Proxy Type: none Success: Command completed successfully.
如何使用 check support-assist 命令检查端口 443 是否已打开 确定端口 443 上是否允许来自 PowerVault ME5 的出站流量的有用测试是使用模式网关来测试互联网连接。
# check support-assist-connection mode gateway uri https://www.dell.com:443 proxy false SupportAssist Connection ------------------------ Connection State: Connected Endpoint -------- Mode: gateway Endpoint: https://www.dell.com:443 Status: success HTTP Status: 200 Message: OK Status Detail: Success Proxy Type: none Success: Command completed successfully. (2022-08-27 04:13:58)
如何测试 PowerVault ME5 和戴尔安全连接网关虚拟版之间的连接
PowerVault ME5 上的 SupportAssist 可以配置为使用直接连接或网关连接,以便通过使用安全连接网关虚拟版 (SCG/VE) 来代理连接。 有关更多信息,请参阅知识库文章 000200129:PowerVault ME5:如何配置 SupportAssist 以通过网关服务器进行连接
要将 SupportAssist 首选连接配置为使用网关,请使用以下命令:
# set support-assist-connection connection-preference gateway # set support-assist-connection gateway-urls https://r.s.x.y:9443
然后,在端口 9443 上测试从 PowerVault ME5 至网关设备的连接。将 r.s.x.y 替换为 SCG/VE 设备的正确 IP 地址或 DNS 主机名称。
# check support-assist-connection mode gateway SupportAssist Connection ------------------------ Connection State: Connected Endpoint -------- Mode: gateway Endpoint: https://r.s.x.y:9443 Status: success HTTP Status: 200 Message: OK Status Detail: Success Proxy Type: none Success: Command completed successfully. (2022-08-30 19:41:59)
Dell CloudIQ 是一个在线软件即服务门户,拥有有效 ProSupport 或 ProSupport+ 合同的 PowerVault ME 阵列客户可以免费访问。要从 PowerVault ME5 阵列发送遥测数据,必须启用 SupportAssist 和 CloudIQ 支持。
要在 CloudIQ 中载入 PowerVault ME5 阵列,请参阅知识库文章 000022224:CloudIQ:将 PowerVault ME 系列阵列载入 CloudIQ 的一般步骤
要确定是否已在 PowerVault ME5 上启用 CloudIQ,请使用以下命令: show support-assist
要使 SupportAssist 能够发送 CloudIQ 遥测数据,请使用以下命令:set support-assist cloud-iq enabled
# show support-assist SupportAssist ------------- SupportAssist State: Enabled Operation Mode: Normal Auto-case Creation: Disabled CloudIQ: Enabled <-- CloudIQ telemetry data can be sent from this system Connection Preference: Direct Gateway Endpoints ----------------- Gateway 1: Gateway 2: Gateway 3: Proxy Information ----------------- Proxy State: Disabled Protocol: HTTP Host: Ports: User Name: Success: Command completed successfully. (2022-08-27 04:01:40)
如果您需要 Dell 技术支持的帮助以解决启用 SupportAssist 或 CloudIQ 的问题,请执行以下操作。