Active IQ and AutoSupport Discussions
Active IQ and AutoSupport Discussions
Dear All,
When I upgrade DOT 8.1 or later, I will receive these mail everyday as follows,
HA Group Notification from XXXXXX (PERFORMANCE DATA) INFO
HA Group Notification from XXXXXX (MANAGEMENT_LOG) INFO
Can I disable these mail,but need keep (WEEKLY_LOG) and alert log.
Hi - Amend the ASUP settings from the CLI. The options you want to check are:
autosupport.performance_data.enable
autosupport.local.nht_data.enable (This Options should be OFF already)
The Weekly autosupports are generated by these settings, so leave these as they are.
autosupport.support.enable
autosupport.enable
I have setup these before,
options autosupport.performance_data.enable off
options autosupport.local.nht_data.enable off
But It still not work.
Kevin,
PERFORMANCE DATA and MANAGEMENT LOG is now sent daily, in order to smooth out the Sunday traffic and minimize the potential for information being truncated in the WEEKLY LOG.
WEEKLY LOG no longer contains any log files. They are sent exclusively by MANAGEMENT LOG daily.
MANAGEMENT LOG is very important for NetApp to receive for system diagnosis during technical cases, as well as for detection of system risks.
PERFORMANCE DATA is required for performance trending and to provide the performance graphs in My AutoSupport.
NetApp recommends that you allow both to be sent daily.
MANAGEMENT LOG cannot be individually controlled for sending to NetApp.
PERFORMANCE DATA can be controlled by the "options autosupport.performance_data.enable" command.
Are you specifying e-mail addresses via "autosupport.partner.to"?
If that is how you are seeing these AutoSupport e-mails, then see Bug 605902
http://support.netapp.com/NOW/cgi-bin/bol?Type=Detail&Display=605902
This bug describes a regression where partner.to e-mail destinations always receive PERFORMANCE DATA, regardless of the options setting.
I have other question. What's different between theses setting. autosupport.noteto autosupport.partner.to autosupport.performance_data.doit DONT autosupport.performance_data.enable off
This is well-documented in the 8.1 System Administration Guide, as well as on-box man pages.
https://library.netapp.com/ecmdocs/ECMP1136573/html/frameset.html
Look in Monitoring the storage system --> Managing AutoSupport --> AutoSupport Options
In short:
Hi Kevin, Andris,
you are able to disable these mails from being sent to the note.to and to recipients, but not from being sent to the partner.to.
To disable these, you will need to use the autosupport trigger modify command.
You can read up on this in the man page of the autosupport command.
Like the NetApp Support destination, the e-mail destinations specified in the autosupport.partner.to option will receive all AutoSupports NetApp Support does (i.e. essentially unfiltered).
The "autosupport trigger" command only configures which events are sent to the ".to" and ".noteto" destinations.
Hi
You must run this command
options autosupport.performance_data.enable off
options autosupport.local.nht_data.enable off
run priv set diag
autosupport filter modify -autosupport-message management.log -to disabled
autosupport filter modify -autosupport-message performance.data -to disabled
autosupport filter modify -autosupport-message weekly -to enabled