<?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: HBA in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824756#M24205</link>
    <description>2 other ways are:&lt;BR /&gt;&lt;BR /&gt;1) looking in /proc/scsi/scsi for the appropriate device instances, and&lt;BR /&gt;&lt;BR /&gt;2) physical inspection of the box for a device with fiber connectors on it.</description>
    <pubDate>Tue, 18 Jul 2006 10:04:53 GMT</pubDate>
    <dc:creator>Alan_152</dc:creator>
    <dc:date>2006-07-18T10:04:53Z</dc:date>
    <item>
      <title>HBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824750#M24199</link>
      <description>Could someone please advise the best method to discover if a hba has been installed. I have issued a rpm -qa with for the driver but not present what I require to find out is if the hba is present.....&lt;BR /&gt;&lt;BR /&gt;For example HPUX i can run a ioscan.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pat</description>
      <pubDate>Mon, 17 Jul 2006 08:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824750#M24199</guid>
      <dc:creator>phillipsp_acca</dc:creator>
      <dc:date>2006-07-17T08:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: HBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824751#M24200</link>
      <description>Hi,&lt;BR /&gt;rpm -qa is used to see all installed packages.&lt;BR /&gt;&lt;BR /&gt;I hba is a package name then run:&lt;BR /&gt;rpm -qa |grep hba&lt;BR /&gt;&lt;BR /&gt;If you don't see it - it's not installed (at least not as RPM package).</description>
      <pubDate>Mon, 17 Jul 2006 08:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824751#M24200</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-07-17T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: HBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824752#M24201</link>
      <description>Normally, you can find messages about the dicovering of the hardware in "dmesg" output. &lt;BR /&gt;&lt;BR /&gt;Also, you can consult some details via the /proc/scsi/qla*/[0-9] special files (For QLOGIC HBAs".</description>
      <pubDate>Mon, 17 Jul 2006 08:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824752#M24201</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-17T08:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: HBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824753#M24202</link>
      <description>lspci will show you the PCI devices in the system. &lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2006 19:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824753#M24202</guid>
      <dc:creator>Ulf Zimmermann</dc:creator>
      <dc:date>2006-07-17T19:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: HBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824754#M24203</link>
      <description>Hi Pat,&lt;BR /&gt;&lt;BR /&gt;lsmod will list all the modules (drivers not built into the kernel) that are loaded up.&lt;BR /&gt;&lt;BR /&gt;Might help us if you explain what HBA is...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Andy Bruce</description>
      <pubDate>Tue, 18 Jul 2006 02:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824754#M24203</guid>
      <dc:creator>Andrew Bruce</dc:creator>
      <dc:date>2006-07-18T02:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: HBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824755#M24204</link>
      <description>"lspci" will list all adapters on the computer's PCI bus, whether they have drivers installed or not. To get more information, add option '-v' or '-vv'.&lt;BR /&gt;&lt;BR /&gt;Andrew: HBA means Host Bus Adapter - most often this acronym refers to a FibreChannel card, but technically it could mean any adapter that connects the computer's expansion bus to another type of bus.</description>
      <pubDate>Tue, 18 Jul 2006 06:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824755#M24204</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-07-18T06:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: HBA</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824756#M24205</link>
      <description>2 other ways are:&lt;BR /&gt;&lt;BR /&gt;1) looking in /proc/scsi/scsi for the appropriate device instances, and&lt;BR /&gt;&lt;BR /&gt;2) physical inspection of the box for a device with fiber connectors on it.</description>
      <pubDate>Tue, 18 Jul 2006 10:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hba/m-p/3824756#M24205</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-07-18T10:04:53Z</dc:date>
    </item>
  </channel>
</rss>

