<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Infiniband setup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257420#M52571</link>
    <description>Tim &lt;BR /&gt;&lt;BR /&gt;Ok dont have bonding on the blades only in the exadata  so would you set the ib0 config on the blade to contain all the ip info , mtu and connected params &lt;BR /&gt;&lt;BR /&gt;Sorry if being thick here as have just done all that and cannot ping betwen the interface i have setup and the exadata - do I need to add something to the switch ( are these likely to be zoned in someway even though it is a private network) bit vague on this as it is one of those things where someone comes in and sets it all up then rides off into the sunset !!!</description>
    <pubDate>Mon, 04 Oct 2010 14:22:23 GMT</pubDate>
    <dc:creator>KevB_1</dc:creator>
    <dc:date>2010-10-04T14:22:23Z</dc:date>
    <item>
      <title>Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257414#M52565</link>
      <description>As I stumble from one crisis to another&lt;BR /&gt;&lt;BR /&gt;todays bit of fun is what do I need driver wise for infiniband and how do you set these up&lt;BR /&gt;&lt;BR /&gt;Running REDHAT 5 update 3 on BL460c with a BLc 4x QDR IB switch which hooks into an exadata &lt;BR /&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257414#M52565</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-10-01T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257415#M52566</link>
      <description>Unless you have some super special IB hca then the driver is most likely included with your distro.&lt;BR /&gt;&lt;BR /&gt;lspci to show your HW.&lt;BR /&gt;lsmod|grep mlx  (in my case because it is a Mellanox hca)&lt;BR /&gt;&lt;BR /&gt;now in order to get the rest working you need to load a protocol stack.&lt;BR /&gt;&lt;BR /&gt;in my case, using Oracle Enterprise Linux I downloaded openib, infiniband-diags, and rds-tools from either the distro or ULN.&lt;BR /&gt;&lt;BR /&gt;I believe the openib is included in most distros, so try "yum search openib", there may also be a newer version with a new name, e.g. ofed, infiniband, or something like that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Oct 2010 18:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257415#M52566</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-10-01T18:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257416#M52567</link>
      <description>Hi Tim &lt;BR /&gt;&lt;BR /&gt;Cheers for the info - from your instructions have &lt;BR /&gt;&lt;BR /&gt;InfiniBand: Mellanox Technologies MT26428 [ConnectX IB QDR, PCIe 2.0 5GT/s] (rev b0)&lt;BR /&gt;&lt;BR /&gt;Found this at HP site &lt;BR /&gt;&lt;BR /&gt;MLNX_OFED_LINUX_1.51 which has drivers and OFED assume this is what I need &lt;BR /&gt;&lt;BR /&gt;Once installed what do I see -looking at the exadata which was installed by Oracle I see there is a ib0 interface but this doesnt have a ip address just what looks like a MAC &lt;BR /&gt;&lt;BR /&gt;Where are these configured ? &lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 07:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257416#M52567</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-10-04T07:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257417#M52568</link>
      <description>use either the openib or as you list the OFED 1.5 from HP.  your call.&lt;BR /&gt;&lt;BR /&gt;lspci should show your IB hca, if not the driver is not loaded.&lt;BR /&gt;&lt;BR /&gt;the ofed contains a subnet manager daemon, you need to decide if your switches support the subnet manager.  if so I would let the switche(s) do the management, reason being, if the server goes down and there is no subnet manager then you loose your entire IB network. so disable the included SM service.&lt;BR /&gt;&lt;BR /&gt;"service openibd status" to check on ib stack status.  may have to start it.&lt;BR /&gt;&lt;BR /&gt;add entry into /etc/modprobe.conf&lt;BR /&gt;"alias ib0 ib_ipoib"&lt;BR /&gt;&lt;BR /&gt;"service openibd status" to check on ib stack status.  may have to start it.&lt;BR /&gt;&lt;BR /&gt;check that stack is loaded."lsmod|grep ib_ip&lt;BR /&gt;&lt;BR /&gt;edit /etc/sysconfig/network-scripts/ifcfg-ib0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ifup ib0&lt;BR /&gt;&lt;BR /&gt;I am using the openib rpm which is OFED 1.4.1, the configuration settings may be different than that of 1.5, you will need to read the docs that come with 1.5.  for example.  1.4.1 works best if the CONNECTED_MODE and MTU settings are set in ifcfg-ibx vs /etc/infiniband/openib.conf&lt;BR /&gt;&lt;BR /&gt;check the MTU with ifconfig (needs to be 65520) if you cannot seem to get it set after stop/start then it has to do with the CONNECTED_MODE setting.&lt;BR /&gt;&lt;BR /&gt;reboot when done to make sure everything comes back right.&lt;BR /&gt;&lt;BR /&gt;also, ibstat ibnetdiscover are great diag tools to check on things.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 12:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257417#M52568</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-10-04T12:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257418#M52569</link>
      <description>Once again Tim thanks for the advice &lt;BR /&gt;&lt;BR /&gt;Found that the exadata IB was setup as a bond hence no ip address on the ib0 and ib1 interface &lt;BR /&gt;&lt;BR /&gt;So you set them up as you would an ethernet interface with conneted and mtu set (going by what is on the exadats as they use the same switch)</description>
      <pubDate>Mon, 04 Oct 2010 13:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257418#M52569</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-10-04T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257419#M52570</link>
      <description>yep.  and depending on your switch setup then either bonding mode=1 (failover) or mode=0 round-robin. &lt;BR /&gt;&lt;BR /&gt;I found that setting all the bonding options, mtu and connected_mode in the ifcfg-x files seemed to be more resilient.&lt;BR /&gt;&lt;BR /&gt;cat /proc/net/bonding/bondx to confirm settings .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 13:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257419#M52570</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-10-04T13:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257420#M52571</link>
      <description>Tim &lt;BR /&gt;&lt;BR /&gt;Ok dont have bonding on the blades only in the exadata  so would you set the ib0 config on the blade to contain all the ip info , mtu and connected params &lt;BR /&gt;&lt;BR /&gt;Sorry if being thick here as have just done all that and cannot ping betwen the interface i have setup and the exadata - do I need to add something to the switch ( are these likely to be zoned in someway even though it is a private network) bit vague on this as it is one of those things where someone comes in and sets it all up then rides off into the sunset !!!</description>
      <pubDate>Mon, 04 Oct 2010 14:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257420#M52571</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-10-04T14:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257421#M52572</link>
      <description>There are some things that are different with OFED 1.5.1 vs the 1.4 that I am using.&lt;BR /&gt;&lt;BR /&gt;1)  MTU is set / defaulted to 65520 via the /etc/infiniband/openib.conf ( CONNECTED_MODE needs to be set in openib.conf as well via SET_IPOIB_CM=yes.)&lt;BR /&gt;&lt;BR /&gt;2) /etc/sysconfig/network-scripts/ifcfg-ib0 looks like this(substitue the xx for your network):&lt;BR /&gt;DEVICE=ib0&lt;BR /&gt;BOOTPROTO=static&lt;BR /&gt;IPADDR=xx.xx.xx.xx&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=xx.xx.x.0&lt;BR /&gt;BROADCAST=xx.xx.xx.255&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;3) service openibd restart&lt;BR /&gt;&lt;BR /&gt;ifconfig should show ib0 with new IP and correct MTU&lt;BR /&gt;&lt;BR /&gt;ping &lt;IP_OF_LOCAL_IB0&gt; &lt;BR /&gt;&lt;BR /&gt;use ibstat, ibstatus, ibnodes to view your network&lt;BR /&gt;&lt;BR /&gt;As far as your infiniband switch configuration.. mine is a flat network with no routing, I would either configure this host on same network as Exadata, or you will need to figure out how to manage the switch to include this host.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you are using RDS as the interconnect protocal in Oracle then there is also some more to do with that config as well.&lt;BR /&gt;&lt;BR /&gt;There are tons of docs in docs directory of the ofend install.&lt;BR /&gt;&lt;/IP_OF_LOCAL_IB0&gt;</description>
      <pubDate>Mon, 04 Oct 2010 15:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257421#M52572</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-10-04T15:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Infiniband setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257422#M52573</link>
      <description>Tim &lt;BR /&gt;&lt;BR /&gt;Thanks again &lt;BR /&gt;&lt;BR /&gt;Will get down to some serious reading then !!</description>
      <pubDate>Tue, 05 Oct 2010 07:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/infiniband-setup/m-p/5257422#M52573</guid>
      <dc:creator>KevB_1</dc:creator>
      <dc:date>2010-10-05T07:00:06Z</dc:date>
    </item>
  </channel>
</rss>

