Lines Matching full:server
15 and server software.
17 The NFS/RDMA client was first included in Linux 2.6.24. The NFS/RDMA server
46 The first kernel release to contain both the NFS/RDMA client and server was
102 nfs-utils on the server. Furthermore, only the mount.nfs command from
107 The NFS/RDMA client and server are both included in the mainline Linux
125 - Configure the NFS client and server
128 NFS server support enabled. These and other NFS related configuration
134 are turned on. The NFS/RDMA client and server are configured via the hidden
139 and server will not be built
142 in this case the NFS/RDMA client and server will be built as modules
145 and server will be built into the kernel
148 the NFS/RDMA client and server will be built.
202 For the NFS components enabled above (client and/or server),
209 one to act as the server.
214 - On the server system, configure the /etc/exports file and start the NFS/RDMA server.
243 Please use unique addresses for the client and server!
245 - Start the NFS server
247 If the NFS/RDMA server was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in
254 Regardless of how the server was built (module or built-in), start the
255 server:
267 Instruct the server to listen on the RDMA transport:
283 command to mount the NFS/RDMA server:
287 $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt