<?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: Multipathing in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/multipathing-in-linux/m-p/4078706#M30241</link>
    <description>Normally, this is done with the HBA driver. For example, qlogic provides a driver that you can enable multipath support.&lt;BR /&gt;&lt;BR /&gt;Please check your HBA model and check the driver documentation for detailed information about how to enable multipath support.</description>
    <pubDate>Sun, 30 Sep 2007 11:33:30 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-09-30T11:33:30Z</dc:date>
    <item>
      <title>Multipathing in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipathing-in-linux/m-p/4078705#M30240</link>
      <description>How can I get over the issue of 1 Virtual Disk in Shared Storage (EVA 6000) mapped to more than 1 (2 or more..) block device files within the Linux OS (my Linux is RHEL AS 4.0 Update 5 for Itanium). How can I get exactly 1 device file for 1 Vdisk inspite of having redundant server-storage links</description>
      <pubDate>Sun, 30 Sep 2007 07:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipathing-in-linux/m-p/4078705#M30240</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2007-09-30T07:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multipathing in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipathing-in-linux/m-p/4078706#M30241</link>
      <description>Normally, this is done with the HBA driver. For example, qlogic provides a driver that you can enable multipath support.&lt;BR /&gt;&lt;BR /&gt;Please check your HBA model and check the driver documentation for detailed information about how to enable multipath support.</description>
      <pubDate>Sun, 30 Sep 2007 11:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipathing-in-linux/m-p/4078706#M30241</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-30T11:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multipathing in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipathing-in-linux/m-p/4078707#M30242</link>
      <description>The handling of multipathing in Linux has been in a flux for a while.&lt;BR /&gt;&lt;BR /&gt;Some FibreChannel drivers (mainly Qlogic) have this functionality in the FibreChannel card drivers. However, this was not considered the right place for this functionality: the multipath functionality should be independent of HBA drivers, to allow its use across different HBA models.&lt;BR /&gt;&lt;BR /&gt;With Linux 2.4 kernel series, there used to be a "multipath" mode in the md (software RAID) subsystem, which could be used to create a single device that refers to both links. This provided a new /dev/md* device _in addition_ to the individual /dev/sd* paths. You can also use this style with Linux 2.6 kernel, but I understand this is not recommended for new setups.&lt;BR /&gt;&lt;BR /&gt;With Linux 2.6 kernel series (like in RHEL AS4), this functionality has been re-implemented in the "device mapper" subsystem. This is available in RHEL AS4, if you install the "device-mapper-multipath" package. ("up2date --install device-mapper-multipath")&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/FAQ_85_7170.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_85_7170.shtm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/FAQ_96_11196.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_96_11196.shtm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Simply installing the package does not immediately activate it. You should read the documentation that comes with the package: it will be installed in /usr/share/doc/device-mapper-multipath.&lt;BR /&gt; &lt;BR /&gt;You must load the dm-multipath kernel module, then edit /etc/multipath.conf according to the documentation to enable the functionality. &lt;BR /&gt;&lt;BR /&gt;Then use "multipath -d -v2" to verify the system understands the multipath devices correctly: it should show you it's about to create one or more /dev/mpath* devices, which each will map to two or more /dev/sd* devices. If this mapping is correct, you should run "multipath -v2" to actually enable the multipathing. If it's not correct, refer to the documentation: you may need some extra settings in /etc/multipath.conf.&lt;BR /&gt;&lt;BR /&gt;The next step is to enable and start the multipathd daemon to monitor the multipath devices:&lt;BR /&gt;&lt;BR /&gt;chkconfig --add multipathd&lt;BR /&gt;sh /etc/init.d/multipathd start&lt;BR /&gt;&lt;BR /&gt;After this, you can start referring to your disk using a /dev/mpath* device instead of the /dev/sd* one.&lt;BR /&gt;&lt;BR /&gt;If you're using LVM on the virtual disk, you should then edit /etc/lvm/lvm.conf to make sure the LVM will use the /dev/mpath* device and leave the individual /dev/sd* paths alone.&lt;BR /&gt;For more info, refer to&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/FAQ_96_11252.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_96_11252.shtm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 30 Sep 2007 14:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipathing-in-linux/m-p/4078707#M30242</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-09-30T14:47:00Z</dc:date>
    </item>
  </channel>
</rss>

