May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

mount.nfs: rpc.statd is not running but is required for remote locking

I think i found the answer; even though chkconfig reported that
"rpcbind" was setup to start in run level 3, for some reason it was
not running.

After this was started; I was able to mount the NFS share.

# who -r
         run-level 3  2012-02-16 19:19


# chkconfig --list rpcbind
rpcbind         0:off   1:off   2:on    3:on    4:on    5:on    6:off


# service rpcbind status
rpcbind is stopped


# service rpcbind start
Starting rpcbind:                                          [  OK  ]

Thanks,


On 2/17/12, unix syzadmin <unixsyzadmin gmail com> wrote:
> Hi,
>
> I am getting the following error on RHEL6 for NFS mount. Please suggest.
>
> # more /etc/redhat-release
> Red Hat Enterprise Linux Server release 6.1 (Santiago)
>
> # uname -r
> 2.6.32-131.0.15.el6.x86_64
>
> # mount -t nfs nfs02:/share0217 /mnt
> mount.nfs: rpc.statd is not running but is required for remote locking.
> mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
> mount.nfs: an incorrect mount option was specified
>
> Thanks.
>

 

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>