- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: stale nfs error on linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 09:35 PM
02-13-2006 09:35 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 09:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 10:19 PM
02-13-2006 10:19 PM
Re: stale nfs error on linux
Can you please let me know the configuration files we should look into ..
Thanks
-Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 10:46 PM
02-13-2006 10:46 PM
Re: stale nfs error on linux
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 10:56 PM
02-13-2006 10:56 PM
Re: stale nfs error on linux
This error you do get all the time or after some time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 11:15 PM
02-13-2006 11:15 PM
Re: stale nfs error on linux
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 10:02 PM
02-14-2006 10:02 PM
Re: stale nfs error on linux
How to increase the lock manager ....
-Binu