Operating System - Linux
1751706 Members
5627 Online
108781 Solutions
New Discussion юеВ

QLogic or Emulex with SAN/XP12000, given the choice?

 
SOLVED
Go to solution
Simon Hargrave
Honored Contributor

QLogic or Emulex with SAN/XP12000, given the choice?

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.

We do have some qlogic cards currently, but that's in a separate environment using SecurePath and Active/Passive MSA.

Thanks, Simon
5 REPLIES 5
skt_skt
Honored Contributor
Solution

Re: QLogic or Emulex with SAN/XP12000, given the choice?

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.
Steven E. Protter
Exalted Contributor

Re: QLogic or Emulex with SAN/XP12000, given the choice?

Shalom Simon,

Qlogic drivers are built into the Linux kernel, making the overall installation administration process somewhat easier.

Mostly though I end up replacing the drivers with the latest from Qlogic.

Emulex drivers may require you build a new initrd ram disk manually. Not difficult if you have the right drivers.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
skt_skt
Honored Contributor

Re: QLogic or Emulex with SAN/XP12000, given the choice?

SEP ,

could check these steps

Here is the plan for handling the lpfc module.

├в ┬в Boot in single user mode or comment the fstab for the SAN volumes and come up with new kernel.

├в ┬в reinstall the lpfc rpm

├в ┬в 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)


├в ┬в Take a backup and Edit the /etc/modules.conf and comment the entries for lpfc
# grep lpfc /etc/modules.conf
alias scsi_hostadapter1 lpfcdd
alias scsi_hostadapter2 lpfcdd

├в ┬в Take a backup of the existing initrd image and create a new one.
mkinitrd /boot/initrd-2.4.21-53.ELsmp.img 2.4.21-53.ELsmp

├в ┬в Revert the changes on /etc/modules.conf

├в ┬в Reboot to check everything works fine with the 3rd party kernel module (lpfc).

dirk dierickx
Honored Contributor

Re: QLogic or Emulex with SAN/XP12000, given the choice?

qlogic, best driver, works great. also on the SAN site i think qlogic is prefered.
Simon Hargrave
Honored Contributor

Re: QLogic or Emulex with SAN/XP12000, given the choice?

Thanks all, Qlogic it is then :D