Operating System - HP-UX
1831555 Members
3768 Online
110025 Solutions
New Discussion

Re: NFS mount timeout value

 
David Meade
New Member

NFS mount timeout value

Greetings,

We were doing some work on our HP-UX 11.23 systems over the past weekend and had some issues with our NFS systems. The problem is that explicit mounts (ie. mount -a) and implicit automounts (from inside of swinstall) took forever to report back that the NFS server wasn't available.

Is there a option that controls how long a mount or automount waits before reporting failure?

David
5 REPLIES 5
Phillip Thayer
Esteemed Contributor

Re: NFS mount timeout value

I think that the NFS timeout is set by the NFS Server. Was the HP-UX the NFS Server or the remote side?

Phil
Once it's in production it's all bugs after that.
David Meade
New Member

Re: NFS mount timeout value

Phillip,

Both the server and client are HP-UX.

David
A. Clay Stephenson
Acclaimed Contributor

Re: NFS mount timeout value

You can use the -o soft and intr mount options but you should fully understand the consequences of these mount option. Man mount_nfs for details. You can also look at the timeo and retrans settings as well.
If it ain't broke, I can fix that.
Albert_31
Trusted Contributor

Re: NFS mount timeout value

hello david,

check the man page of mount_nfs for the options available with mounting NFS filesystems.

timeo/soft/intr/nointr are some pointers

regards

albert
David Meade
New Member

Re: NFS mount timeout value

Thanks for all you help.