<?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: weird Fiber Channel device issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805427#M66321</link>
    <description>So you compiled and installed new QLA drivers, right?&lt;BR /&gt;&lt;BR /&gt;Have you checked that both your adapters are back on-line?&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/qla2xxx/0&lt;BR /&gt;cat /proc/scsi/qla2xxx/1&lt;BR /&gt;&lt;BR /&gt;and check that they are both ready....&lt;BR /&gt;&lt;BR /&gt;Host adapter:loop state = &lt;READY&gt;, flags = 0xa03&lt;BR /&gt;&lt;BR /&gt;If not, then you've lost a fibre connection....&lt;BR /&gt;&lt;BR /&gt;I'd have to check how the QLA failover works. I'd have thought it would use a different driver (much like multipathd does - it uses /dev/dm-xxx).&lt;/READY&gt;</description>
    <pubDate>Wed, 14 Jun 2006 06:10:50 GMT</pubDate>
    <dc:creator>Colin Topliss</dc:creator>
    <dc:date>2006-06-14T06:10:50Z</dc:date>
    <item>
      <title>weird Fiber Channel device issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805424#M66318</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I've got 2 FC interfaces connected an EVA 3000 storage and somehow, since I installed qla2xx src, the /dev/sdb disappeared and only /dev/sda appears now!&lt;BR /&gt;&lt;BR /&gt;Any hints?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 13 Jun 2006 21:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805424#M66318</guid>
      <dc:creator>C'est Pierre</dc:creator>
      <dc:date>2006-06-13T21:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: weird Fiber Channel device issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805425#M66319</link>
      <description>Unless you have presented 2 virtual disks to the server, it sounds like the driver now operates in multipath mode and filters redundant paths.</description>
      <pubDate>Wed, 14 Jun 2006 00:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805425#M66319</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2006-06-14T00:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: weird Fiber Channel device issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805426#M66320</link>
      <description>How can I be sure of that? since I haven't made any multipathing yet, it's tricky how the 2nd device disappeared, but I could accept that as answer, but before I do finally accept it, I would like to be sure of that :)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 14 Jun 2006 03:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805426#M66320</guid>
      <dc:creator>C'est Pierre</dc:creator>
      <dc:date>2006-06-14T03:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: weird Fiber Channel device issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805427#M66321</link>
      <description>So you compiled and installed new QLA drivers, right?&lt;BR /&gt;&lt;BR /&gt;Have you checked that both your adapters are back on-line?&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/qla2xxx/0&lt;BR /&gt;cat /proc/scsi/qla2xxx/1&lt;BR /&gt;&lt;BR /&gt;and check that they are both ready....&lt;BR /&gt;&lt;BR /&gt;Host adapter:loop state = &lt;READY&gt;, flags = 0xa03&lt;BR /&gt;&lt;BR /&gt;If not, then you've lost a fibre connection....&lt;BR /&gt;&lt;BR /&gt;I'd have to check how the QLA failover works. I'd have thought it would use a different driver (much like multipathd does - it uses /dev/dm-xxx).&lt;/READY&gt;</description>
      <pubDate>Wed, 14 Jun 2006 06:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805427#M66321</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2006-06-14T06:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: weird Fiber Channel device issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805428#M66322</link>
      <description># grep -i ready /proc/scsi/qla2xxx/*&lt;BR /&gt;/proc/scsi/qla2xxx/0:Host adapter:loop state = &lt;READY&gt;, flags = 0x1a03&lt;BR /&gt;/proc/scsi/qla2xxx/1:Host adapter:loop state = &lt;READY&gt;, flags = 0x1a03&lt;BR /&gt;&lt;BR /&gt;Apparently, it's ready. I don't know what it is about, but this only happens as soon as I install the HBA drivers: hp_qla2x00src-8.01.03-14.&lt;BR /&gt;&lt;BR /&gt;# lspci|grep Fibre&lt;BR /&gt;0000:06:01.0 Fibre Channel: QLogic Corp. QLA2312 Fibre Channel Adapter (rev 02)&lt;BR /&gt;0000:06:01.1 Fibre Channel: QLogic Corp. QLA2312 Fibre Channel Adapter (rev 02)&lt;BR /&gt;&lt;/READY&gt;&lt;/READY&gt;</description>
      <pubDate>Wed, 14 Jun 2006 10:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805428#M66322</guid>
      <dc:creator>C'est Pierre</dc:creator>
      <dc:date>2006-06-14T10:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: weird Fiber Channel device issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805429#M66323</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/qla2xxx/* | grep version&lt;BR /&gt;&lt;BR /&gt;if the line ends with fo then you have failover configured. &lt;BR /&gt;&lt;BR /&gt;This is usually activated by having something like this in modprobe.conf:&lt;BR /&gt;&lt;BR /&gt;options qla2xxx ql2xfailover=1&lt;BR /&gt;&lt;BR /&gt;This may have been activated by default after you installed the new driver. Conversely you could explicitly set the above parameter to 0 to de-activate the failover.</description>
      <pubDate>Wed, 14 Jun 2006 11:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805429#M66323</guid>
      <dc:creator>Barry Lowe</dc:creator>
      <dc:date>2006-06-14T11:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: weird Fiber Channel device issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805430#M66324</link>
      <description>Thank you, issue solved.</description>
      <pubDate>Mon, 19 Jun 2006 05:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-fiber-channel-device-issue/m-p/3805430#M66324</guid>
      <dc:creator>C'est Pierre</dc:creator>
      <dc:date>2006-06-19T05:33:04Z</dc:date>
    </item>
  </channel>
</rss>

