• Home
  • Raw
  • Download

Lines Matching +full:in +full:- +full:built

12  - Overview
13 - Getting Help
14 - Installation
15 - Check RDMA and NFS Setup
16 - NFS/RDMA Setup
24 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server
25 was first included in the following release, Linux 2.6.25.
27 In our testing, we have obtained excellent performance results (full 10Gbit
37 nfs-rdma-devel@lists.sourceforge.net
47 - Install an RDMA device
49 Any device supported by the drivers in drivers/infiniband/hw is acceptable.
51 Testing has been performed using several Mellanox-based IB cards, the
54 - Install a Linux distribution and tools
60 The procedures described in this document have been tested with
63 - Install nfs-utils-1.1.2 or greater on the client
65 An NFS/RDMA mount point can be obtained by using the mount.nfs command in
66 nfs-utils-1.1.2 or greater (nfs-utils-1.1.1 was the first nfs-utils
68 recommend using nfs-utils-1.1.2 or greater). To see which version of
71 $ /sbin/mount.nfs -V
74 you should install the latest version of nfs-utils.
87 $ ./configure --disable-gss --disable-nfsv4
89 To build nfs-utils you will need the tcp_wrappers package installed. For
92 After building the nfs-utils package, there will be a mount.nfs binary in
102 In this location, mount.nfs will be invoked automatically for NFS mounts
105 NOTE: mount.nfs and therefore nfs-utils-1.1.2 or greater is only needed
107 nfs-utils on the server. Furthermore, only the mount.nfs command from
108 nfs-utils-1.1.2 is needed on the client.
110 - Install a Linux kernel with NFS/RDMA
112 The NFS/RDMA client and server are both included in the mainline Linux
118 Download the sources and place them in an appropriate location.
120 - Configure the RDMA stack
123 Device Drivers -> InfiniBand support, update the kernel configuration
130 If you are using InfiniBand, be sure to enable IP-over-InfiniBand support.
132 - Configure the NFS client and server
136 options can be found under File Systems -> Network File Systems.
138 - Build, install, reboot
145 - N if either SUNRPC or INFINIBAND are N, in this case the NFS/RDMA client
146 and server will not be built
147 - M if both SUNRPC and INFINIBAND are on (M or Y) and at least one is M,
148 in this case the NFS/RDMA client and server will be built as modules
149 - Y if both SUNRPC and INFINIBAND are Y, in this case the NFS/RDMA client
150 and server will be built into the kernel
153 the NFS/RDMA client and server will be built.
162 In particular, it is a good idea to verify that the RDMA stack
166 - Check RDMA Setup
168 If you built the RDMA components as modules, load them at
199 - Check NFS Setup
212 - On the server system, configure the /etc/exports file and
228 - Load and configure the RDMA drivers
239 - Start the NFS server
241 If the NFS/RDMA server was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in
246 Regardless of how the server was built (module or built-in), start the
259 - On the client system
261 If the NFS/RDMA client was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in
266 Regardless of how the client was built (module or built-in), use this
269 $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt