<?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 Redhat 4 U5 Multipaht with OCFS2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052686#M48689</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have two DL380 G5 Prolient Servers&lt;BR /&gt;with single Emulex HBA (FC2142SR) on each node&lt;BR /&gt;connected to MSA1000, &lt;BR /&gt;Oracle RAC Installed and configured with OCFS2&lt;BR /&gt;&lt;BR /&gt;My question is :&lt;BR /&gt;if I add another HBA on each node&lt;BR /&gt;shall I configure Multipath manualy or the redhat 4 update 5 configure it automatically.&lt;BR /&gt;if manually how to configure it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nabil&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Jun 2007 04:16:09 GMT</pubDate>
    <dc:creator>Nabil_11</dc:creator>
    <dc:date>2007-06-13T04:16:09Z</dc:date>
    <item>
      <title>Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052686#M48689</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have two DL380 G5 Prolient Servers&lt;BR /&gt;with single Emulex HBA (FC2142SR) on each node&lt;BR /&gt;connected to MSA1000, &lt;BR /&gt;Oracle RAC Installed and configured with OCFS2&lt;BR /&gt;&lt;BR /&gt;My question is :&lt;BR /&gt;if I add another HBA on each node&lt;BR /&gt;shall I configure Multipath manualy or the redhat 4 update 5 configure it automatically.&lt;BR /&gt;if manually how to configure it.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nabil&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jun 2007 04:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052686#M48689</guid>
      <dc:creator>Nabil_11</dc:creator>
      <dc:date>2007-06-13T04:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052687#M48690</link>
      <description>Shalom Nabil,&lt;BR /&gt;&lt;BR /&gt;You don't have to configure anything. The system will after installation see two paths to each disk on the LUN. Visible end editable by all the standard utilities.&lt;BR /&gt;&lt;BR /&gt;If this is a RAC question someone else will need to answer.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 13 Jun 2007 07:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052687#M48690</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-13T07:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052688#M48691</link>
      <description>Nabil,&lt;BR /&gt;&lt;BR /&gt;What version of Oracle are you running?  I believe version 10.2 currently using OCFS and 10.3 or later using OCFS2.  Also, make sure you have the lastest version of firmware for your MSA1000 to benefit the ACTIVE/ACTIVE - The only HBA that I know that will allow you to manually set multi-path is the Q-Logic HBA driver.  Not sure about Emulex HBA though.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Fri, 15 Jun 2007 22:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052688#M48691</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-15T22:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052689#M48692</link>
      <description>Emulex can do multipathing too, although I would recommend using Qlogic with Linux.&lt;BR /&gt;&lt;BR /&gt;For Emulex you need to go to the hp.com site under drivers and software and find the Emulex HBA Driver Kit for Linux. It's a tar ball. Untar it somewhere and cd in. Then run:&lt;BR /&gt;&lt;BR /&gt;./INSTALL -m -a&lt;BR /&gt;&lt;BR /&gt;you can read the INSTALL script to see what these swicthes mean. The -m is to install Emulex's MultiPulse. The INSTALL script will build modules, build new initrd and update config files (like /etc/modprobe.conf). It will also install the fibreutils RPM.&lt;BR /&gt;&lt;BR /&gt;At the end it will tell you "Please reboot your machine or reload the lpfc, lpfcdfc and lpfcmpl (if installed) for the changes made to take effect." Do that.&lt;BR /&gt;&lt;BR /&gt;Then run /opt/hp/hp_fibreutils/hp_rescan -a&lt;BR /&gt;&lt;BR /&gt;Then run lssd and lssg.&lt;BR /&gt;&lt;BR /&gt;This should get you going in the right direction. Let us know if you have any questions.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jun 2007 23:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052689#M48692</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2007-06-15T23:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052690#M48693</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;Thanks Ross,&lt;BR /&gt;&lt;BR /&gt;MultiPulse already installed BUT how could I know if its functional properly  ??&lt;BR /&gt;&lt;BR /&gt;at my situation I have two Emulex HBA's &lt;BR /&gt;the available paths :&lt;BR /&gt; /dev/sda ( 1st HBA )&lt;BR /&gt; /dev/sdb ( 1st HBA )&lt;BR /&gt; /dev/sdc ( 2st HBA )&lt;BR /&gt; /dev/sdd ( 2st HBA )&lt;BR /&gt;&lt;BR /&gt;I format the file system using ocfs2console&lt;BR /&gt;and I choose /dev/sda1&lt;BR /&gt;&lt;BR /&gt;I wana make sure if I remove the Fiber cable &lt;BR /&gt;from the 1st HBA the system rename /dev/sdc to /dev/sda&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nabil&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Jun 2007 04:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052690#M48693</guid>
      <dc:creator>Nabil_11</dc:creator>
      <dc:date>2007-06-16T04:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052691#M48694</link>
      <description>Nabil,&lt;BR /&gt;&lt;BR /&gt;Here is how you can tell. Example below (I had 8 paths to the same LUN in this case).&lt;BR /&gt;&lt;BR /&gt;Before: &lt;BR /&gt;&lt;BR /&gt;[root@bb-0 boot]# lssd&lt;BR /&gt;sda  0,0,0,1         HP HSV210 6000&lt;BR /&gt;sdb  0,0,1,1         HP HSV210 6000&lt;BR /&gt;sdc  0,0,2,1         HP HSV210 6000&lt;BR /&gt;sdd  0,0,3,1         HP HSV210 6000&lt;BR /&gt;sde  0,0,4,1         HP HSV210 6000&lt;BR /&gt;sdf  0,0,5,1         HP HSV210 6000&lt;BR /&gt;sdg  0,0,6,1         HP HSV210 6000&lt;BR /&gt;sdh  0,0,7,1         HP HSV210 6000&lt;BR /&gt;[root@bb-0 boot]# lssg&lt;BR /&gt;[root@bb-0 boot]#&lt;BR /&gt;&lt;BR /&gt;fdisk -l will also show you all of the above disks. Note that lssg did not return anything.&lt;BR /&gt;&lt;BR /&gt;After:&lt;BR /&gt;&lt;BR /&gt;[root@bb-0 ~]# lssd&lt;BR /&gt;sda  1,0,0,1         HP HSV210 6000&lt;BR /&gt;[root@bb-0 ~]# lssg&lt;BR /&gt;sg0  1,0,0,0         HP HSV210 6000&lt;BR /&gt;sg1  1,0,0,1         HP HSV210 6000&lt;BR /&gt;sg2  1,0,1,0         HP HSV210 6000&lt;BR /&gt;sg4  1,0,2,0         HP HSV210 6000&lt;BR /&gt;sg6  1,0,3,0         HP HSV210 6000&lt;BR /&gt;sg8  1,0,4,0         HP HSV210 6000&lt;BR /&gt;sg10 1,0,5,0         HP HSV210 6000&lt;BR /&gt;sg12 1,0,6,0         HP HSV210 6000&lt;BR /&gt;sg14 1,0,7,0         HP HSV210 6000&lt;BR /&gt;&lt;BR /&gt;fdisk -l will now only show sda. sda is the one you want to use.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross</description>
      <pubDate>Sat, 16 Jun 2007 08:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052691#M48694</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2007-06-16T08:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052692#M48695</link>
      <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;&lt;BR /&gt;I still have all paths displayed &lt;BR /&gt;see attached file.&lt;BR /&gt;&lt;BR /&gt;I think its issue of MSA1000 Firmware&lt;BR /&gt;the installed firmware version 4.48 &lt;BR /&gt;&lt;BR /&gt;This Notic at MultiPulse failover driver &lt;BR /&gt;Restrictions&lt;BR /&gt;&lt;BR /&gt;This section describes MultiPulse restrictions.&lt;BR /&gt;â ¢ MultiPulse does not support older firmware on HP storage arrays. These storage arrays are known as active-passive storage arrays since not all paths are active on the fabric at the same time. These arrays include:&lt;BR /&gt;â ¢ MSA1000 and MSA1500 running 4.x or 5.x firmware&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please advice,&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nabil&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Jun 2007 12:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052692#M48695</guid>
      <dc:creator>Nabil_11</dc:creator>
      <dc:date>2007-06-17T12:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052693#M48696</link>
      <description>Hello Nabil,&lt;BR /&gt;&lt;BR /&gt;MultiPulse supports Active/Active arrays only.&lt;BR /&gt;&lt;BR /&gt;Fw 4.48 is Active/Passive firmware.&lt;BR /&gt;&lt;BR /&gt;There is an option to update your MSA 1000 to Active/Active, Please read the README before updating your MSA.&lt;BR /&gt;&lt;BR /&gt;After Updating your MSA MultiPulse should work as expected.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=12169&amp;amp;prodSeriesId=377751&amp;amp;prodNameId=377753&amp;amp;swEnvOID=2026&amp;amp;swLang=13&amp;amp;mode=2&amp;amp;taskId=135&amp;amp;swItem=co-47230-1" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=12169&amp;amp;prodSeriesId=377751&amp;amp;prodNameId=377753&amp;amp;swEnvOID=2026&amp;amp;swLang=13&amp;amp;mode=2&amp;amp;taskId=135&amp;amp;swItem=co-47230-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Good Luck&lt;BR /&gt;Bharath</description>
      <pubDate>Sun, 17 Jun 2007 21:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052693#M48696</guid>
      <dc:creator>Bharath_Pingali</dc:creator>
      <dc:date>2007-06-17T21:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Redhat 4 U5 Multipaht with OCFS2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052694#M48697</link>
      <description>Thanks All,&lt;BR /&gt;&lt;BR /&gt;The multipath now exist and work properly&lt;BR /&gt;&lt;BR /&gt;after I did the MSA1000 controller upgrade for 7.0 Active/Acvite&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nabil</description>
      <pubDate>Tue, 19 Jun 2007 04:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-4-u5-multipaht-with-ocfs2/m-p/5052694#M48697</guid>
      <dc:creator>Nabil_11</dc:creator>
      <dc:date>2007-06-19T04:42:02Z</dc:date>
    </item>
  </channel>
</rss>

