<?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 Linux RHEL qla2xxx loop status in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238334#M52071</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Got a RHEL server connected to SAN. Yesterday received error messages telling me some of the qla2xxx where dead.&lt;BR /&gt;&lt;BR /&gt;# for i in 0 1 2 3 ; do echo "HBA: `pwd`/$i" ; cat $i | grep -i state; done&lt;BR /&gt;HBA: /proc/scsi/qla2xxx/0&lt;BR /&gt;Host adapter:loop state = &lt;DEAD&gt;, flags = 0x1a03&lt;BR /&gt;HBA: /proc/scsi/qla2xxx/1&lt;BR /&gt;Host adapter:loop state = &lt;READY&gt;, flags = 0x1a03&lt;BR /&gt;HBA: /proc/scsi/qla2xxx/2&lt;BR /&gt;Host adapter:loop state = &lt;DEAD&gt;, flags = 0x1a03&lt;BR /&gt;HBA: /proc/scsi/qla2xxx/3&lt;BR /&gt;Host adapter:loop state = &lt;READY&gt;, flags = 0x1a03&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;What I am missing / needing would be to know the different status possible for the loop state and the corresponding error description?&lt;BR /&gt;&lt;BR /&gt;READY : all is good&lt;BR /&gt;DEAD : ?&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Thierry&lt;/READY&gt;&lt;/DEAD&gt;&lt;/READY&gt;&lt;/DEAD&gt;</description>
    <pubDate>Wed, 05 May 2010 06:00:26 GMT</pubDate>
    <dc:creator>Thierry D</dc:creator>
    <dc:date>2010-05-05T06:00:26Z</dc:date>
    <item>
      <title>Linux RHEL qla2xxx loop status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238334#M52071</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Got a RHEL server connected to SAN. Yesterday received error messages telling me some of the qla2xxx where dead.&lt;BR /&gt;&lt;BR /&gt;# for i in 0 1 2 3 ; do echo "HBA: `pwd`/$i" ; cat $i | grep -i state; done&lt;BR /&gt;HBA: /proc/scsi/qla2xxx/0&lt;BR /&gt;Host adapter:loop state = &lt;DEAD&gt;, flags = 0x1a03&lt;BR /&gt;HBA: /proc/scsi/qla2xxx/1&lt;BR /&gt;Host adapter:loop state = &lt;READY&gt;, flags = 0x1a03&lt;BR /&gt;HBA: /proc/scsi/qla2xxx/2&lt;BR /&gt;Host adapter:loop state = &lt;DEAD&gt;, flags = 0x1a03&lt;BR /&gt;HBA: /proc/scsi/qla2xxx/3&lt;BR /&gt;Host adapter:loop state = &lt;READY&gt;, flags = 0x1a03&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;What I am missing / needing would be to know the different status possible for the loop state and the corresponding error description?&lt;BR /&gt;&lt;BR /&gt;READY : all is good&lt;BR /&gt;DEAD : ?&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Thierry&lt;/READY&gt;&lt;/DEAD&gt;&lt;/READY&gt;&lt;/DEAD&gt;</description>
      <pubDate>Wed, 05 May 2010 06:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238334#M52071</guid>
      <dc:creator>Thierry D</dc:creator>
      <dc:date>2010-05-05T06:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RHEL qla2xxx loop status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238335#M52072</link>
      <description>I think that the information that you need is available in the source code for the qlogic driver:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lxr.oss.org.cn/source/drivers/scsi/qla2xxx/qla_os.c" target="_blank"&gt;http://lxr.oss.org.cn/source/drivers/scsi/qla2xxx/qla_os.c&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Whenever, a port is in the LOST state we start decrementing its port down timer every second until it reaches zero. Once  it reaches zero&lt;BR /&gt;the port it marked DEAD. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;loop_state) == LOOP_DOWN)&lt;BR /&gt;loop_state) == LOOP_UP)&lt;BR /&gt;loop_state) == LOOP_READY)&lt;BR /&gt;loop_state) == LOOP_TIMEOUT)&lt;BR /&gt;loop_state) == LOOP_UPDATE)&lt;BR /&gt;loop_state = "UNKNOWN";&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2010 13:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238335#M52072</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-05-05T13:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RHEL qla2xxx loop status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238336#M52073</link>
      <description>If you have hp_fibreutils installed, then verify the /opt/hp/hp_fibreutils/adapter_info output. Looks like you lost the link.</description>
      <pubDate>Wed, 05 May 2010 23:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238336#M52073</guid>
      <dc:creator>Benoy Daniel</dc:creator>
      <dc:date>2010-05-05T23:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux RHEL qla2xxx loop status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238337#M52074</link>
      <description>&lt;BR /&gt;Info on Loop state received and link that were marked as DEAD where disconnected because not in use.&lt;BR /&gt;&lt;BR /&gt;Thierry</description>
      <pubDate>Thu, 06 May 2010 06:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-rhel-qla2xxx-loop-status/m-p/5238337#M52074</guid>
      <dc:creator>Thierry D</dc:creator>
      <dc:date>2010-05-06T06:22:08Z</dc:date>
    </item>
  </channel>
</rss>

