如何禁止通过电子邮件发送每日/每周/性能/用户触发的/AODs触发的ASUP
适用场景
- ONTAP 9
- AutoSupport (ASUP)
- 传输协议HTTPS
- 通过SMTP发送到电子邮件地址的其他ASUP
问题描述
- 根据消息类型、AutoSupport会将消息发送给不同的收件人。
- 要禁用通过SMTP传送各种类型的ASUP、 需要从ASUP配置中的-to或-Partner-address地址列表中删除电子邮件地址。
- 将“-to”字段中配置的电子邮件地址替换为减号/短划线(
-
)符号或""
:
::> autosupport modify -node * -state enable -mail-hosts mailhost -to -
::> autosupport modify -node * -state enable -mail-hosts mailhost -partner-address –
或
::> autosupport modify -node * -state enable -mail-hosts mailhost -to ""
::> autosupport modify -node * -state enable -mail-hosts mailhost -partner-address ""