[root@db11202 ~]# mount -t nfs 192.168.1.51:/software /mnt/software
mount.nfs: Connection refused
[root@db11202 ~]#
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).
[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 ~]#