Lines Matching refs:server
22 and server software.
24 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server
56 The first kernel release to contain both the NFS/RDMA client and server was
107 nfs-utils on the server. Furthermore, only the mount.nfs command from
112 The NFS/RDMA client and server are both included in the mainline Linux
132 - Configure the NFS client and server
135 NFS server support enabled. These and other NFS related configuration
141 are turned on. The NFS/RDMA client and server are configured via the hidden
146 and server will not be built
148 in this case the NFS/RDMA client and server will be built as modules
150 and server will be built into the kernel
153 the NFS/RDMA client and server will be built.
201 For the NFS components enabled above (client and/or server),
208 one to act as the server.
212 - On the server system, configure the /etc/exports file and
213 start the NFS/RDMA server.
237 NOTE: use unique addresses for the client and server
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
247 server:
255 Instruct the server to listen on the RDMA transport:
267 command to mount the NFS/RDMA server:
269 $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt