1831185 Members
2751 Online
110021 Solutions
New Discussion

Error on NFS mount

 
AyoungK
Advisor

Error on NFS mount

I tried to NFS mount and received the following errors.

nfs mount: bindresvport: t_errno = 8
nfs mount: get_fh: Couldn't bind to a reserved port. return = -1
nfs mount: bindresvport: t_errno = 8
nfs mount: get_fh: Couldn't bind to a reserved port. return = -1
nfs mount: retry: retrying(1) for: /var/tdepots after 5 seconds
nfs mount: retry: giving up on: /var/tdepots

Please help!

Kimberly
4 REPLIES 4
Sajid_1
Honored Contributor

Re: Error on NFS mount

If you are using 11.00, then install this patch - PHNE_26387. That may solve the issue.

gl,
learn unix ..
Sajid_1
Honored Contributor

Re: Error on NFS mount

Did you change your IP address recently? If yes, then make the changes to all files needed.

Another try is to check the rpc.mountd is running:
# rpcinfo -p
If not running, then stop and start the nfs services and rpc services.
learn unix ..
steven Burgess_2
Honored Contributor

Re: Error on NFS mount

Hi Kimberley

Have a look at the following and identify possible errors within your system

http://www.docs.hp.com/hpux/onlinedocs/B2355-90683/B2355-90683.html

HTH

Steve
take your time and think things through
AyoungK
Advisor

Re: Error on NFS mount

Thanks for the all the information.

I restarted nfs.client and it worked.

Kimberly