iSCSI HBA HPE650FLB

Donner

Member
Aug 22, 2021
18
2
8
39
Hello, i'm trying to move from hyper-v to proxmox at HPE Blade BL460c g9 with VC Flex switch and iSCSI MSA 2040
Blade has HPE 650FLB network card, and with VC Flex switch, can devide regular ethernet and iSCSI links, so i can configure iSCSI inintiator from blades BIOS. I can see my MSA(target) there and even LUNs with proper size, it all works fine in windows server, 650FLB card acts like ethernet card device for network and like separated storage controller device for iSCSI.
Now i want to have the same in proxmox, but missing something, never done this before. I installed proxmox to same blade, but cant see luns from MSA,
lspci shows, i think, correct devices
06:00.2 Mass storage controller: Emulex Corporation OneConnect iSCSI Initiator (Skyhawk) (rev 10)
06:00.3 Mass storage controller: Emulex Corporation OneConnect iSCSI Initiator (Skyhawk) (rev 10)

but no disks in lsblk (
in syslog found this, but dont know may it helps

May 01 00:53:51 blade1 kernel: scsi host1: Emulex 10Gbe open-iscsi Initiator Driver
May 01 00:53:51 blade1 kernel: scsi host1: BC_378 : Link Up on Port 0 tag 0x0
May 01 00:53:51 blade1 kernel: scsi host1: BM_5693 : port online: 0x13
May 01 00:53:51 blade1 kernel: scsi host1: BC_378 : Link Up on Port 0 tag 0x0
May 01 00:53:51 blade1 kernel: scsi host1: BC_378 : Link Up on Port 0 tag 0x0
May 01 00:53:51 blade1 kernel: scsi host1: BG_1116 : No boot targets configured
May 01 00:53:51 blade1 kernel: scsi host2: Emulex 10Gbe open-iscsi Initiator Driver
May 01 00:53:51 blade1 kernel: scsi host2: BC_378 : Link Up on Port 1 tag 0x0
May 01 00:53:51 blade1 kernel: scsi host2: BM_5693 : port online: 0x13
May 01 00:53:51 blade1 kernel: scsi host2: BC_378 : Link Up on Port 1 tag 0x0
May 01 00:53:51 blade1 kernel: scsi host2: BG_1116 : No boot targets configured
May 01 00:53:51 blade1 kernel: raid6: avx2x4 gen() 437441 MB/s
May 01 00:53:51 blade1 kernel: raid6: avx2x4 xor() 134659 MB/s
May 01 00:53:51 blade1 kernel: raid6: avx2x2 gen() 463847 MB/s
May 01 00:53:51 blade1 kernel: raid6: avx2x2 xor() 277891 MB/s
May 01 00:53:51 blade1 kernel: raid6: avx2x1 gen() 402535 MB/s
May 01 00:53:51 blade1 kernel: raid6: avx2x1 xor() 230435 MB/s
May 01 00:53:51 blade1 kernel: raid6: sse2x4 gen() 248241 MB/s
May 01 00:53:51 blade1 kernel: raid6: sse2x4 xor() 126274 MB/s
May 01 00:53:51 blade1 kernel: raid6: sse2x2 gen() 236658 MB/s
May 01 00:53:51 blade1 kernel: raid6: sse2x2 xor() 157622 MB/s
May 01 00:53:51 blade1 kernel: raid6: sse2x1 gen() 208711 MB/s
May 01 00:53:51 blade1 kernel: raid6: sse2x1 xor() 135621 MB/s
May 01 00:53:51 blade1 kernel: raid6: using algorithm avx2x2 gen() 20501 MB/s
May 01 00:53:51 blade1 kernel: raid6: .... xor() 277891 MB/s, rmw enabled
May 01 00:53:51 blade1 kernel: raid6: using avx2x2 recovery algorithm
May 01 00:53:51 blade1 kernel: xor: automatically using best checksumming function avx

What am i missing?
 
Figured out by myself,
iscsiadm -m iface
shows list of iscsi interfaces, choose correct, and for my case
iscsiadm --mode discovery -I be2iscsi.98:f2:b3:9d:6e:b1.ipv4.0 --portal 10.0.35.1 --type sendtargets
will show all targets and make configs in /etc/iscsi/nodes
Bring them up by
iscsiadm -m node --login
Chill
 
Figured out by myself,

shows list of iscsi interfaces, choose correct, and for my case

will show all targets and make configs in /etc/iscsi/nodes
Bring them up by

Chill

We are trying to do this exact installation. We are not seeing any interfaces with `iscsiadm -m iface` when we have the iSCSI links configured as iSCSI HBA's in the Virtual Connects. The interfaces are showing up as normal Ethernet networking devices, but attempting to add them to bond seemingly is not working.

Any tips?