Proxmox no reconoce mi tarjeta de red FC

Jorge Alejandro

New Member
Oct 30, 2017
2
0
1
31
Al instalar Proxmox en un servidor HP, este reconoce las trajetas Ethernet pero tengo dos tarjetas FC y no las reconoce, no puedo acceder a ellas de ninguna forma. Alguna ayuda??
 
Try the following command:

lspci | grep "Fibre Channel"

It will show you a list of HBA FC controllers on your PCI bus

Then try

lspci -k | sed -n '/Fibre Channel/,/Kernel modules/p'

this will show you detailed information about the FC HBA, including the kernel driver in use
 
  • Like
Reactions: Jorge Alejandro
Thanks for your answer Manu. I tried the commands and it gave me information, so proxmox sees the cards, but I don`t nkow what I do with this information. How do I configure this cards? I want to join a HP MSA 2040 SAN to proxmox. Can you help me please? I`m new with FC technology
 
Well I am new to FC too :)
My understanding of FC controllers, is that they will present you a list of block devices.
So if PVE sees the card, check with lsscsi ( apt install lsscsi) and lsblk if you see the disks exported from the SAN.