<?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: Qlogic driver in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614014#M40381</link>
    <description>the kernel update should have a newer driver. Is the initrd image getting rebuilt with the newer driver after the kernel upgrade?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Apr 2010 13:51:15 GMT</pubDate>
    <dc:creator>Jimmy Vance</dc:creator>
    <dc:date>2010-04-09T13:51:15Z</dc:date>
    <item>
      <title>Qlogic driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614009#M40376</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;i install RHEL4 update 6 OS on DL585 G5 server, i have Qlogic HBA fiber cards , the driver for them is 8.01.07-d4 , i do upgrade or the OS to update 8 in order to upgrade the qlogic driver as this is needed by emcpoerpath new version but it does not upgrade , the driver that i need is 8.02.09.02.04.08-d ,what should i  do to get this driver version.&lt;BR /&gt;&lt;BR /&gt;BR;&lt;BR /&gt;fadia Almarei</description>
      <pubDate>Thu, 08 Apr 2010 05:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614009#M40376</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2010-04-08T05:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlogic driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614010#M40377</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check this how to :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://prefetch.net/blog/index.php/2009/05/02/installing-qlogic-drivers-on-centos-linux-hosts/" target="_blank"&gt;http://prefetch.net/blog/index.php/2009/05/02/installing-qlogic-drivers-on-centos-linux-hosts/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 08 Apr 2010 06:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614010#M40377</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-04-08T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlogic driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614011#M40378</link>
      <description>i want to know if it could be loaded or installed from the OS ugrade itself or it must be installed alone ????</description>
      <pubDate>Thu, 08 Apr 2010 06:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614011#M40378</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2010-04-08T06:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlogic driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614012#M40379</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;it's depend on you if you like to use the qlogic driver from REDHAT ( directly build in to linux kernel ) or you will use the drivers from QLOGIC directly.&lt;BR /&gt;&lt;BR /&gt;if you upgrade linux RHEL4(6) ==&amp;gt; RHEL4(8), there could be a updated kernel module.&lt;BR /&gt;&lt;BR /&gt;For example i have CentOS installed :&lt;BR /&gt;&lt;BR /&gt;[root@tux ~]# modinfo qla2xxx | head -10&lt;BR /&gt;filename:       /lib/modules/2.6.18-92.1.18.el5PAE/kernel/drivers/scsi/qla2xxx/qla2xxx.ko&lt;BR /&gt;version:        8.02.00-k5-rhel5.2-04&lt;BR /&gt;license:        GPL&lt;BR /&gt;description:    QLogic Fibre Channel HBA Driver&lt;BR /&gt;author:         QLogic Corporation&lt;BR /&gt;srcversion:     CF1711D4A9A59578231EF49&lt;BR /&gt;alias:          pci:v00001077d00002532sv*sd*bc*sc*i*&lt;BR /&gt;alias:          pci:v00001077d00005432sv*sd*bc*sc*i*&lt;BR /&gt;alias:          pci:v00001077d00005422sv*sd*bc*sc*i*&lt;BR /&gt;alias:          pci:v00001077d00002432sv*sd*bc*sc*i*&lt;BR /&gt;&lt;BR /&gt;[root@tux ~]# powermt version&lt;BR /&gt;EMC powermt for PowerPath (c) Version 5.1 SP 2 (build 21)&lt;BR /&gt;&lt;BR /&gt;[root@tux ~]# uname -a&lt;BR /&gt;Linux tux.xyz.tld 2.6.18-92.1.18.el5PAE #1 SMP Wed Nov 12 10:02:30 EST 2008 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;the qlogic driver is defaulf from RedHat/CentOS kernel, and the powerpath is working without any problem.&lt;BR /&gt;&lt;BR /&gt;aditional link from RedHat :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-16994" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-16994&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mikap&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614012#M40379</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-04-08T07:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlogic driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614013#M40380</link>
      <description>i want to load the driver from the kernel , so how this would be done.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614013#M40380</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2010-04-08T07:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlogic driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614014#M40381</link>
      <description>the kernel update should have a newer driver. Is the initrd image getting rebuilt with the newer driver after the kernel upgrade?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Apr 2010 13:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614014#M40381</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2010-04-09T13:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlogic driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614015#M40382</link>
      <description>how could i do this rebulid ? i still have the problem</description>
      <pubDate>Sun, 11 Apr 2010 06:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614015#M40382</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2010-04-11T06:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlogic driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614016#M40383</link>
      <description>Search Google for generating Red Hat initrd, you'll find plenty of howtos&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2010 13:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-driver/m-p/4614016#M40383</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2010-04-12T13:59:57Z</dc:date>
    </item>
  </channel>
</rss>

