新しい会話を開始

Solved!

ソリューションへ移動

15 メッセージ

1429

2019年2月18日 03:00

OneFSで検知されるESRS接続Eventのフィルタ方法について

環境: OneFS 8.1+ V3 ESRS configuration

https://www.dell.com/community/ストレージ-コミュニティ/OneFSで検知されるESRSのエラーについて/m-p/7191095

 

上のコミュニティで紹介されているESRS関連の接続Eventを停止したい場合は、どのようにすればよいでしょうか

 

検知したくないEvent

3 attempts to contact the configured ESRS gateway(s) failed

15 メッセージ

2019年2月18日 10:00

監視対象Eventをfilterするには、Event ID: 400090004を監視除外としてください

 

◆ ESRS GWの接続Eventをフィルタする方法 ◆

 

以下alert1を例に説明を致します

 

----- SAMPLE -----

 

# isi event alerts list

Name Sev Channel Condition Description

------------------------------------------------------------------------------

ConnectEMC New * RemoteSupport NEW all categories

ConnectEMC Resolved * RemoteSupport RESOLVED all categories

ConnectEMC Worsened * RemoteSupport SEVERITY INCREASE all categories

Heartbeat * Heartbeat Self-Test ONGOING 1 eventgroup(s)

alert1 * smtp1 NEW EVENTS 9 categories

------------------------------------------------------------------------------

Total: 5

 

# isi event alerts view alert1

    Name: alert1

Eventgroup: -

Category: 100000000, 200000000, 300000000, 400000000, 500000000, 600000000, 700000000, 800000000, 900000000

    Sev: *

   Channel: smtp1

Condition: NEW EVENTS

 

filter設定を登録するalert情報を確認した後、以下対応を実施してください

 

  1. GUI上のcluster management -> events & alerts -> alertsの対象alertsのsoftware eventをuncheck
  2. 添付(filter_command.docx)のコマンドを実行

 

* command実行で失敗する場合は、一度alert(例の場合はalert1)を削除し再作成にてretryしてください

 

設定が正しく入ると以下のようになります

 

# isi event alerts view alert1   

Name: alert1

Eventgroup: 400020001, 400020002, 400030001, 400030002, 400040012, 400040020, 400040021, 400050001, 400050002, 400050003, 400050004, 400060004, 400070004, 400070005, 400070006, 400070007, 400080001, 400090001, 400090002, 400090003, 400100001, 400100002, 400100003, 400100004, 400100005, 400100011, 400110001, 400120001, 400130001, 400130002, 400140001, 400140002, 400150001, 400150002, 400150003, 400150004, 400150005, 400160001, 400210001, 400210002, avscan, synciq

Category: 100000000, 1100000000, 200000000, 300000000, 500000000, 600000000, 700000000, 800000000, 900000000

     Sev: * 

Channel: smtp1

Condition: NEW EVENTS

 

既にsoftware eventでいくつかfilterをかけている場合は、GUI上で400090004をuncheckするだけの対応となります

1添付ファイル

15 メッセージ

2022年11月13日 23:00

OneFSで検知される"ESRS is disconnected from the gateway"について、
SRS設定として当該event自体をCELOG(Cluster event log)で作成しない方法:

# isi esrs modify --alert-on-disconnect=false

* 当該設定のoption内容については、以下の通りです。

--alert-on-disconnect -- Whether to generate a CELOG alert if on-cluster ESRS is disconnected from the ESRS gateways.

OneFS 9.x以降をご利用の場合で、celogで検知されるeventを抑止する方法:

* CLIの場合

# isi event suppress modify --suppress=true 400090004

* GUIの場合
Cluster Management -> Events and alerts -> Alert management -> celog alertingで400090004を検索
-> suppress

* EVENT ID 400090004について
400090004 SW_ESRS_DISCONNECTED 400000000 ESRS is disconnected from the gateway

イベントは見つかりませんでした!

Top