<?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 Oncommand Unified Manager 7 on RHEL 6.7 - netapp-ocum-7.0-x86_64.rpm post install script broken in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Oncommand-Unified-Manager-7-on-RHEL-6-7-netapp-ocum-7-0-x86-64-rpm-post-install/m-p/127453#M22891</link>
    <description>&lt;P&gt;In the current&amp;nbsp;OnCommandUnifiedManager-rhel6-7.0.zip package, the netapp-ocum-7.0-x86_64 package is broken. &amp;nbsp;The post install script has a function &lt;STRONG&gt;configure_rp()&amp;nbsp;&lt;/STRONG&gt;to register UM with the reverse proxy. &amp;nbsp;Unfortunately this script&lt;STRONG&gt;&amp;nbsp;/opt/netapp/ocum/bin/um register&amp;nbsp;&lt;/STRONG&gt;searches for the JAVA keystores in /data/ocie but the keystores are installed in /opt/netapp/data/ocie which is set in the script via these variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;datadir="/opt/netapp/data"&lt;/P&gt;&lt;P&gt;UM_KEYSTORE="${datadir}/ocie/server.keystore"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sh -x /opt/netapp/ocum/bin/um register&lt;BR /&gt;+ UM_HOME=/opt/netapp/ocum&lt;BR /&gt;+ LIB_ROOT=/opt/netapp/ocum/lib/cli&lt;BR /&gt;+ export LIB_ROOT&lt;BR /&gt;+ cd /opt/netapp/ocum&lt;BR /&gt;+ JVM_ARGS=' -client'&lt;BR /&gt;+ JVM_ARGS=' -client -Xms64M'&lt;BR /&gt;+ export JVM_ARGS&lt;BR /&gt;+ MAIN_CLASS=com.netapp.dfm.cli.handlers.rest.CliRestMain&lt;BR /&gt;+ exec ./bin/launch-java com.netapp.dfm.cli.handlers.rest.CliRestMain um register&lt;BR /&gt;Failed to update RP registry with UM metadata. Check logs for more details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;------------- /var/log/ocum/cli.log --------------------------------------------------&lt;BR /&gt;2017-01-26 13:21:55,454 ERROR [main] [c.n.d.c.r.r.HttpsRestTemplate] Error during SSL initialization of restTemplate for issuing calls to RP : /data/ocie/server.keystore (No such file or directory)&lt;BR /&gt;2017-01-26 13:21:55,454 ERROR [main] [c.n.d.c.r.r.RpRegistryUpdateService] Error fetching registry entry for UM : java.io.FileNotFoundException: /data/ocie/server.keystore (No such file or directory)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The workaround:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yum install ocie-serverbase-1.4.0-2016.09.J2286.x86_64.rpm \&lt;BR /&gt;netapp-application-server-1.4.0-2016.09.J2286.x86_64.rpm \&lt;BR /&gt;netapp-platform-base-1.4.0-2016.09.J2286.el6.x86_64.rpm \&lt;BR /&gt;node.x86_64.rpm rp.x86_64.rpm \&lt;BR /&gt;ocie-server-1.4.0-2016.08.J2307.x86_64.rpm \&lt;BR /&gt;ocie-au-1.4.0-2016.08.J2307.x86_64.rpm \&lt;BR /&gt;rp.x86_64.rpm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ln -s /opt/netapp/data/ocie/ /data/ocie&lt;/P&gt;&lt;P&gt;chown jboss:jboss /data/ocie&lt;BR /&gt;chmod 755 /data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yum install netapp-ocum-7.0-x86_64.rpm&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 15:31:21 GMT</pubDate>
    <dc:creator>Jason-Wells</dc:creator>
    <dc:date>2025-06-04T15:31:21Z</dc:date>
    <item>
      <title>Oncommand Unified Manager 7 on RHEL 6.7 - netapp-ocum-7.0-x86_64.rpm post install script broken</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Oncommand-Unified-Manager-7-on-RHEL-6-7-netapp-ocum-7-0-x86-64-rpm-post-install/m-p/127453#M22891</link>
      <description>&lt;P&gt;In the current&amp;nbsp;OnCommandUnifiedManager-rhel6-7.0.zip package, the netapp-ocum-7.0-x86_64 package is broken. &amp;nbsp;The post install script has a function &lt;STRONG&gt;configure_rp()&amp;nbsp;&lt;/STRONG&gt;to register UM with the reverse proxy. &amp;nbsp;Unfortunately this script&lt;STRONG&gt;&amp;nbsp;/opt/netapp/ocum/bin/um register&amp;nbsp;&lt;/STRONG&gt;searches for the JAVA keystores in /data/ocie but the keystores are installed in /opt/netapp/data/ocie which is set in the script via these variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;datadir="/opt/netapp/data"&lt;/P&gt;&lt;P&gt;UM_KEYSTORE="${datadir}/ocie/server.keystore"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sh -x /opt/netapp/ocum/bin/um register&lt;BR /&gt;+ UM_HOME=/opt/netapp/ocum&lt;BR /&gt;+ LIB_ROOT=/opt/netapp/ocum/lib/cli&lt;BR /&gt;+ export LIB_ROOT&lt;BR /&gt;+ cd /opt/netapp/ocum&lt;BR /&gt;+ JVM_ARGS=' -client'&lt;BR /&gt;+ JVM_ARGS=' -client -Xms64M'&lt;BR /&gt;+ export JVM_ARGS&lt;BR /&gt;+ MAIN_CLASS=com.netapp.dfm.cli.handlers.rest.CliRestMain&lt;BR /&gt;+ exec ./bin/launch-java com.netapp.dfm.cli.handlers.rest.CliRestMain um register&lt;BR /&gt;Failed to update RP registry with UM metadata. Check logs for more details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;------------- /var/log/ocum/cli.log --------------------------------------------------&lt;BR /&gt;2017-01-26 13:21:55,454 ERROR [main] [c.n.d.c.r.r.HttpsRestTemplate] Error during SSL initialization of restTemplate for issuing calls to RP : /data/ocie/server.keystore (No such file or directory)&lt;BR /&gt;2017-01-26 13:21:55,454 ERROR [main] [c.n.d.c.r.r.RpRegistryUpdateService] Error fetching registry entry for UM : java.io.FileNotFoundException: /data/ocie/server.keystore (No such file or directory)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The workaround:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yum install ocie-serverbase-1.4.0-2016.09.J2286.x86_64.rpm \&lt;BR /&gt;netapp-application-server-1.4.0-2016.09.J2286.x86_64.rpm \&lt;BR /&gt;netapp-platform-base-1.4.0-2016.09.J2286.el6.x86_64.rpm \&lt;BR /&gt;node.x86_64.rpm rp.x86_64.rpm \&lt;BR /&gt;ocie-server-1.4.0-2016.08.J2307.x86_64.rpm \&lt;BR /&gt;ocie-au-1.4.0-2016.08.J2307.x86_64.rpm \&lt;BR /&gt;rp.x86_64.rpm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ln -s /opt/netapp/data/ocie/ /data/ocie&lt;/P&gt;&lt;P&gt;chown jboss:jboss /data/ocie&lt;BR /&gt;chmod 755 /data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yum install netapp-ocum-7.0-x86_64.rpm&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:31:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Oncommand-Unified-Manager-7-on-RHEL-6-7-netapp-ocum-7-0-x86-64-rpm-post-install/m-p/127453#M22891</guid>
      <dc:creator>Jason-Wells</dc:creator>
      <dc:date>2025-06-04T15:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Oncommand Unified Manager 7 on RHEL 6.7 - netapp-ocum-7.0-x86_64.rpm post install script broken</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Oncommand-Unified-Manager-7-on-RHEL-6-7-netapp-ocum-7-0-x86-64-rpm-post-install/m-p/127454#M22892</link>
      <description>&lt;P&gt;Here is the function for reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------&lt;BR /&gt;function configure_rp() {&lt;BR /&gt;log "Registering UM with reverse proxy"&lt;BR /&gt;/opt/netapp/ocum/bin/um register &amp;gt;&amp;gt; $LOG 2&amp;gt;&amp;amp;1&lt;/P&gt;&lt;P&gt;log "Checking whether UM was registered successfully with RP"&lt;/P&gt;&lt;P&gt;#OR with true to make sure that subsequent if statement is hit sucessfully&lt;BR /&gt;#and installer doesn't terminate on the grep call itself&lt;BR /&gt;um_registry=`grep -i "\"um\"" ${OCIE_HOME}/data/app_registry.json` || true&lt;BR /&gt;if [[ ${um_registry} =~ "um" ]]; then&lt;BR /&gt;log "Found um entry in ${OCIE_HOME}/data/app_registry.json file. Registration successful."&lt;BR /&gt;log "${um_registry}"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;echo_log "Installer failed to register UM with Reverse Proxy. Refer log for more details"&lt;BR /&gt;else&lt;BR /&gt;log "Failed to find um entry in ${OCIE_HOME}/data/app_registry.json file. Installer will exit now"&lt;BR /&gt;echo_log "Installer failed to register UM with Reverse Proxy. Refer log for more details"&lt;BR /&gt;exit -1&lt;BR /&gt;fi&lt;BR /&gt;}&lt;BR /&gt;------------------------------------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 18:09:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Oncommand-Unified-Manager-7-on-RHEL-6-7-netapp-ocum-7-0-x86-64-rpm-post-install/m-p/127454#M22892</guid>
      <dc:creator>Jason-Wells</dc:creator>
      <dc:date>2017-01-27T18:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oncommand Unified Manager 7 on RHEL 6.7 - netapp-ocum-7.0-x86_64.rpm post install script broken</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Oncommand-Unified-Manager-7-on-RHEL-6-7-netapp-ocum-7-0-x86-64-rpm-post-install/m-p/127739#M22932</link>
      <description>&lt;P&gt;Please open a case and include these details.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 14:01:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Oncommand-Unified-Manager-7-on-RHEL-6-7-netapp-ocum-7-0-x86-64-rpm-post-install/m-p/127739#M22932</guid>
      <dc:creator>marz</dc:creator>
      <dc:date>2017-02-03T14:01:10Z</dc:date>
    </item>
  </channel>
</rss>

