NetApp (ontap) におけるAutoSupportMail等のメールアドレス(宛先、送信元、パートナー等)を変更する方法です。
作業はNetAppにSSHで接続して実行します。
既存設定の確認
nas1> options autosupport autosupport.content complete autosupport.doit MANAGEMENT_LOG autosupport.enable on autosupport.from [送信元のメールアドレス] autosupport.local_collection on autosupport.mailhost 192.168.0.150 autosupport.max_http_size 10485760 autosupport.max_smtp_size 5242880 autosupport.minimal.subject.id systemid autosupport.nht_data.enable on autosupport.noteto autosupport.ondemand.polling_interval 60 autosupport.ondemand.remotediag.state on autosupport.ondemand.server_url https://support.netapp.com/aods/asupmessage autosupport.ondemand.state on autosupport.partner.to [パートナー企業のメールアドレス] autosupport.payload_format 7z autosupport.performance_data.doit DONT autosupport.performance_data.enable on autosupport.periodic.tx_window 1h autosupport.retry.count 15 autosupport.retry.interval 4m autosupport.support.enable off autosupport.support.proxy autosupport.support.put_url support.netapp.com/put/AsupPut autosupport.support.reminder off autosupport.support.to [NetAppサポートのメールアドレス] autosupport.support.transport smtp autosupport.support.url support.netapp.com/asupprod/post/1.0/postAsup autosupport.throttle on autosupport.to [送信先のメールアドレス] autosupport.validate_digital_certificate on
設定を変更
nas1> options autosupport.from [変更したいメールアドレス] nas1> options autosupport.to [変更したいメールアドレス] nas1> options autosupport.partner.to [変更したいメールアドレス]
尚、複数の宛先に送信したい場合はカンマ区切りで記載。
変更後の設定を再確認
nas1> options autosupport autosupport.content complete autosupport.doit USER_TRIGGERED (COMPLETE:SupportTestSend) autosupport.enable on autosupport.from [送信元のメールアドレス] autosupport.local_collection on autosupport.mailhost 192.168.0.150 autosupport.max_http_size 10485760 autosupport.max_smtp_size 5242880 autosupport.minimal.subject.id systemid autosupport.nht_data.enable on autosupport.noteto autosupport.ondemand.polling_interval 60 autosupport.ondemand.remotediag.state on autosupport.ondemand.server_url https://support.netapp.com/aods/asupmessage autosupport.ondemand.state on autosupport.partner.to [パートナー企業のメールアドレス] autosupport.payload_format 7z autosupport.performance_data.doit DONT autosupport.performance_data.enable on autosupport.periodic.tx_window 1h autosupport.retry.count 15 autosupport.retry.interval 4m autosupport.support.enable off autosupport.support.proxy autosupport.support.put_url support.netapp.com/put/AsupPut autosupport.support.reminder off autosupport.support.to [NetAppサポートのメールアドレス] autosupport.support.transport smtp autosupport.support.url support.netapp.com/asupprod/post/1.0/postAsup autosupport.throttle on autosupport.to [送信先のメールアドレス] autosupport.validate_digital_certificate on
メールを手動送信
nas1> options autosupport.doit SupportTestSend
手動で送信されたAutoSupportMailを確認してみてください。