日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
廃止されたONTAPコマンドからEMSイベントマッピングを更新する
共同作成者
変更を提案
現在、廃止されたONTAPコマンドセットを使用してEMSイベントの(event destination
event route`マッピングが設定されている場合は、次の手順に従って、 `event notification`の各 `event notification destination`コマンドセットを使用するようにマッピングを更新する必要があります `event filter
。
手順
-
コマンドを使用して、システム内のすべてのイベントの送信先をリストします
event destination show
。cluster-1::event*> destination show Hide Name Mail Dest. SNMP Dest. Syslog Dest. Params ---------------- ----------------- ------------------ ------------------ ------ allevents - - - false asup - - - false criticals - - - false pager - - - false test test@xyz.com - - false traphost - - - false 6 entries were displayed.
-
各送信先について、コマンドを使用してマッピングされているイベントを一覧表示します
event route show -destinations <destination name>
。cluster-1::event*> route show -destinations test Freq Time Message Severity Destinations Threshd Threshd -------------------------------- -------------- -------------- ------- ------- raid.aggr.autoGrow.abort NOTICE test 0 0 raid.aggr.autoGrow.success NOTICE test 0 0 raid.aggr.lock.conflict INFORMATIONAL test 0 0 raid.aggr.log.CP.count DEBUG test 0 0 4 entries were displayed.
-
これらすべてのイベントのサブセットを含む対応するを作成します
event filter
。たとえば、*イベントのみを含める `raid.aggr.`場合は、フィルタの作成時にパラメータにワイルドカードを使用し `message-name`ます。単一のイベントに対してフィルタを作成することもできます。最大50個のイベントフィルタを作成できます。 cluster-1::event*> filter create -filter-name test_events cluster-1::event*> filter rule add -filter-name test_events -type include -message-name raid.aggr.* cluster-1::event*> filter show -filter-name test_events Filter Name Rule Rule Message Name SNMP Trap Type Severity Position Type ----------- -------- --------- ---------------------- --------------- -------- test_events 1 include raid.aggr.* * * 2 exclude * * * 2 entries were displayed.
-
各エンドポイント(SMTP/SNMP/syslogなど)用に
event destination`を作成します。 `event notification destination
cluster-1::event*> notification destination create -name dest1 -email test@xyz.com cluster-1::event*> notification destination show Name Type Destination -------------- ---------- --------------------- dest1 email test@xyz.com (via "localhost" from "admin@localhost", configured in "event config") snmp-traphost snmp - (from "system snmp traphost") 2 entries were displayed.
-
イベントフィルタをイベント通知の送信先にマッピングして、イベント通知を作成します。
cluster-1::event*> notification create -filter-name asup_events -destinations dest1 cluster-1::event*> notification show ID Filter Name Destinations ---- ------------------------------ ----------------- 1 default-trap-events snmp-traphost 2 asup_events dest1 2 entries were displayed.
-
マッピングが設定されている `event route`ごとに、手順1~5を繰り返し `event destination`ます。
SNMPの送信先にルーティングされたイベントは、イベント通知の送信先にマッピングする必要があります snmp-traphost
。SNMPトラップホストの送信先は、システムで設定されたSNMPトラップホストを使用します。cluster-1::event*> system snmp traphost add 10.234.166.135 cluster-1::event*> system snmp traphost show scspr2410142014.gdl.englab.netapp.com (scspr2410142014.gdl.englab.netapp.com) <10.234.166.135> Community: public cluster-1::event*> notification destination show -name snmp-traphost Destination Name: snmp-traphost Type of Destination: snmp Destination: 10.234.166.135 (from "system snmp traphost") Server CA Certificates Present?: - Client Certificate Issuing CA: - Client Certificate Serial Number: - Client Certificate Valid?: -