Operating System - Linux
1827746 Members
3809 Online
109969 Solutions
New Discussion

Re: stale nfs error on linux

 
SOLVED
Go to solution
Binu_5
Regular Advisor

stale nfs error on linux

Hi

I am facinng some problem with stale nfs error on linux systems ..The issue is filesystems(clearcase vobs) are exported from the hpunix system to the clearcase client system system ..whenevee I give a build it thows stale nfs error..amd deamon is running in both server and the client ..Can any help me in this issue ..

Thanks
-Binu
6 REPLIES 6
Peter Godron
Honored Contributor
Solution

Re: stale nfs error on linux

Binu,
how quickly does the nfs go stale?
Try re-starting the client daemon.
What re-try parameters have you set?
Binu_5
Regular Advisor

Re: stale nfs error on linux

Hi

Can you please let me know the configuration files we should look into ..

Thanks
-Binu
Peter Godron
Honored Contributor

Re: stale nfs error on linux

Binu,
on the HP box the file to look at is /etc/exports
When you do the nfs mount from the linux box check for options
retry=x (number of re-tries to mount)
timeo=x (timeout in 10th of secs)
Ivan Ferreira
Honored Contributor

Re: stale nfs error on linux

Ensure that you don't have connectivity problems between your client and your server. Use udp as the protocol for your connection. You should check your /etc/fstab for mount options.

This error you do get all the time or after some time.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor

Re: stale nfs error on linux

Hmmm Clearcase vobs.

We have similar issues as well, but it was when our central storage was flakey.

Check the HP-UX systems /var/log/syslog/syslog.log files for events that might explain the problem.

There is most likely a problem on the server or interuption of networking that could be causing this.

I would install all NFS patches on the HP-UX servers and make sure you are running the latest supported version of NFS there.

Also, clearcase can be the issue, you may need to increase the default configuration of lock manager from default if you have a lot of vobs or very big vobs.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Binu_5
Regular Advisor

Re: stale nfs error on linux

Hi

How to increase the lock manager ....

-Binu