- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Poor NFS write speeds
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
08-16-2002 10:07 AM
08-16-2002 10:07 AM
Help?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:24 AM
08-16-2002 10:24 AM
Re: Poor NFS write speeds
If you compare NFS and rcp, then obviously 'rcp' will be faster. NFS is considered as the *slowest* among all file transaction methods (ftp, rcp, cpio, NFS ..etc).
What you can do is to compare NFS with NFS. Check other systems and it's settings. Check for any speed difference and then make the changes. The first thing I would do is to apply all latest patches to the system. Then the network traffic, concurrent processes, resource usage with Galnce etc.
gl,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 10:24 AM
08-16-2002 10:24 AM
SolutionBefore you do anything else, ftp a file in both directions. FTP has the least overhead so that we can see the network transfer speed. It should be at least 3MB/s or so or you have a badly configured NIC, switch port, or a lousy cable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 11:01 AM
08-16-2002 11:01 AM
Re: Poor NFS write speeds
It is true that the K460 net connection may not be 100%: netperf clocks it at about 60 Megabits per second, while Pentium Linux to Pentium Linux comes in at over 90.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 11:25 AM
08-16-2002 11:25 AM
Re: Poor NFS write speeds
Another thing to check is to make sure that both your card and your switch are hard set at 100FD. Do not use auto-negotiate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 01:58 PM
08-16-2002 01:58 PM
Re: Poor NFS write speeds
An FTP of a file from the Athlon to the K460 or vice versa runs at more than 5 Mbytes/sec. A 'cp' of that 55 MByte file I mentioned takes about 20 seconds to a file system NFS mounted from the Pentium 150, as compared to 90 seconds as I said before for the same file copied to a file system NFS mounted from the K460; the Athlon was the NFS client in both cases. Whatever the problem is, I can't find evidence that it is affecting any part of our networking other than NFS writes to the K460.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 02:12 PM
08-16-2002 02:12 PM
Re: Poor NFS write speeds
One other thing that can help NFS performance is buffer cache; normally on 10.20 I run fixed buffer cache with bufpages set to 80000 (320MB) but heavy-duty NFS servers benefit from a larger buffer cache of maybe 800MB (if you have enough memory for this). You do not want to run large buffer caches with dynamic buffer cache on 10.20.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2002 01:49 PM
08-18-2002 01:49 PM
Re: Poor NFS write speeds
Client rpc:
calls badcalls retrans badxid timeout wait newcred
22522710 8 746 0 737 0 0
And for good measure, the output of 'nfsstat -rs':
Server rpc:
calls badcalls nullrecv badlen xdrcall nfsdrun
52217256 0 9238408 0 0 52217256
If there's anything wrong there, I'd like to know, but I think it looks fine. The system in question has 512 MB RAM. The kernel is using the default settings for caches (I think; at least I haven't changed them): dynamic buffer caches with dbc_max_pct set to 50 and db_min_pct set to 5. The NFS Tuning doc recommends setting default_disk_ir to 1 if your system is protected by UPS (ours is); it is presently zero on my server. Might that help?
Admin note: the summary list for this group now shows that I've stated someone's posting solved this problem, which it hasn't. Obviously I did something wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2002 02:18 PM
08-18-2002 02:18 PM
Re: Poor NFS write speeds
This is discussed in the points documentation, by the way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2002 07:30 PM
08-18-2002 07:30 PM
Re: Poor NFS write speeds
Thanks to everyone who took the time to read & respond.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2002 09:44 AM
08-19-2002 09:44 AM
Re: Poor NFS write speeds
also, with the nfsv3 stuff, you might want to make sure your client is doing mostly cached writes - that setting default_disc_ir to 1 helped for v3 may imply that the client was not doing cached writes, or perhaps the client was not actually doing v3?
with v2, if you are willing to live with the window of having default_disc_ir 1, you may also consider async mounts - you would set that in the exports file.
bummer about having to use the HP-PB NIC though - the HSC NIC is able to support 100BT link-rate...