- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NFS across a WAN - moving files is slow
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
12-05-2006 07:11 AM
12-05-2006 07:11 AM
NFS across a WAN - moving files is slow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2006 04:47 PM
12-05-2006 04:47 PM
Re: NFS across a WAN - moving files is slow
In any case, use 'ls -f' to do an un-sorted listing, or use 'find . -name ""'.
One of the reasons why 'ls' will take a long to list the files in a given directory is that it tries to 'sort' the contents into a nice order, thus needs to know *EVERY* filename in that directory.
Unf.. ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 01:00 AM
12-06-2006 01:00 AM
Re: NFS across a WAN - moving files is slow
The destination server could copy that list over, read it, move only those 50 files, then delete the list. When the source server finds the list missing--and the files on it, it could generate another list.
Alternately, you could incorporate a queue directory on the source server. Whenever the server finds less than 50 files in the active directory it would move a few more over from the queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 05:24 AM
12-06-2006 05:24 AM
Re: NFS across a WAN - moving files is slow
What is the speed of the WAN link ?
Are you using udp or tcp mounts for nfs ?
Do ftp copies run much faster ?
Have you actually established a base line operating norm for this link specifically for nfs ? i.e. what should your realistic expectations be in terms of throughput ?
Have you tried tunning the mount point by increasing timeout and retry values and/or lowering read and write buffer sizes ?
I suspect that if you can't get the ls results to work, you more than likely won't get the copies to work either so, you'd be best off trying to find get more information about the underlying cause.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 05:39 AM
12-06-2006 05:39 AM