본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.
저하된 시스템 상태에 응답하는 예
기여자
변경 제안
노드에 대한 경로가 2개인 셸프로 인해 성능이 저하된 시스템 상태의 특정 예를 검토하여 경고에 응답할 때 CLI가 표시되는 내용을 볼 수 있습니다.
ONTAP를 시작한 후 시스템 상태를 확인하고 성능이 저하되었습니다.
cluster1::>system health status show Status --------------- degraded
경고를 표시하여 문제가 발생한 위치를 확인하고 쉘프 2에서 노드 1에 대한 경로가 2개 있지 않음을 확인할 수 있습니다.
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