svc: failed to register lockdv1 RPC service (errno 111)

1,983 views
Skip to first unread message

Srikrishna Murthy Annam

unread,
Feb 23, 2014, 12:50:49 PM2/23/14
to askm...@googlegroups.com
When i am trying to mount NFS mount to a new clinet , i got the following error ...

[root@db11202 ~]# mount -t nfs 192.168.1.51:/software /mnt/software
mount.nfs: Connection refused
[root@db11202 ~]# 

Then i see the following error message in the /var/log/messages file ....

Feb 23 11:40:29 db11202 kernel: svc: failed to register lockdv1 RPC service (errno 111).
Feb 23 11:40:29 db11202 kernel: lockd_up: makesock failed, error=-111
Feb 23 11:41:51 db11202 kernel: svc: failed to register lockdv1 RPC service (errno 111).

Mount the NFS mount using the following option if you have above error ...

[root@db11202 ~]# mount -t nfs -o nolock 192.168.1.51:/software /mnt/software
[root@db11202 ~]# df -h /mnt/software/
Filesystem            Size  Used Avail Use% Mounted on
192.168.1.51:/software
                       99G   18G   76G  19% /mnt/software
[root@db11202 ~]#

Reply all
Reply to author
Forward
0 new messages