본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.
ONTAP 시스템 상태 경고를 자동으로 수신합니다
명령을 사용하여 시스템 상태 경고를 수동으로 확인할 수 system health alert show
있습니다. 그러나 상태 모니터에서 알림을 생성할 때 알림을 자동으로 수신하려면 특정 EMS(이벤트 관리 시스템) 메시지에 가입해야 합니다.
이 작업에 대해
다음 절차에서는 모든 HM.ALERT.Raised 메시지 및 모든 HM.ALERT.clLEALEed 메시지에 대한 알림을 설정하는 방법을 보여 줍니다.
모든 HM.ALERT.Raised 메시지 및 모든 HM.ALERT.ALLEALEAN 메시지에는 SNMP 트랩이 포함됩니다. SNMP 트랩의 이름은 HealthMonitorAlertRaised
및 `HealthMonitorAlertCleared`입니다.
에 대한 자세한 내용은 system health alert show
"ONTAP 명령 참조입니다"을 참조하십시오.
단계
-
이벤트 목적지 작성 명령을 사용하여 EMS 메시지를 보낼 대상을 정의합니다.
cluster1::> event destination create -name health_alerts -mail admin@example.com
에 대한 자세한 내용은
event destination create
"ONTAP 명령 참조입니다"을 참조하십시오. -
event route add-destinations 명령을 사용하여 hm.alert.Raised 메시지와 hm.alert.clined 메시지를 목적지로 라우트한다.
cluster1::> event route add-destinations -messagename hm.alert* -destinations health_alerts
에 대한 자세한 내용은
event route add-destinations
"ONTAP 명령 참조입니다"을 참조하십시오.