9–iWARP Configuration
Configuring iWARP on Linux
133
AH0054602-00 A
To configure the NFS client:
1.
Load the xprtrdma module as follows:
#
modprobe xprtrdma
2.
Mount the NFS file system as appropriate for your version:
For NFS Version 3:
#
mount -o rdma,port=20049 192.168.2.4:/tmp/nfs-server /tmp/nfs-client
For NFS Version 4:
#
mount -t nfs4 -o rdma,port=20049 192.168.2.4:/ /tmp/nfs-client
3.
Verify that the file system is mounted by issuing the
mount
command.
Ensure that the RDMA port and file system versions are correct.
#
mount |grep rdma