<?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 or Emulex with SAN/XP12000, given the choice? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095488#M49508</link>
    <description>qlogic, best driver, works great. also on the SAN site i think qlogic is prefered.</description>
    <pubDate>Tue, 04 Mar 2008 07:02:35 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2008-03-04T07:02:35Z</dc:date>
    <item>
      <title>QLogic or Emulex with SAN/XP12000, given the choice?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095484#M49504</link>
      <description>Hi, we have Cisco SAN connecting 9000 and Integrity HPUX servers to XP12000 array.  We now need to add a few Linux servers into the SAN.  I'd like to know whether Qlogic (with QLogic failover driver) or Emulex (MultiPulse driver) is preferred in this configuration, and why?  I know they're both supported, just looking for opinion from anyone who's used either or preferably both.&lt;BR /&gt;&lt;BR /&gt;We do have some qlogic cards currently, but that's in a separate environment using SecurePath and Active/Passive MSA.&lt;BR /&gt;&lt;BR /&gt;Thanks, Simon</description>
      <pubDate>Mon, 03 Mar 2008 11:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095484#M49504</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2008-03-03T11:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: QLogic or Emulex with SAN/XP12000, given the choice?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095485#M49505</link>
      <description>I would recommend the qlogic driver as you posted in a Linux forum since managing the lpfc/emulex driver is difficult than qlogic one  atleast in Linux.</description>
      <pubDate>Mon, 03 Mar 2008 11:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095485#M49505</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-03T11:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: QLogic or Emulex with SAN/XP12000, given the choice?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095486#M49506</link>
      <description>Shalom Simon,&lt;BR /&gt;&lt;BR /&gt;Qlogic drivers are built into the Linux kernel, making the overall installation administration process somewhat easier. &lt;BR /&gt;&lt;BR /&gt;Mostly though I end up replacing the drivers with the latest from Qlogic.&lt;BR /&gt;&lt;BR /&gt;Emulex drivers may require you build a new initrd ram disk manually. Not difficult if you have the right drivers.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Mar 2008 12:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095486#M49506</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-03-03T12:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: QLogic or Emulex with SAN/XP12000, given the choice?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095487#M49507</link>
      <description>SEP ,&lt;BR /&gt;&lt;BR /&gt;could check these steps&lt;BR /&gt;&lt;BR /&gt;Here is the plan for handling the lpfc module.&lt;BR /&gt;&lt;BR /&gt;â ¢ Boot in single user mode or comment the fstab for the SAN volumes and come up with new kernel.&lt;BR /&gt;&lt;BR /&gt;â ¢ reinstall the lpfc rpm&lt;BR /&gt;&lt;BR /&gt;â ¢ Copy the old /lib/modules/2.4.21-47.ELsmp/kernel/drivers/scsi/lpfcdd.o to the corresponding new kernel  location(/lib/modules/2.4.21-53.ELsmp/kernel/drivers/scsi/lpfcdd.o)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;â ¢ Take a  backup and Edit the /etc/modules.conf and comment the entries for lpfc&lt;BR /&gt;           # grep lpfc /etc/modules.conf&lt;BR /&gt;           alias scsi_hostadapter1 lpfcdd&lt;BR /&gt;           alias scsi_hostadapter2 lpfcdd&lt;BR /&gt;&lt;BR /&gt;â ¢ Take a backup of the existing initrd image and create a new one.&lt;BR /&gt;      mkinitrd /boot/initrd-2.4.21-53.ELsmp.img 2.4.21-53.ELsmp&lt;BR /&gt;&lt;BR /&gt;â ¢ Revert the changes on /etc/modules.conf&lt;BR /&gt;&lt;BR /&gt;â ¢ Reboot to check everything works fine with the 3rd party kernel module (lpfc).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2008 21:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095487#M49507</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-03-03T21:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: QLogic or Emulex with SAN/XP12000, given the choice?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095488#M49508</link>
      <description>qlogic, best driver, works great. also on the SAN site i think qlogic is prefered.</description>
      <pubDate>Tue, 04 Mar 2008 07:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095488#M49508</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2008-03-04T07:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: QLogic or Emulex with SAN/XP12000, given the choice?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095489#M49509</link>
      <description>Thanks all, Qlogic it is then :D</description>
      <pubDate>Tue, 04 Mar 2008 09:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/qlogic-or-emulex-with-san-xp12000-given-the-choice/m-p/5095489#M49509</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2008-03-04T09:39:42Z</dc:date>
    </item>
  </channel>
</rss>

