Results 1 to 3 of 3

Thread: Trying to get Infiniband to work

Hybrid View

  1. #1
    Join Date
    Nov 2012
    Beans
    11

    Trying to get Infiniband to work

    Hi all,

    I have two Mellanox infiniband cards, one on my Win 7 PC and one of my Ubuntu 12.04 64bit PCs. I have been following these instructions (http://davidhunt.ie/wp/?p=2291). I got up to:
    Then add the relevant entries for the interface into /etc/network/interfaces file: auto ib0 iface ib0 inet static address 192.168.1.1 netmask 255.255.255.0
    However when I try to restart the service it says it cannot find the ib0 device. The kernel recognises it:
    05:00.0 Memory controller: Mellanox Technologies MT25208 [InfiniHost III Ex HCA Flash Recovery] (rev a0)
    . However is it not listed in ifconfig.

    Any help will be greatly appreciated.
    Last edited by GodAtum; November 18th, 2012 at 08:09 PM.

  2. #2
    Join Date
    Nov 2012
    Beans
    11

    Re: Trying to get Infiniband to work

    Anyone able to advise please?

  3. #3
    Join Date
    Aug 2009
    Beans
    1

    Re: Trying to get Infiniband to work

    Not sure if you ever solved your issue but I had something similar, try adding the following to/etc/modules:

    mlx4_ib

    I'm working with these cards (from `lshw -C network` ):
    product: MT27500 Family [ConnectX-3]
    vendor: Mellanox Technologies

    And the combination of making sure that I've got libmlx4 installed and the above module was what worked for me.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •