<?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: Single Path vs. QLogic Failover in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/single-path-vs-qlogic-failover/m-p/3892200#M65002</link>
    <description>Some more hits about the configuration:&lt;BR /&gt;&lt;BR /&gt;i) The contents of '/etc/modprobe.conf' that confirms QLogicFailover driver:&lt;BR /&gt;&lt;BR /&gt;options qla2xxx  ql2xmaxqdepth=16 qlport_down_retry=30 ql2xloginretrycount=16 ql2xfailover=1 ql2xlbType=1 ql2xautorestore=0x80&lt;BR /&gt;remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx &amp;amp;&amp;amp; { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }&lt;BR /&gt;&lt;BR /&gt;resulting '/etc/hp_qla2x00.conf':&lt;BR /&gt;qdepth = 16&lt;BR /&gt;port_down_retry_count = 30&lt;BR /&gt;login_retry_count = 16&lt;BR /&gt;failover = 1&lt;BR /&gt;load_balancing = 1&lt;BR /&gt;excludemodel = 0x0&lt;BR /&gt;auto_restore = 0x80&lt;BR /&gt;&lt;BR /&gt;ii) The contents of '/var/log/messages' i can allways see entrys like:&lt;BR /&gt;kernel: Buffer I/O error on device sdX, logical block 0&lt;BR /&gt;&lt;BR /&gt;The thruth is that 'fdisk' only see partitions at '/dev/cciss/c0d0' and none at '/dev/cciss/c0d1'&lt;BR /&gt;&lt;BR /&gt;Thx</description>
    <pubDate>Fri, 03 Nov 2006 14:54:35 GMT</pubDate>
    <dc:creator>ALBERTO ROCHA_1</dc:creator>
    <dc:date>2006-11-03T14:54:35Z</dc:date>
    <item>
      <title>Single Path vs. QLogic Failover</title>
      <link>https://community.hpe.com/t5/operating-system-linux/single-path-vs-qlogic-failover/m-p/3892198#M65000</link>
      <description>I've two BL20p G3 attached to an MSA1000 w/ 12 mirrored disks (6 on channel A + 6 on channel B) w/ redundant controller, running RHEL4-U4 x86_64 w/ PSP 7.60 drivers.&lt;BR /&gt;&lt;BR /&gt;If i select "SinglePath" when configuring HBA it has a strange behavior: on both nodes, 'fdisk' reports /dev/sdg-h-i-j-k-l and not /dev/sda-b-c-d-e-f&lt;BR /&gt;&lt;BR /&gt;If i select "QLogicFailover", 'fdisk' simply doesn't load /dev/sdX, despite 'lssd' command from 'fibreutils' reports on both nodes:&lt;BR /&gt;sda  0,0,0,1         COMPAQ MSA1000 VOLUME 4.48&lt;BR /&gt;sdb  0,0,0,2         COMPAQ MSA1000 VOLUME 4.48&lt;BR /&gt;sdc  0,0,0,3         COMPAQ MSA1000 VOLUME 4.48&lt;BR /&gt;sdd  0,0,0,4         COMPAQ MSA1000 VOLUME 4.48&lt;BR /&gt;sde  0,0,0,5         COMPAQ MSA1000 VOLUME 4.48&lt;BR /&gt;sdf  0,0,0,6         COMPAQ MSA1000 VOLUME 4.48&lt;BR /&gt;&lt;BR /&gt;First beginners question: once i have a redundant controller and last drivers, i should use "QLogicFailover", right?!&lt;BR /&gt;&lt;BR /&gt;Second question: should i see /dev/sda,b,c,d,e,f for the first node end /dev/sdg,h,i,j,k,l for the second node or should they be equal?&lt;BR /&gt;&lt;BR /&gt;Thx</description>
      <pubDate>Fri, 03 Nov 2006 12:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/single-path-vs-qlogic-failover/m-p/3892198#M65000</guid>
      <dc:creator>ALBERTO ROCHA_1</dc:creator>
      <dc:date>2006-11-03T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Single Path vs. QLogic Failover</title>
      <link>https://community.hpe.com/t5/operating-system-linux/single-path-vs-qlogic-failover/m-p/3892199#M65001</link>
      <description>First beginners question: once i have a redundant controller and last drivers, i should use "QLogicFailover", right?!&lt;BR /&gt;&lt;BR /&gt;Yes, you should use qlogic failover for hosts with multiple redundant HBAs.&lt;BR /&gt;&lt;BR /&gt;Second question: should i see /dev/sda,b,c,d,e,f for the first node end /dev/sdg,h,i,j,k,l for the second node or should they be equal?&lt;BR /&gt;&lt;BR /&gt;You cannot warranty that would be equal but could be. It depends of the SCSI devices attached and the discovery order. Normally, if the hardware is very similar (internal disks, and so) the device files can be the same in the servers.</description>
      <pubDate>Fri, 03 Nov 2006 13:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/single-path-vs-qlogic-failover/m-p/3892199#M65001</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-03T13:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Single Path vs. QLogic Failover</title>
      <link>https://community.hpe.com/t5/operating-system-linux/single-path-vs-qlogic-failover/m-p/3892200#M65002</link>
      <description>Some more hits about the configuration:&lt;BR /&gt;&lt;BR /&gt;i) The contents of '/etc/modprobe.conf' that confirms QLogicFailover driver:&lt;BR /&gt;&lt;BR /&gt;options qla2xxx  ql2xmaxqdepth=16 qlport_down_retry=30 ql2xloginretrycount=16 ql2xfailover=1 ql2xlbType=1 ql2xautorestore=0x80&lt;BR /&gt;remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx &amp;amp;&amp;amp; { /sbin/modprobe -r --ignore-remove qla2xxx_conf; }&lt;BR /&gt;&lt;BR /&gt;resulting '/etc/hp_qla2x00.conf':&lt;BR /&gt;qdepth = 16&lt;BR /&gt;port_down_retry_count = 30&lt;BR /&gt;login_retry_count = 16&lt;BR /&gt;failover = 1&lt;BR /&gt;load_balancing = 1&lt;BR /&gt;excludemodel = 0x0&lt;BR /&gt;auto_restore = 0x80&lt;BR /&gt;&lt;BR /&gt;ii) The contents of '/var/log/messages' i can allways see entrys like:&lt;BR /&gt;kernel: Buffer I/O error on device sdX, logical block 0&lt;BR /&gt;&lt;BR /&gt;The thruth is that 'fdisk' only see partitions at '/dev/cciss/c0d0' and none at '/dev/cciss/c0d1'&lt;BR /&gt;&lt;BR /&gt;Thx</description>
      <pubDate>Fri, 03 Nov 2006 14:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/single-path-vs-qlogic-failover/m-p/3892200#M65002</guid>
      <dc:creator>ALBERTO ROCHA_1</dc:creator>
      <dc:date>2006-11-03T14:54:35Z</dc:date>
    </item>
  </channel>
</rss>

