Infiniband setup issues

Associate
Joined
27 Sep 2009
Posts
1,695
Hi all,

I have fitted my Mellanox card into the PCIe 8x slot and installed Win 7 but it does not seem to detect it even after installing the OFED drivers. When i run ibstat it says "winmad.dll cannot be found".

However on my other Win 7 PC it works fine (this has an Asus P6T mb). On that PC the card is listed in Device manager under Infiniband Channel Adpaters however that group does not even appear on my server.

Is this an issue with my GB g3 Sniper not supporting 8 bus cards?
 
Hi all,

Ive been following David Hunt's guide but seem to be stuck at the first hurdle. Apparently I should have an ib0 interface. But when ifconfig I only have eth0 and lo.

This is what Ive done so far;
Edit /etc/modules and add the following modules:

ib_sa
ib_cm
ib_umad
ib_addr
ib_uverbs
ib_ipoib
ib_ipath
ib_qib

Next,

apt-get install opensm

I have passed through the Mellanox card in ESXi to the VM and it detects it in lspci. I am using Ubuntu Server 12.04.
 
Last edited:
Here are some results of the commands people have advised me to run:

"more /proc/net/dev" lists lo and eth0.

"ibstat" lists the 2 ports, with 1 as down and 2 as initializing.

"ibstat -l" lists mthca0

"ibverbs-utils" shows No IB devices found.
 
Last edited:
I have run through the diags, here are my results:

Code:
shell > lsmod | grep ib_
ib_mthca
ib_qid
ib_ipath
ib_uverbs
ib_addr
ib_umad
ib_cm
ib_sa
ib_mad
ib_core

Code:
shell > ibstat
Port 1: Down
Port 2: Active

This is what i expected to see as only one of the ports is plugged in.

However when I do:

Code:
shell > ifconfig -a

My infiniband interface is not showing.

When i do:

Code:
shell > ibchecknet

There is an error on port 2:
Code:
/usr/sbin/ibcheckerrs:222:exit:illegal number -1
 
Once you've enabled the SSH service in ESX you can use WinSCP (or anything else similar) to transfer the .vib onto the host.

I'm not sure if installing it will achieve what you need though. I'm guessing it will either allow ESX to use the adapter for iSCSI LUNs or it will expose it as a networking device that you can use on a vswitch, but I'd have thought that is likely to put you back into IPoIB hell.


Ah Ok. i was hoping using the adapter as a networking device and attach it to a VM rather then a passthrough PCI device might solve my issues!
 
I've tried to install the MFT tools onto my Ubuntu VM. Howver when I run

shell > sudo ./install.sh there is an error

./install.sh: 32 ./install.sh: Syntax error: "(" unexpected
 
Back
Top Bottom