1830377 Members
2845 Online
110001 Solutions
New Discussion

stale error in NFS

 
Sanjeev gupta_2
Frequent Advisor

stale error in NFS

Hi
What are the reasons of 'stale error' in NFS
Thx
4 REPLIES 4
RAC_1
Honored Contributor

Re: stale error in NFS

Most of the time stale nfs errors are on account of network problmes between nfs clients and servers. They arise, because nfs clients has nfs share nounted, but can not access nfs server it over the network.

Check nfsstat on client and server.
netstat -an
ping to server and return time. Is nfs client able to resolve nfs server without problems??
There is no substitute to HARDWORK
Arunvijai_4
Honored Contributor

Re: stale error in NFS

It means, you have to unmount and remount your filesystem in NFS.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Adisuria Wangsadinata_1
Honored Contributor

Re: stale error in NFS

Hi,

Based on the knowledge mine document :

See HP's "Installing and Administering NFS" HP manual for a basic description of
the cause of Stale NFS Mounts. This manual is available at http://docs.hp.com. Another reference would be
O'Reilly and Associates "NFS" and "NIS" Books for a more detailed description.

See the document (docID : KBRC00015726) about 'NFS stale File Handles on NFS clients' at this url below :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079971879

Check also this document from www.docs.hp.com :

http://docs.hp.com/en/5991-1153/5991-1153.pdf

See chapter 8 : 'Troubleshooting NFS Services'

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
VEL_1
Valued Contributor

Re: stale error in NFS

Hi,

Hope the following will help:

http://sysunconfig.net/unixtips/stale_nfs.txt

Thanks