<?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: multipath for I/O in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845763#M24739</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;There seems to be several points here :&lt;BR /&gt;&lt;BR /&gt;   1) I/O multi-pathing&lt;BR /&gt;   2) RAID configuration&lt;BR /&gt;   3) device naming&lt;BR /&gt;&lt;BR /&gt;1) The driver provided by HP or QLogic does multi-pathing. Upont properly configured, the LUN will be seen only once (ex : /dev/sdb1) by the Linux operating system.&lt;BR /&gt;&lt;BR /&gt;2) RAID means you need to spread data on several LUNs to reach more performance and/or redundancy. It is generally not recommended to configure software RAID with LUNs that belong to a FC storage (MSA, EVA, XP). Unless you are a storage performance expert, rely on the disk array firmware for performance &amp;amp; availability.&lt;BR /&gt;&lt;BR /&gt;3) You may take care of one annoying behaviour of Linux OS : in standard configuration, scsi/FC devices are renamed after each reboot, in the order they are discovered.&lt;BR /&gt;Example : you have LUN17 and LUN18 in the storage array that are presented to Linux. They will be named /dev/sda and /dev/sdb.&lt;BR /&gt;Then you insert LUN16 in the array : after subsequent reboot, LUN16 will be /dev/sda, LUN17 =&amp;gt; /dev/sdb and LUN18 =&amp;gt; /dev/sdc.&lt;BR /&gt;&lt;BR /&gt;You can easily imagine the problem if you store vital Oracle data for example...&lt;BR /&gt;&lt;BR /&gt;As a simple and reliable method avoiding this, I would recommend usage of LVM. Upon LVM driver initialization, it scans all disk devices and re-creates its structure, even if physical path of devices have changed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Summary :&lt;BR /&gt;   =&amp;gt; Rely on driver provided by HP or QLogic for multi-pathing.&lt;BR /&gt;   =&amp;gt; Rely on RAID capabilities inside the storage array and do not configure software RAID that would lower down performances.&lt;BR /&gt;   =&amp;gt; Rely on LVM for dealing with device renaming potential issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo</description>
    <pubDate>Fri, 18 Aug 2006 04:20:08 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2006-08-18T04:20:08Z</dc:date>
    <item>
      <title>multipath for I/O</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845760#M24736</link>
      <description>Red Hat Enterprise Linux AS 4&lt;BR /&gt;&lt;BR /&gt;I have 2 QLogic FC (Fibre Channel) adapters in the same server. It access to an external storage.&lt;BR /&gt;&lt;BR /&gt;The 2 FC adapters reports same LUN of the external storage as two devices to the server (/dev/sdb1 and /dev/sdc1), but both are two paths for the same divice.&lt;BR /&gt;&lt;BR /&gt;Can I configure this two devices in a RAID to present certain software just one device to point?&lt;BR /&gt;&lt;BR /&gt;Does this RAID configuration take care of the multipath feature of the device and manage this without any data corruption?&lt;BR /&gt;&lt;BR /&gt;For the moment, the use of a multipathing management software (like HP Secure Path, etc.) is not an option (it will be the option in a later stage).</description>
      <pubDate>Thu, 17 Aug 2006 22:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845760#M24736</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-17T22:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: multipath for I/O</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845761#M24737</link>
      <description>If I remember correctly, Secure Path is not supported on RHEL4 and won't be in the future.&lt;BR /&gt;&lt;BR /&gt;You can download HP branded device drivers for the Fibre Channel adapters and turn on the embedded multipath feature.&lt;BR /&gt;&lt;BR /&gt;For early adopters, HP has published a document on how to play with the device mapper...</description>
      <pubDate>Fri, 18 Aug 2006 00:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845761#M24737</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-08-18T00:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: multipath for I/O</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845762#M24738</link>
      <description>Hi..&lt;BR /&gt;&lt;BR /&gt;And don't forget to check your "gcc" version coz at times an upgrade for gcc which is 3.4 is needed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Atul</description>
      <pubDate>Fri, 18 Aug 2006 00:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845762#M24738</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-08-18T00:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: multipath for I/O</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845763#M24739</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;There seems to be several points here :&lt;BR /&gt;&lt;BR /&gt;   1) I/O multi-pathing&lt;BR /&gt;   2) RAID configuration&lt;BR /&gt;   3) device naming&lt;BR /&gt;&lt;BR /&gt;1) The driver provided by HP or QLogic does multi-pathing. Upont properly configured, the LUN will be seen only once (ex : /dev/sdb1) by the Linux operating system.&lt;BR /&gt;&lt;BR /&gt;2) RAID means you need to spread data on several LUNs to reach more performance and/or redundancy. It is generally not recommended to configure software RAID with LUNs that belong to a FC storage (MSA, EVA, XP). Unless you are a storage performance expert, rely on the disk array firmware for performance &amp;amp; availability.&lt;BR /&gt;&lt;BR /&gt;3) You may take care of one annoying behaviour of Linux OS : in standard configuration, scsi/FC devices are renamed after each reboot, in the order they are discovered.&lt;BR /&gt;Example : you have LUN17 and LUN18 in the storage array that are presented to Linux. They will be named /dev/sda and /dev/sdb.&lt;BR /&gt;Then you insert LUN16 in the array : after subsequent reboot, LUN16 will be /dev/sda, LUN17 =&amp;gt; /dev/sdb and LUN18 =&amp;gt; /dev/sdc.&lt;BR /&gt;&lt;BR /&gt;You can easily imagine the problem if you store vital Oracle data for example...&lt;BR /&gt;&lt;BR /&gt;As a simple and reliable method avoiding this, I would recommend usage of LVM. Upon LVM driver initialization, it scans all disk devices and re-creates its structure, even if physical path of devices have changed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Summary :&lt;BR /&gt;   =&amp;gt; Rely on driver provided by HP or QLogic for multi-pathing.&lt;BR /&gt;   =&amp;gt; Rely on RAID capabilities inside the storage array and do not configure software RAID that would lower down performances.&lt;BR /&gt;   =&amp;gt; Rely on LVM for dealing with device renaming potential issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Good lcuk.&lt;BR /&gt;Kodjo</description>
      <pubDate>Fri, 18 Aug 2006 04:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845763#M24739</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2006-08-18T04:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: multipath for I/O</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845764#M24740</link>
      <description>Kodjo,&lt;BR /&gt;&lt;BR /&gt;The was something that sounds very interesting.&lt;BR /&gt;&lt;BR /&gt;1) The driver provided by HP or QLogic does multi-pathing. Upont properly configured, the LUN will be seen only once (ex : /dev/sdb1) by the Linux operating system.&lt;BR /&gt;&lt;BR /&gt;Must I underestand that I can config the multipath (to be presented only as one device) only configuring somethings in the QLogic driver?&lt;BR /&gt;&lt;BR /&gt;Could you be mor specific (syntax, samples, etc.) about how to configure the QLogic driver to do it?</description>
      <pubDate>Fri, 18 Aug 2006 09:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multipath-for-i-o/m-p/3845764#M24740</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-08-18T09:04:56Z</dc:date>
    </item>
  </channel>
</rss>

