ONTAP AutoSupport(Transport SMTP)配信失敗解決ガイド
環境
- ONTAP 9
- AutoSupport
- トランスポートSMTP
概要
NetApp ノードから AutoSupport Eメールが送信されていないようです
- このガイドに従って、質問や問題に対する適切な解決策を見つけてください。
現在の構成を確認する
よりスムーズな操作のために、次のコマンドを実行してノード構成を収集します
::>autosupport show -node <node name> -instance
Node: cluster-01
State: enable
SMTP Mail Hosts: mailhost
From Address: admin@email.com
List of To Addresses: address1@email.com,address2@email.com
List of Noteto Addresses: -
List of Partner Addresses: -
Send AutoSupport Messages to Vendor Support: enable
Protocol to Contact Support: SMTP
Support Proxy URL:
接続が良好であることを確認する
cluster1::> system node autosupport check show -node node2 On Demand Node HTTP/HTTPS Server SMTP Configuration ---------------- ---------- ---------- ---------- ------------- node2 ok ok ok ok
接続に失敗する
- 接続に失敗した場合は、Mailhostへの接続を確認する必要があります。
手順
送信に失敗した理由を見つける方法
オプション1 - AutoSupport履歴を確認する
system autosupport history show -node * -fields node ,seq-num ,status ,error ,destination
seq-num destination status error
------- ----------- ------ -----
39 http ignore ""
39 smtp transmission-failed Failed sending data to the peer
39 noteto ignore ""
38 http ignore ""
38 smtp sent-successful ""
38 noteto ignore ""
オプション2 - notifyd.logを確認する
node run -node (node name) -command rdfile /etc/log/mlog/notifyd.log
- お気に入りのテキストエディタにコピーします
- エラーを見つけるには、ctrl Fを使用して検索します
ほとんどの場合、次の行 (message: Closing connection #0) から始めて、実際のエラーメッセージにたどり着くことができます。
ヒント: 次の表を使用して、その他のメッセージを探します
SMTP エラー |
解決策 |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
これは |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
追加情報
- NetAppサポートまたはパートナーと作業する際、NetAppに配信されていない場合は、完全なAutoSupportを手動でアップロードすることを推奨します。
- これにより、解決プロセスが迅速化されます。 ONTAP 9でAutoSupportメッセージをNetAppに手動でアップロードする方法