
Chapter IV. iWARP (RDMA)
Chelsio T5/T4 Unified Wire For Linux Page 79
vii. Run exportfs to make local directories available for Network File System (NFS) clients to
mount.
[root@host]# exportfs
Now the NFS-RDMA server is ready.
Client-side settings
Follow the steps mentioned below at the client side.
i. Load the iwarp modules and make sure peer2peer is set to 1. Make sure you are able to ping
and ssh to the server Chelsio interface through which directories will be exported.
ii. Load the xprtrdma module.
[root@host]# modprobe xprtrdma
iii. Run the showmount command to show all directories from server as:
[root@host]# showmount –e <server-chelsio-ip>
iv. Once the exported directories are listed, mount them as:
[root@host]# mount.nfs <serverip>:<directory> <mountpoint-on-client> -o
vers=3,rdma,port=2050,wsize=65536,rsize=65536
Comentários a estes Manuais