<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Linux%3A_Setting_up_NFS_over_RDMA</id>
	<title>Linux: Setting up NFS over RDMA - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Linux%3A_Setting_up_NFS_over_RDMA"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Setting_up_NFS_over_RDMA&amp;action=history"/>
	<updated>2026-05-04T20:15:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Setting_up_NFS_over_RDMA&amp;diff=4961&amp;oldid=prev</id>
		<title>David: Created page with &quot;* Below assumes you have a fully working IB fabric with ib0 configured with an IP address and DNS working for the IB fabric.  == Setup the server == &lt;syntaxhighlight&gt;   yum install rdma;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Setting_up_NFS_over_RDMA&amp;diff=4961&amp;oldid=prev"/>
		<updated>2014-10-02T12:26:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;* Below assumes you have a fully working IB fabric with ib0 configured with an IP address and DNS working for the IB fabric.  == Setup the server == &amp;lt;syntaxhighlight&amp;gt;   yum install rdma;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Below assumes you have a fully working IB fabric with ib0 configured with an IP address and DNS working for the IB fabric.&lt;br /&gt;
&lt;br /&gt;
== Setup the server ==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
  yum install rdma; &lt;br /&gt;
  chkconfig --level 2345 rdma on&lt;br /&gt;
  chkconfig --level 345 nfs-rdma on&lt;br /&gt;
  service rdma start &lt;br /&gt;
  service nfs-rdma start&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Verify the port being used, we&amp;#039;ll use this on the client (2050 is the standard):&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[root@haswell5 ~]# grep -i port /etc/rdma/rdma.conf &lt;br /&gt;
NFSoRDMA_PORT=2050&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Make sure the exports file includes the IP subnet for the ib0 subnet&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[root@haswell5 ~]# cat /etc/exports &lt;br /&gt;
/ramdisk				173.16.0.0/16(rw,no_root_squash,async)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setup the client ==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
  yum install rdma&lt;br /&gt;
  service rdma start&lt;br /&gt;
  chkconfig --level 2345 rdma on&lt;br /&gt;
  mount -t nfs -o rdma,port=2050 haswell5-ib:/ramdisk /ramdisk&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>