Hi,
I got a problem when I trying to get lock from NetApp NFS.
The NFS client is centos6.0, NFS v3. The NFS server is NetApp.
The NFS client is a virtual machine running on Xen Server. The NFS client has nfs, nfslock, rpcbind processes runnning.
I use mount command to mount the NFS to the client.
I use the below command mount the NFS.
mount -t nfs etNAS:/et-data /et/nfs/data
After mount, the storage is mount, I can create file on the /et/nfs/data folder. But I can not get lock on the folder. I got No locks available error. Actually the file is not locked by others.
Could anyone help on this?
The output of the commands
[etadm@lab-dev-def-msg002 sysconfig]$ mount
etNAS:/et-data on /et/nfs/data type nfs (rw,lock,soft,addr=172.31.80.240)
[etadm@lab-dev-def-msg002 sysconfig]$ cat /proc/mounts
etNAS:/et-data /et/nfs/data nfs rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,mou ntaddr=172.31.80.240,mountvers=3,mountport=4046,mountproto=udp,addr=172.31.80.240 0 0
[etadm@lab-dev-def-msg002 sysconfig]$ service nfs status
rpc.svcgssd is stopped
rpc.mountd (pid 2610) is running...
nfsd (pid 2607 2606 2605 2604 2603 2602 2601 2600) is running...
rpc.rquotad (pid 2595) is running...
[etadm@lab-dev-def-msg002 sysconfig]$ service nfslock status
rpc.statd (pid 2656) is running...
[etadm@lab-dev-def-msg002 sysconfig]$ service rpcbind status
rpcbind (pid 1989) is running...
Thanks