<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issues with AIQUM 9.10 install in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431628#M28346</link>
    <description>&lt;P&gt;Here is the Python check in the script. I don't have a CentOS 8 box to check, but maybe you could try modifying it? I'd open a case with Support to confirm the supported action to be safe though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function check_for_python() {&lt;BR /&gt;log "checking for python36"&lt;BR /&gt;if verify_package_installed python36 ; then&lt;BR /&gt;python3_repo_enabled=1&lt;BR /&gt;elif verify_package_exists_in_repository python36 ; then&lt;BR /&gt;python3_repo_enabled=1&lt;BR /&gt;else&lt;BR /&gt;log "python3 is not available in the repo."&lt;BR /&gt;issues=1;&lt;BR /&gt;fi&lt;BR /&gt;log "python3_repo_enabled=${python3_repo_enabled}"&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 15:04:15 GMT</pubDate>
    <dc:creator>paul_stejskal</dc:creator>
    <dc:date>2022-02-03T15:04:15Z</dc:date>
    <item>
      <title>Issues with AIQUM 9.10 install</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431621#M28345</link>
      <description>&lt;P&gt;I am installing AIQUM 9.10.&amp;nbsp; My centOS VM has limited internet connectivity so I’ve had to install epel and mysql manually&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seeing the following error in pre-check –&lt;/P&gt;&lt;P&gt;Feb 03 12:55:58: checking for python3&lt;/P&gt;&lt;P&gt;Feb 03 12:55:58: Checking if package python3 is installed.&lt;/P&gt;&lt;P&gt;Error: No matching Packages to list&lt;/P&gt;&lt;P&gt;Feb 03 12:55:59: Checking if package python3 exists in the configured yum repositories.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pre-reqs installed –&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloud@activeiq-3 ~]$ cat /etc/os-release&lt;/P&gt;&lt;P&gt;NAME="CentOS Stream"&lt;/P&gt;&lt;P&gt;VERSION="8"&lt;/P&gt;&lt;P&gt;ID="centos"&lt;/P&gt;&lt;P&gt;ID_LIKE="rhel fedora"&lt;/P&gt;&lt;P&gt;VERSION_ID="8"&lt;/P&gt;&lt;P&gt;PLATFORM_ID="platform:el8"&lt;/P&gt;&lt;P&gt;PRETTY_NAME="CentOS Stream 8"&lt;/P&gt;&lt;P&gt;ANSI_COLOR="0;31"&lt;/P&gt;&lt;P&gt;CPE_NAME="cpe:/o:centos:centos:8"&lt;/P&gt;&lt;P&gt;HOME_URL=&lt;A href="https://centos.org/" target="_blank"&gt;https://centos.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BUG_REPORT_URL=&lt;A href="https://bugzilla.redhat.com/" target="_blank"&gt;https://bugzilla.redhat.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8"&lt;/P&gt;&lt;P&gt;REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloud@activeiq-3 ~]$ java -version&lt;/P&gt;&lt;P&gt;openjdk version "1.8.0_312"&lt;/P&gt;&lt;P&gt;OpenJDK Runtime Environment (build 1.8.0_312-b07)&lt;/P&gt;&lt;P&gt;OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloud@activeiq-3 ~]$ rpm -qa | grep -i mysql&lt;/P&gt;&lt;P&gt;mysql80-community-release-el8-1.noarch&lt;/P&gt;&lt;P&gt;mysql-community-client-8.0.28-1.el8.x86_64&lt;/P&gt;&lt;P&gt;mysql-community-common-8.0.28-1.el8.x86_64&lt;/P&gt;&lt;P&gt;mysql-community-libs-8.0.28-1.el8.x86_64&lt;/P&gt;&lt;P&gt;mysql-community-icu-data-files-8.0.28-1.el8.x86_64&lt;/P&gt;&lt;P&gt;mysql-community-client-plugins-8.0.28-1.el8.x86_64&lt;/P&gt;&lt;P&gt;mysql-community-server-8.0.28-1.el8.x86_64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloud@activeiq-3 ~]$ rpm -qa | grep p7zip&lt;/P&gt;&lt;P&gt;p7zip-plugins-16.02-20.el8.x86_64&lt;/P&gt;&lt;P&gt;p7zip-16.02-20.el8.x86_64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloud@activeiq-3 ~]$ python3 --version&lt;/P&gt;&lt;P&gt;Python 3.6.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don’t see any specific steps in the documentation…&amp;nbsp; Appreciate any guidance you can provide.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:05:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431621#M28345</guid>
      <dc:creator>rustyb</dc:creator>
      <dc:date>2025-06-04T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with AIQUM 9.10 install</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431628#M28346</link>
      <description>&lt;P&gt;Here is the Python check in the script. I don't have a CentOS 8 box to check, but maybe you could try modifying it? I'd open a case with Support to confirm the supported action to be safe though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function check_for_python() {&lt;BR /&gt;log "checking for python36"&lt;BR /&gt;if verify_package_installed python36 ; then&lt;BR /&gt;python3_repo_enabled=1&lt;BR /&gt;elif verify_package_exists_in_repository python36 ; then&lt;BR /&gt;python3_repo_enabled=1&lt;BR /&gt;else&lt;BR /&gt;log "python3 is not available in the repo."&lt;BR /&gt;issues=1;&lt;BR /&gt;fi&lt;BR /&gt;log "python3_repo_enabled=${python3_repo_enabled}"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 15:04:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431628#M28346</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2022-02-03T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with AIQUM 9.10 install</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431658#M28347</link>
      <description>&lt;P&gt;Thanks for the help!&amp;nbsp; We were able to get past the Python issue, but our AIQUM 9.10 install was hanging.&amp;nbsp; We're trying AIQUM 9.9 and having the same issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[cloud@activeiq-3 ocum]$ systemctl status ocie&lt;BR /&gt;● ocie.service - LSB: Active IQ Management Server&lt;BR /&gt;Loaded: loaded (/opt/netapp/systemd/system/ocie; enabled; vendor preset: disabled)&lt;BR /&gt;Active: activating (start) since Thu 2022-02-03 20:24:36 UTC; 42min ago&lt;BR /&gt;Cntrl PID: 31609 (ocie)&lt;BR /&gt;Tasks: 94 (limit: 100864)&lt;BR /&gt;Memory: 3.0G&lt;BR /&gt;CGroup: /system.slice/ocie.service&lt;BR /&gt;─ 1616 /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-4.el8_5.x86_64/bin/java -D[Standalone] -Xms29&amp;gt;&lt;BR /&gt;─ 7667 privbind -u jboss -n 3 /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-4.el8_5.x86_64/bin/jav&amp;gt;&lt;BR /&gt;─31609 /bin/bash /opt/netapp/systemd/system/ocie start&lt;BR /&gt;─40953 sleep 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feb 03 20:24:36 activeiq-3 systemd[1]: Starting LSB: Active IQ Management Server...&lt;BR /&gt;Feb 03 20:24:36 activeiq-3 ocie[31609]: grep: /opt/netapp/ocum/etc/ocum.conf: No such file or directory&lt;BR /&gt;Feb 03 20:24:36 activeiq-3 ocie[31609]: Active IQ Management Server service already stopped&lt;BR /&gt;Feb 03 20:24:37 activeiq-3 ocie[31609]: starting mysql service&lt;BR /&gt;Feb 03 20:24:41 activeiq-3 ocie[31609]: MySQL service start finished&lt;BR /&gt;Feb 03 20:24:51 activeiq-3 ocie[31609]: MySQL service has already started&lt;BR /&gt;Feb 03 20:24:51 activeiq-3 ocie[31609]: 1+2&lt;BR /&gt;Feb 03 20:24:51 activeiq-3 ocie[31609]: 3&lt;BR /&gt;Feb 03 20:24:51 activeiq-3 ocie[31609]: select 1+2; executed successfully&lt;BR /&gt;Feb 03 20:24:51 activeiq-3 ocie[31609]: Starting Active IQ Management Server service . This may take coup&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions welcome.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 21:14:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431658#M28347</guid>
      <dc:creator>rustyb</dc:creator>
      <dc:date>2022-02-03T21:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with AIQUM 9.10 install</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431659#M28348</link>
      <description>&lt;P&gt;I'd open a case. It may take a little bit to get running but it should be working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 21:16:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Issues-with-AIQUM-9-10-install/m-p/431659#M28348</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2022-02-03T21:16:40Z</dc:date>
    </item>
  </channel>
</rss>

