<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ipoib on the bin</title><link>https://thebin.net/tags/ipoib/</link><description>Recent content in Ipoib on the bin</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 08 Dec 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://thebin.net/tags/ipoib/index.xml" rel="self" type="application/rss+xml"/><item><title>Solaris 11: Configure IP Over Infiniband Devices</title><link>https://thebin.net/2014/12/solaris-11-configure-ip-over-infiniband-devices/</link><pubDate>Mon, 08 Dec 2014 00:00:00 +0000</pubDate><guid>https://thebin.net/2014/12/solaris-11-configure-ip-over-infiniband-devices/</guid><description>&lt;p&gt;In this article we will be going over the configuration of an infiniband interface with the IPoIB protocol on Solaris 11, specifically Solaris 11.2 (previous versions of Solaris 11 should work the same, however there have been changes in the ipadm and dladm commands).&lt;/p&gt;&#10;&lt;p&gt;Identify Infiniband Datalinks&lt;/p&gt;&#10;&lt;p&gt;First we need to identify the underlying interfaces of the infiniband interfaces.  In my case net2 and net3.&lt;/p&gt;&#10;&lt;div class="codeblock" data-lang="bash"&gt;&#10; &lt;div class="codeblock__bar"&gt;&#10; &lt;span class="codeblock__lang"&gt;bash&lt;/span&gt;&#10; &lt;button type="button" class="codeblock__copy" aria-label="Copy code"&gt;&#10; &lt;span class="codeblock__copy-label"&gt;Copy&lt;/span&gt;&#10; &lt;/button&gt;&#10; &lt;/div&gt;&#10; &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;dladm show-phys&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;LINK MEDIA STATE SPEED DUPLEX DEVICE&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;net1 Ethernet unknown &lt;span class="m"&gt;0&lt;/span&gt; unknown ixgbe1&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;net0 Ethernet up &lt;span class="m"&gt;1000&lt;/span&gt; full ixgbe0&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;net2 Infiniband up &lt;span class="m"&gt;32000&lt;/span&gt; unknown ibp0&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;net3 Infiniband up &lt;span class="m"&gt;32000&lt;/span&gt; unknown ibp1&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;net5 Ethernet up &lt;span class="m"&gt;1000&lt;/span&gt; full vsw0&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#10;&lt;/div&gt;&#10;&lt;p&gt;Another way to confirm the infiniband interfaces is to use the show-ib command.&lt;/p&gt;</description></item></channel></rss>