<?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: Show Qlogic HBAs WWIDs on Redhat? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532916#M38882</link>
    <description>Whoops .. typo&lt;BR /&gt;&lt;BR /&gt;port_id = "0x2C1100"</description>
    <pubDate>Fri, 13 Nov 2009 12:04:14 GMT</pubDate>
    <dc:creator>John McNulty_2</dc:creator>
    <dc:date>2009-11-13T12:04:14Z</dc:date>
    <item>
      <title>Show Qlogic HBAs WWIDs on Redhat?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532911#M38877</link>
      <description>Aside from installing SANsurfer, are there other ways for the admin to show properties of the installed Qlogic HBAs?&lt;BR /&gt;&lt;BR /&gt;TIA.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 18:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532911#M38877</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2009-11-12T18:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show Qlogic HBAs WWIDs on Redhat?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532912#M38878</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;hwbrowser can provide limited information on QLogic HBA's but is not included on all versions of the Red Hat Enterprise Linux.&lt;BR /&gt;&lt;BR /&gt;The PSP package for also includes utilites such as hp_rescan that include limited capabilities.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 Nov 2009 19:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532912#M38878</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-11-12T19:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show Qlogic HBAs WWIDs on Redhat?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532913#M38879</link>
      <description>cd /sys/class/fc_host&lt;BR /&gt;ls&lt;BR /&gt;host1 host2 host3 host4&lt;BR /&gt;&lt;BR /&gt;cd /sys/class/fc_host/host1&lt;BR /&gt;cat node_name portname port_id&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And it appears from said FC directory you can even initiate LIPs, scans, etc..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 19:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532913#M38879</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2009-11-12T19:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show Qlogic HBAs WWIDs on Redhat?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532914#M38880</link>
      <description>Check:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blog.evad.info/2009/07/27/ibm-ds4000-storage-arrays-and-red-hat-enterprise-linux-5/" target="_blank"&gt;http://blog.evad.info/2009/07/27/ibm-ds4000-storage-arrays-and-red-hat-enterprise-linux-5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Section:&lt;BR /&gt;&lt;BR /&gt;"Find out your HBA WWID"</description>
      <pubDate>Thu, 12 Nov 2009 19:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532914#M38880</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-11-12T19:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Show Qlogic HBAs WWIDs on Redhat?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532915#M38881</link>
      <description>&lt;BR /&gt;On Redhat 5 do:&lt;BR /&gt;&lt;BR /&gt;# systool -c fc_host -v&lt;BR /&gt;&lt;BR /&gt;If you want to see info about the WWIDs on the other end of your link do:&lt;BR /&gt;&lt;BR /&gt;# systool -c fc_transport -v &lt;BR /&gt;&lt;BR /&gt;Another useful tip:  you can use the port_id number to find out the Domain ID and port number of the FC Switch you're connected to. The first two numbers are the ID and the next two the port.  Just convert from hex to decimal. e.g.&lt;BR /&gt;&lt;BR /&gt;port_id             = "0x2C1000"&lt;BR /&gt;&lt;BR /&gt;# bc&lt;BR /&gt;ibase=16&lt;BR /&gt;2C&lt;BR /&gt;44  &amp;lt;-- domain ID&lt;BR /&gt;11&lt;BR /&gt;17  &amp;lt;-- port number&lt;BR /&gt;&lt;BR /&gt;There are a couple of Redhat knowledgebase articles on this subject you might like to read too.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-19446" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-19446&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-19446" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-19446&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-9937" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-9937&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Nov 2009 11:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532915#M38881</guid>
      <dc:creator>John McNulty_2</dc:creator>
      <dc:date>2009-11-13T11:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show Qlogic HBAs WWIDs on Redhat?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532916#M38882</link>
      <description>Whoops .. typo&lt;BR /&gt;&lt;BR /&gt;port_id = "0x2C1100"</description>
      <pubDate>Fri, 13 Nov 2009 12:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/show-qlogic-hbas-wwids-on-redhat/m-p/4532916#M38882</guid>
      <dc:creator>John McNulty_2</dc:creator>
      <dc:date>2009-11-13T12:04:14Z</dc:date>
    </item>
  </channel>
</rss>

