Skip to main content
NetApp Knowledge Base

Does newer versions of AIQUM have the Max Snapshot Check per Volume alert?

Views:
28
Visibility:
Public
Votes:
0
Category:
active-iq-unified-manager
Specialty:
om
Last Updated:

Applies to

Active IQ Unified Manager (AIQUM) versions 9.13 and up

Answer

No,  the Max Snapshot Check per Volume event has been removed from AIQUM versions newer than version 9.12.
 
  1.  Example of AIQUM 9.12 version output from MySQL database 
  • mysql> select id,uniqueName,eventDisplayName,eventOrigin from ocum.eventtypevalue where eventDisplayName like '%max snap%';
+-----+--------------------+-------------------------------+------------------+
| id  | uniqueName         | eventDisplayName              | eventOrigin      |
+-----+--------------------+-------------------------------+------------------+
| 828 | configAdvisor-3789 | Max Snapshot Check Per Volume | Active IQ Portal |
+-----+--------------------+-------------------------------+------------------+
1 row in set (0.00 sec)
 

  2.  Example of AIQUM 9.16 version output from MySQL database shows that alert has been deprecated

  • mysql> select id,uniqueName,eventDisplayName,eventOrigin from ocum.eventtypevalue where eventDisplayName like '%max snap%';

Empty set (0.00 sec)

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.