简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
响应降级的系统运行状况的示例
贡献者
建议更改
通过查看因磁盘架缺少节点的两个路径而导致系统运行状况降级的具体示例,您可以查看在响应警报时命令行界面显示的内容。
启动 ONTAP 后,您将检查系统运行状况并发现状态为 degraded :
cluster1::>system health status show Status --------------- degraded
您将显示警报以查明问题所在,并看到磁盘架 2 没有两个指向 node1 的路径:
cluster1::>system health alert show Node: node1 Resource: Shelf ID 2 Severity: Major Indication Time: Mon Nov 10 16:48:12 2013 Probable Cause: Disk shelf 2 does not have two paths to controller node1. Possible Effect: Access to disk shelf 2 via controller node1 will be lost with a single hardware component failure (e.g. cable, HBA, or IOM failure). Corrective Actions: 1. Halt controller node1 and all controllers attached to disk shelf 2. 2. Connect disk shelf 2 to controller node1 via two paths following the rules in the Universal SAS and ACP Cabling Guide. 3. Reboot the halted controllers. 4. Contact support personnel if the alert persists.
您可以显示有关警报的详细信息以获取更多信息,包括警报 ID :
cluster1::>system health alert show -monitor node-connect -alert-id DualPathToDiskShelf_Alert -instance Node: node1 Monitor: node-connect Alert ID: DualPathToDiskShelf_Alert Alerting Resource: 50:05:0c:c1:02:00:0f:02 Subsystem: SAS-connect Indication Time: Mon Mar 21 10:26:38 2011 Perceived Severity: Major Probable Cause: Connection_establishment_error Description: Disk shelf 2 does not have two paths to controller node1. Corrective Actions: 1. Halt controller node1 and all controllers attached to disk shelf 2. 2. Connect disk shelf 2 to controller node1 via two paths following the rules in the Universal SAS and ACP Cabling Guide. 3. Reboot the halted controllers. 4. Contact support personnel if the alert persists. Possible Effect: Access to disk shelf 2 via controller node1 will be lost with a single hardware component failure (e.g. cable, HBA, or IOM failure). Acknowledge: false Suppress: false Policy: DualPathToDiskShelf_Policy Acknowledger: - Suppressor: - Additional Information: Shelf uuid: 50:05:0c:c1:02:00:0f:02 Shelf id: 2 Shelf Name: 4d.shelf2 Number of Paths: 1 Number of Disks: 6 Adapter connected to IOMA: Adapter connected to IOMB: 4d Alerting Resource Name: Shelf ID 2
您确认警报以指示您正在处理该警报。
cluster1::>system health alert modify -node node1 -alert-id DualPathToDiskShelf_Alert -acknowledge true
修复磁盘架 2 和节点 1 之间的布线,然后重新启动系统。然后、您再次检查系统运行状况、发现其状态为 OK
:
cluster1::>system health status show Status --------------- OK