qLogic Fiber Channels with Proxmox

ukhost4u

Member
Oct 30, 2008
95
0
6
Hello.

I am using a Dell Blade unit running Proxmox which has a qLogic Fiber Card within it. What I want to do is assigned a drive within the Debian o/s with a mounted SAN.

What I need to do is load the drivers to support qLogic but some of the only guides require you to add kernel addon's which don't work with the proxmox kernel.

Can someone suggest how to get Fiber Channel qLogic support working with Proxmox.

Thanks,

Paul Hughes
 
Hello.

I am using a Dell Blade unit running Proxmox which has a qLogic Fiber Card within it. What I want to do is assigned a drive within the Debian o/s with a mounted SAN.

What I need to do is load the drivers to support qLogic but some of the only guides require you to add kernel addon's which don't work with the proxmox kernel.

Can someone suggest how to get Fiber Channel qLogic support working with Proxmox.

Thanks,

Paul Hughes
Hi Paul,
should normaly run out of the box (perhaps not with an new fc-hba?).
I have this running:
Code:
02:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
        Subsystem: QLogic Corp. Device 0138
        Flags: bus master, fast devsel, latency 0, IRQ 62
        I/O ports at 9400 [size=256]
        Memory at fbef8000 (64-bit, non-prefetchable) [size=16K]
        Expansion ROM at fbe40000 [disabled] [size=256K]
        Capabilities: [44] Power Management version 2
        Capabilities: [4c] Express Endpoint, MSI 00
        Capabilities: [64] Message Signalled Interrupts: Mask- 64bit+ Queue=0/4 Enable+
        Capabilities: [74] Vital Product Data <?>
        Capabilities: [7c] MSI-X: Enable- Mask- TabSize=16
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [138] Power Budgeting <?>
        Kernel driver in use: qla2xxx
        Kernel modules: qla2xxx

# modinfo qla2xxx
filename:       /lib/modules/2.6.32-6-pve/kernel/drivers/scsi/qla2xxx/qla2xxx.ko
firmware:       ql2500_fw.bin
firmware:       ql2400_fw.bin
firmware:       ql2322_fw.bin
firmware:       ql2300_fw.bin
firmware:       ql2200_fw.bin
firmware:       ql2100_fw.bin
version:        8.03.07.03.06.1-k
license:        GPL
description:    QLogic Fibre Channel HBA Driver
author:         QLogic Corporation
...
Other case ask Dell and/or QLogic about Debian-support. It's allways an good idea to ask for Debian, if they support only RHEL and SLES.

Udo