Difference between revisions of "Enable weekly Autosupport emails"
From Peter Pap's Technowiki
(Created page with "It used to be that when you got your bright shiny new NetApp, it was pre-configured to send both you and NetApp a weekly Autosupport email. I found this email comforting ;-) Alth...") |
|||
Line 17: | Line 17: | ||
autosupport filter modify -autosupport-message weekly -to enabled | autosupport filter modify -autosupport-message weekly -to enabled | ||
− | Now you should get your weekly | + | Now you should get your weekly comforting emails :-) |
Taken from NetAPP KB article [https://kb.netapp.com/support/index?page=content&id=1014153 1014153]. | Taken from NetAPP KB article [https://kb.netapp.com/support/index?page=content&id=1014153 1014153]. |
Latest revision as of 03:38, 11 November 2016
It used to be that when you got your bright shiny new NetApp, it was pre-configured to send both you and NetApp a weekly Autosupport email. I found this email comforting ;-) Although it still does send the email to NetApp every week, NetApp do not pre-configure the weekly email to you (at least that has been my experience). Enabling it is simple, though not immediately obvious:
1. Change to diag mode on the filer command line:
priv set diag
2. View the current autosupport filters:
autosupport filter show
The one you're looking for looks like this:
weekly disabled disabled
3. Enable the weekly filter
autosupport filter modify -autosupport-message weekly -to enabled
Now you should get your weekly comforting emails :-)
Taken from NetAPP KB article 1014153.