FAQ about Python version in Active IQ Unified Manager
- Views:
- 704
- Visibility:
- Public
- Votes:
- 0
- Category:
- active-iq-unified-manager
- Specialty:
- om
- Last Updated:
- 4/2/2025, 3:51:13 PM
Applies to
- Active IQ Unified Manager (AIQUM)
- vApp (virtual Appliance)
- RedHat Enterprise Linux (RHEL)
- Windows
- Frequently Asked Questions (FAQ)
Answer
-
Which versions of Python are EOL (End of life)
-
Is there any vulnerability with Python in NetApp Products
-
How to check the Python version in AIQUM server
AIQUM Server Operating System Python Version Debian (vApp) / RHEL / CentOS - python --version
- python2 --version
- python3 --version
- python3.9 --version
Windows python --version
- Why we installed Python with AIQUM?
Questions Answers Why is Python bundled with Unified Manager? We bundle Python (3rd party product) along with AIQUM and we call python scripts which are bundled within AIQUM while using below features :-
a. Management Actions
b. Alert Setup (alerting)Does Python on Windows servers use “python.exe”, or is it using “py.exe” command? AIQUM uses “C:\Program Files\Python3xx\pythonw.exe” (pythonw.exe is a GUI app for launching GUI/no-UI-at-all scripts.) for calling python scripts not “py.exe”.
Additional Information
N/A