<?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: OCUM installation failes on RHEL [OCUM 6.3 / RHEL 6.5 ] in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCUM-installation-failes-on-RHEL-OCUM-6-3-RHEL-6-5/m-p/117129#M20835</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finnaly found the issue, it is still strange but I have a workaround &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on my system I have a huge FS dedicated to OCUM let's say /OCUM&lt;/P&gt;&lt;P&gt;I created something like that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;/OCUM/opt/netapp&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;/OCUM/data&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then created sym links like this&lt;/P&gt;&lt;P&gt;&amp;nbsp; cd /opt ; ln -s /OCUM/opt/netapp .&lt;/P&gt;&lt;P&gt;&amp;nbsp; cd / ; ln -s /OCUM/data .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When setup is done with symlinks, permissions ( owner/group/ bit s on user or group ) are not the same compared to setup with no symlink on the /opt/netapp directories !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just do something like mount -o bind /OCUM/opt/netapp /opt/netapp and tada, it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not go deeped to understand and debug the post install scriplet from the rpm but there is something very stange in there ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2016 14:47:29 GMT</pubDate>
    <dc:creator>pfrenard</dc:creator>
    <dc:date>2016-03-16T14:47:29Z</dc:date>
    <item>
      <title>OCUM installation failes on RHEL [OCUM 6.3 / RHEL 6.5 ]</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCUM-installation-failes-on-RHEL-OCUM-6-3-RHEL-6-5/m-p/116905#M20790</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to setup OCUM 6.3 on a RHEL 6.5 box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is failing during the netapp-ocum packages setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Message I have is :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mar 09 19:37:22: Configuration complete. Will start ocie services ...&lt;BR /&gt;Mar 09 19:40:03: Started NetApp OnCommand Insight Essentials Server service.&lt;BR /&gt;Mar 09 19:40:03: Adding maintenance user to um user&lt;BR /&gt;Mar 09 19:40:03: maintenance user is not added to um, adding ...&lt;BR /&gt;&lt;STRONG&gt;Error: Unable to communicate with server. Please ensure the server is running.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found where in the install script it failes :&lt;/P&gt;&lt;P&gt;function create_maintenance_user () {&lt;/P&gt;&lt;P&gt;log "Adding maintenance user to um user"&lt;BR /&gt;# Check if umadmin is already added as um user. If not add it.&lt;BR /&gt;cmd="select name from ocum.authorizationunit where authorizationUnitType='MAINTENANCE_USER';"&lt;BR /&gt;ret=`mysql --batch -N -e "$cmd"`&lt;BR /&gt;if [[ ! -z $ret ]] ; then&lt;BR /&gt;log "maintenance user=$ret"&lt;BR /&gt;log "maintenance user already exist in um"&lt;BR /&gt;else&lt;BR /&gt;log "maintenance user is not added to um, adding ..."&lt;BR /&gt;&lt;STRONG&gt;su - jboss -c "dfm user add -t maintenance_user ${maintenance_user}" &amp;gt;&amp;gt; $LOG 2&amp;gt;&amp;amp;1&lt;/STRONG&gt;&lt;BR /&gt;fi&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the failling command is related to "dfm user add".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried to log in as jboss and issue this same command with no more success ;(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have an idea of what is wrong with my setup ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 21:50:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCUM-installation-failes-on-RHEL-OCUM-6-3-RHEL-6-5/m-p/116905#M20790</guid>
      <dc:creator>pfrenard</dc:creator>
      <dc:date>2025-06-04T21:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: OCUM installation failes on RHEL [OCUM 6.3 / RHEL 6.5 ]</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCUM-installation-failes-on-RHEL-OCUM-6-3-RHEL-6-5/m-p/116927#M20795</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you check from 'service ocie status' that the Jboss web server is UP. If it is down, can&amp;nbsp;you try a 'service ocie start' and see&amp;nbsp;if&amp;nbsp;it&amp;nbsp;comes up. Later,&amp;nbsp;&lt;/P&gt;&lt;P&gt;a. Add maint. user(defaults to username of 'umadmin') as a OS user using&amp;nbsp;below steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $groupadd maintenance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $useradd --shell /bin/maintenance-user-shell.sh --home /home/maintenance -g maintenance umadmin&lt;/P&gt;&lt;P&gt;b.Add this user as UM maint. user using '&lt;STRONG&gt;su - jboss -c "dfm user add -t maintenance_user umadmin'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try above and let us know. BTW yes you would get a popup error msg when you see the login screen saying that 'maint. user must be created first' in this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 11:24:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCUM-installation-failes-on-RHEL-OCUM-6-3-RHEL-6-5/m-p/116927#M20795</guid>
      <dc:creator>kirana</dc:creator>
      <dc:date>2016-03-10T11:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: OCUM installation failes on RHEL [OCUM 6.3 / RHEL 6.5 ]</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCUM-installation-failes-on-RHEL-OCUM-6-3-RHEL-6-5/m-p/117129#M20835</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finnaly found the issue, it is still strange but I have a workaround &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on my system I have a huge FS dedicated to OCUM let's say /OCUM&lt;/P&gt;&lt;P&gt;I created something like that&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;/OCUM/opt/netapp&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;/OCUM/data&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then created sym links like this&lt;/P&gt;&lt;P&gt;&amp;nbsp; cd /opt ; ln -s /OCUM/opt/netapp .&lt;/P&gt;&lt;P&gt;&amp;nbsp; cd / ; ln -s /OCUM/data .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When setup is done with symlinks, permissions ( owner/group/ bit s on user or group ) are not the same compared to setup with no symlink on the /opt/netapp directories !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just do something like mount -o bind /OCUM/opt/netapp /opt/netapp and tada, it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not go deeped to understand and debug the post install scriplet from the rpm but there is something very stange in there ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 14:47:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCUM-installation-failes-on-RHEL-OCUM-6-3-RHEL-6-5/m-p/117129#M20835</guid>
      <dc:creator>pfrenard</dc:creator>
      <dc:date>2016-03-16T14:47:29Z</dc:date>
    </item>
  </channel>
</rss>

