原因 メッセージを破棄するにはどうすればよいですか?
環境
ONTAP 9
回答
- イベントはEMS抑制アルゴリズムによって抑制されました。
- イベント処理システムは、複数のアルゴリズムを実装してイベントを調整します。
- [1]抑制されたイベントの情報を表示するには、event status showコマンドを使用します
ontap91::> event status show -message-name security.invalid.login
Node Message Occurs Drops Last Time
----------------- ---------------------------- ------ ----- -------------------
ontap91-01 security.invalid.login 13 11 6/2/2020 10:27:54
ontap91::*> event status show -message-name security.invalid.login -ins
Node: ontap91-01
Message Name: security.invalid.login
Number of Indications: 13
Number of Drops: 11
Last Indication Time: 6/2/2020 10:27:54
Last Suppressed Indication Time: 6/2/2020 10:27:54
Last Processed Indication Time: 6/2/2020 10:25:41
Stat Starting Time: 6/1/2020 12:42:59
60-minute Histogram: 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0
24-hour Histogram: 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0
7-day Histogram: 0, 0, 6, 7, 0, 0, 0
Is Chatter: false
Change since Last Chatter Calculation?: false
Number of Times Autosuppressed: 0
Number of Times Rate Limited: 0
Number of Times Timer Suppressed: 11
Number of Times Duplicate Suppressed: 0
Number of Times Suppressed Since Last Time Logged: 5
Accumulated Bytes: 491
Severity: SVC_FAULT
Probability to Suppress: 0%
Number of Times Duplicate Suppressed (-30 secs): 0
Number of Times Duplicate Suppressed (30-60 secs): 0
Number of Times Duplicate Suppressed (60-90 secs): 0
Number of Times Duplicate Suppressed (90-120 secs): 0
Number of Times Duplicate Suppressed (120- secs): 0
追加情報
- event config showを使用して、イベント抑制アルゴリズムが有効(on)か無効(off)かを確認します。
注: 抑制パラメータでは、自動抑制と重複抑制の両方を無効にできますが、タイマー抑制は無効にできません。