Hi,
I am trying to set up IB
I have several MHGH28-XTC HCAs
1 appears to work but others do not.
The working HCA has rev A3 on the label the others show A4.
Running CentOS on the server with OFED.
I can see the adapters when I run lspci they all show:
[root@localhost ~]# lspci | grep Mel
01:00.0 InfiniBand: Mellanox Technologies MT25418 [ConnectX VPI PCIe 2.0 2.5GT/s - IB DDR / 10GigE] (rev a0)
But when I run ib_devinfo I get:
[root@localhost ~]# ibv_devinfo
No IB devices found
The working device shows:
[root@localhost ~]# ibv_devinfo
hca_id: mlx4_0
transport: InfiniBand (0)
fw_ver: 2.7.000
node_guid: 0002:c903:0000:d25c
sys_image_guid: 0002:c903:0000:d25f
vendor_id: 0x02c9
vendor_part_id: 25418
hw_ver: 0xA0
board_id: MT_04A0120002
phys_port_cnt: 2
port: 1
state: PORT_ACTIVE (4)
max_mtu: 4096 (5)
active_mtu: 2048 (4)
sm_lid: 1
port_lid: 2
port_lmc: 0x00
link_layer: InfiniBand
port: 2
state: PORT_ACTIVE (4)
max_mtu: 4096 (5)
active_mtu: 2048 (4)
sm_lid: 1
port_lid: 3
port_lmc: 0x00
link_layer: InfiniBand
I was hoping I could change the firmware to get these other cards working but they don't even appear?!?
Thanks for any help.