Operating System - Linux
1826432 Members
4172 Online
109692 Solutions
New Discussion

Re: confirguring the Qlogic HBA card in debian lenny

 
veerahp
Occasional Contributor

confirguring the Qlogic HBA card in debian lenny

I have installed debian lenny 5.0.4 on hp dl380 g6. could any one please guide me, do i have to install any package to manage the Qlogic HBA, I'm new to debian and HBA configuration

hostname:~# lspci | grep -i fibre
0a:00.0 Fibre Channel: QLogic Corp. ISP2532-based 8Gb Fibre Channel to PCI Express HBA (rev 02)
0d:00.0 Fibre Channel: QLogic Corp. ISP2532-based 8Gb Fibre Channel to PCI Express HBA (rev 02)
hostname:/# dmesg | grep -i qlogic
[ 3.608270] QLogic Fibre Channel HBA Driver: 8.02.01-k4
[ 4.472680] QLogic Fibre Channel HBA Driver: 8.02.01-k4
[ 4.472680] QLogic HPAK344A -
[ 4.654865] QLogic Fibre Channel HBA Driver: 8.02.01-k4
[ 4.654865] QLogic HPAK344A -

hostname:~#dmesg | grep qla2x
[ 4.253274] qla2xxx 0000:0a:00.0: Found an ISP2532, irq 31, iobase 0xf88f0000
[ 4.253274] qla2xxx 0000:0a:00.0: Configuring PCI space...
[ 4.253274] qla2xxx 0000:0a:00.0: Configure NVRAM parameters...
[ 4.253274] qla2xxx 0000:0a:00.0: Verifying loaded RISC code...
[ 4.425249] qla2xxx 0000:0a:00.0: Allocated (64 KB) for EFT...
[ 4.441122] qla2xxx 0000:0a:00.0: Allocated (64 KB) for FCE...
[ 4.441122] qla2xxx 0000:0a:00.0: Allocated (1478 KB) for firmware dump...
[ 4.472655] scsi0 : qla2xxx
[ 4.472680] qla2xxx 0000:0a:00.0:
[ 4.472680] qla2xxx 0000:0d:00.0: Found an ISP2532, irq 30, iobase 0xf88f4000
[ 4.472680] qla2xxx 0000:0d:00.0: Configuring PCI space...
[ 4.472680] qla2xxx 0000:0d:00.0: Configure NVRAM parameters...
[ 4.472680] qla2xxx 0000:0d:00.0: Verifying loaded RISC code...
[ 4.587391] qla2xxx 0000:0d:00.0: Allocated (64 KB) for EFT...
[ 4.603308] qla2xxx 0000:0d:00.0: Allocated (64 KB) for FCE...
[ 4.603308] qla2xxx 0000:0d:00.0: Allocated (1478 KB) for firmware dump...
[ 4.654816] scsi3 : qla2xxx
[ 4.654865] qla2xxx 0000:0d:00.0:
[ 27.692870] qla2xxx 0000:0a:00.0: Cable is unplugged...
[ 27.862685] qla2xxx 0000:0d:00.0: Cable is unplugged...

Storage Team confirmed the cable is connect and server logged into the SAN switches as G-port = not working properly, and they requested to modify the below -
- change the speed to 4 Gb/s
- configure the login mode to Fabric First

please guide me how i can modify this setting, and step-by-step configuration what i have to do in debian and my storage array is EMC DMX3950.

Thanks in advance.
Veera
1 REPLY 1
Michal Kapalka (mikap)
Honored Contributor

Re: confirguring the Qlogic HBA card in debian lenny