On Wed, Apr 8, 2009 at 5:17 PM, Yashpal Nagar <[email protected]> wrote:
> Hi All > > We are running NFS clients on Redhat and SUSE linux distros with the > following options. > > NFSSERVER:/home/idpssupp/REPORTS /mnt/amosoutput nfs nfsvers=3,bg,intr 0 > 0 > > for some time quite happily, recently we have encountered the messages on > NFS clients > > Apr 7 07:11:51 NFSCLIENT kernel: nfs: server NFSSERVER OK > Apr 7 07:11:51 NFSCLIENT kernel: nfs_statfs: statfs error = 116 > Apr 7 07:21:06 NFSCLIENT kernel: nfs_statfs: statfs error = 116 > > I have tried using... > NFSSERVER:/home/idpssupp/REPORTS /mnt/amosoutput nfs > nfsvers=3,hard,intr,noac 0 0 > > and ran > > mount -o remount /mnt/amosoutput > > but still we get the following... > > NFSCLIENT:~ # ls -l /mnt/amosoutput > /bin/ls: /mnt/amosoutput: Stale NFS file handle > > The above problem appears intermittently and would disappear if i just > umount and mount the file systems manually. > > > A call is already raised with Redhat but still no response. > > We have mix of NFS clients on RHEL ES 4, SLES 9 and NFS server is AIX 5.2 > ML10. Any help is much appreciated. > > > Regards, > Yash > _______________________________________________ > ilugd mailinglist -- [email protected] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > 1. Check Network connection between NFS server and clients for TX/RX errors. 2. Are you using automount to mount NFS if yes , check timeout period 3. Check by changing the NFS parameter sync to async, 4. Increase the number of running nfsd by modify /etc/sysconfig/nfs RPCNFSDCOUNT=16 (default is 8) Then restart nfsd. 5. check dmesg for NFS error _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
