- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- nfs problem ...
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
06-01-2006 07:21 AM
06-01-2006 07:21 AM
nfs problem ...
I am getting this nfs error message:
nfs server not responding, timed out
nfs_statfs: statfs error = 5
This may be due to the server having high load, but I do not see this on the nfs server? Any way to narrow down the problem?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 07:36 AM
06-01-2006 07:36 AM
Re: nfs problem ...
Is this error just temporal or once it appears you must reboot something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:47 AM
06-01-2006 08:47 AM
Re: nfs problem ...
you can use this guide line for narrow down the problem.
http://www.unet.univie.ac.at/aix/aixbman/commadmn/nfs_problem.htm
Regards,
Sung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 11:31 AM
06-01-2006 11:31 AM
Re: nfs problem ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 03:58 AM
06-02-2006 03:58 AM
Re: nfs problem ...
How man nfsd processes are you starting on the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 06:25 AM
06-02-2006 06:25 AM
Re: nfs problem ...
using autofs, the mount options is:
-ro,noatime,intr,soft,rsize=8192,wsize=8192
check proc, it is listed as:
ro,noatime,v3,rsize=8192,wsize=8192,soft,intr,udp,lock,
Any idea? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2006 07:55 AM
06-02-2006 07:55 AM
Re: nfs problem ...
On the NFS client side, you could try dropping the rsize & wsize to 1024.
Is everything on the same network switch? It's possible that your nework equipment has an MTU set 1500. Can you try to set the MTUs of your systems back to 1500 to eliminate the MTU as the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 04:57 AM
06-07-2006 04:57 AM
Re: nfs problem ...
Michael