
Chapter IV. iWARP (RDMA)
Copyright ©2013.Chelsio Communications. All Rights Reserved. Page 72
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.rnfs <serverip>:<directory> <mountpoint-on-client> -i –o
rdma,port=2050
Comentários a estes Manuais