LPe12002 Emulex fiber not detected

anthonywde

New Member
Apr 16, 2024
1
0
1
Good morning,
I have just added the LPe12000 Series 8Gb Fiber Channel Adapter card in addition to my main network card to my proxmox server but I do not see it in proxmox despite it being detected in IDRAC. Is it possible to make this card functional under proximox?
 
Have same issue.

Bash:
root@pve1:~# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [8086:191f] (rev 07)
00:01.0 PCI bridge [0604]: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 530 [8086:1912] (rev 06)
00:14.0 USB controller [0c03]: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller [8086:a12f] (rev 31)
00:16.0 Communication controller [0780]: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 [8086:a13a] (rev 31)
00:17.0 SATA controller [0106]: Intel Corporation Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] [8086:a102] (rev 31)
00:1b.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #17 [8086:a167] (rev f1)
00:1c.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 [8086:a110] (rev f1)
00:1c.3 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 [8086:a113] (rev f1)
00:1d.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 [8086:a118] (rev f1)
00:1d.5 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #14 [8086:a11d] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Z170 Chipset LPC/eSPI Controller [8086:a145] (rev 31)
00:1f.2 Memory controller [0580]: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller [8086:a121] (rev 31)
00:1f.3 Audio device [0403]: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller [8086:a170] (rev 31)
00:1f.4 SMBus [0c05]: Intel Corporation 100 Series/C230 Series Chipset Family SMBus [8086:a123] (rev 31)
01:00.0 Fibre Channel [0c04]: Emulex Corporation LPe12000 Series 8Gb Fibre Channel Adapter [10df:f100] (rev 03)
01:00.1 Fibre Channel [0c04]: Emulex Corporation LPe12000 Series 8Gb Fibre Channel Adapter [10df:f100] (rev 03)
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 11)
06:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 04)
root@pve1:~#

Bash:
root@pve1:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
    link/ether 30:5a:3a:0a:15:90 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 30:5a:3a:0a:15:90 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::325a:3aff:fe0a:1590/64 scope link
       valid_lft forever preferred_lft forever
4: vmbr0.10@vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 30:5a:3a:0a:15:90 brd ff:ff:ff:ff:ff:ff
    inet 172.16.16.7/24 scope global vmbr0.10
       valid_lft forever preferred_lft forever
    inet6 fe80::325a:3aff:fe0a:1590/64 scope link
       valid_lft forever preferred_lft forever
5: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UNKNOWN group default qlen 1000
    link/ether ee:88:f9:11:72:ca brd ff:ff:ff:ff:ff:ff
6: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 02:42:0e:c2:8a:dd brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
root@pve1:~#

Will be appreciate if somebody help to solve this.
 
Any updates to this ? I also have a problem with the Debian OS recognising this card. As per the previous poster, I run the lspci command and I can see both ports of the HBA . I'm using a different model 10Gb HBA's in my other Proxmox servers without any issues.
I'm running Debian 12 (bookworm) an all the servers. Maybe there's a package that needs to be installed for this model - Emulex LPe120000 8GB FC HBA ?
I've checked but can't find any info about how to get this card working. I have also tried a second HBA card (same model) with the same results.
 
correct. the technology is simply different and not compatible.
you either have fibre channel, or your have ethernet.
you can not use a fibre channel card as nic.

please use a search engine of your choice and search "ethernet vs fibre channel"
 
  • Like
Reactions: Edwin_prox
Thanks all for your prompt responses - much appreciated.
I came to the same conclusion late this afternoon when I ran the lspci command on all my servers. All the one ones that work, identify as Ethernet whereas the one I'm trying to get working identifies as FC. I just assumed that anything with a SFP+ slot could connect to any network device. Just goes to show that you're never too old to learn something new.
Again many thanks for pointing me in the right direction! Viele dank!
Fred