Will upgrading ONTAP to v9.14.1 with AIQUM v9.14 and closed AMQP port cause issues
Applies to
- ONTAP 9.14.1
- Active IQ Unified Manager (AIQUM) 9.14
Answer
No, upgrading ONTAP to version 9.14.1 would not cause any issues if AMQP ports are closed.
Additional Information
- AIQUM 9.14 uses AMQP for real-time event delivery from ONTAP 9.14+. If AMQP ports are not open still ZAPI calls can used for AIQUM data collection. Ensure that ZAPI calls are active post-upgrade to maintain polling.
Command to verify ONTAPI (ZAPI) isn’t suspended/stopped.
If output of above is true, use below command to enable it:
::> system services web ontapi show
::> system services web ontapi modify -suspended false - ONTAP 9.14.1 still supports ZAPI (ONTAPI) calls. AIQUM can fall back to ZAPI for monitoring and management if AMQP is unavailable. This ensures continued functionality without immediate impact.
