- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS problems ! TimeOut.
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
07-30-2003 12:04 AM
07-30-2003 12:04 AM
NFS problems ! TimeOut.
I get this messages when i'm using NFS :
NFS write failed for server XXX: RPC: Timed out
Eran .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 12:13 AM
07-30-2003 12:13 AM
Re: NFS problems ! TimeOut.
usually this is due to heavy network traffic.
To avoid this, you can change mount parameters.
Try with this:
hard,rsize=32768,wsize=32768
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 12:33 AM
07-30-2003 12:33 AM
Re: NFS problems ! TimeOut.
# lanadmin -x 0 (assuming lan 0 is your card)
to change it
# lanadmin -X 100FD 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 12:37 AM
07-30-2003 12:37 AM
Re: NFS problems ! TimeOut.
Both interfaces are 100FD .
Eran.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 12:44 AM
07-30-2003 12:44 AM
Re: NFS problems ! TimeOut.
first do a nfsstat on your client site
# nfsstat -c
have you a lot of timeouts in your statistics?
Then see the rsize, wsize from your nfsmounts with
# nfsstat -m
With HP-UX 10.20 ist was 8192 for rsize and wsize. Since HP-UX 11.00 it is per default 32768.
So if you have 11.00 or above and a lot of timeouts in you statistics, then you should set the rsize and wsize parameter down to 8192.
Try this first.
HTH
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 12:54 AM
07-30-2003 12:54 AM
Re: NFS problems ! TimeOut.
you may also think of installing deviceid,
it saved me a couple of times.
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=DEVICEID
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 12:55 AM
07-30-2003 12:55 AM
Re: NFS problems ! TimeOut.
Hi Roland ,
What is the purpose of rsize & wsize ?
Eran .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 01:09 AM
07-30-2003 01:09 AM
Re: NFS problems ! TimeOut.
this are the packet size in bytes.
r=read
w=write
I have had the problem couple of weeks ago.
The nfs network traffic from one city to the other failed always with the same error message as yours. Or it taken a lot of time to transmit data from one to another system over the nfs link with very small files. These was all 11.00 and above. With the 10.20 systems there was no problem. After reducing the rsize and wsize to 8192 level it works.
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 01:14 AM
07-30-2003 01:14 AM
Re: NFS problems ! TimeOut.
I have this problem just with big files ~ 1G .
The copying proccess takes too much time and after a while the copying process is aborted .
Eran.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 01:18 AM
07-30-2003 01:18 AM
Re: NFS problems ! TimeOut.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 01:24 AM
07-30-2003 01:24 AM
Re: NFS problems ! TimeOut.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 01:41 AM
07-30-2003 01:41 AM
Re: NFS problems ! TimeOut.
I think we need more info from your system.
( C=Client, S=Server)
What OS do you have? (C + S)
What NFS version do you use?
# rpcinfo -u
# rpcinfo -u
Give us your nfs statistics (C + S)
# nfsstat -cnrs
Give us your statistics for every mounted file system (only from C)
# nfsstat -m
How looks your /etc/rc.config.d/nfsconf ?
Have you installed the latest ONC/NFS General Release/Performance Patch?
10.20 PHNE_22288
11.00 PHNE_28567
11.11 PHNE_28568
( all require reboot)
How looks your /etc/fstab ( only the nfs mounts) or your manually mount command?
Have you tested with decreased rsize wsize?
Roland
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2003 02:14 AM
07-30-2003 02:14 AM
Re: NFS problems ! TimeOut.
I found also this Document: NETUXKBRC00006283
in the Technical Knowledge Base
Thera are a lot of hints to your problem.
Roland