- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rsync and large file support.
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-07-2002 10:29 AM
08-07-2002 10:29 AM
rsync and large file support.
rsync 2.5.5 as well as the older versions support large files (>2 gigs)..
For the life of me I cant get large file support to work in rsync. Rsync reports that largefile support is compiled in, but yet wont copy files over 2 gigs.
Any ideas? I think I have recompiled rsync now atleast a 100 times trying different compiler options.. lol
rsync version 2.5.6cvs protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
no IPv6, 32-bit system inums, 64-bit internal inums
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 10:36 AM
08-07-2002 10:36 AM
Re: rsync and large file support.
What OS to what OS are you using? And if HPux, do you have largefiles turned on?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 10:39 AM
08-07-2002 10:39 AM
Re: rsync and large file support.
HP/UX 11.0 ..
The filesystems I am copying too and from, have largefile support and are mounted with the -o largefiles options.
Is that what you mean by largefile support turned on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 10:39 AM
08-07-2002 10:39 AM
Re: rsync and large file support.
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/rsync-2.5.5/
although not 2.5.6?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 10:43 AM
08-07-2002 10:43 AM
Re: rsync and large file support.
Try the precompiled version.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 10:53 AM
08-07-2002 10:53 AM
Re: rsync and large file support.
It failed just like my compiled versions have done. I have a ton of hp/ux 11.0 boxes and none of them seem to be able to do this properly :(
Here is a 2.5 gig file test with the rsync link you provided.. btw it's the same error 2.5.6cvs gives.
aurora:/premdordev/MP5.BCV # rsync --progress -arvv IN.PAST.HIST.COPY aurora.premdor.com:/premdordev/IN.PAST.HIST.COPY
opening connection using remsh aurora.premdor.com rsync --server -vvlogDtpr . /premdordev/IN.PAST.HIST.COPY
building file list ...
expand file_list to 4000 bytes, did move
1 file to consider
IN.PAST.HIST.COPY
rsync: error writing 32768 unbuffered bytes - exiting: Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(463
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 02:32 PM
08-07-2002 02:32 PM
Re: rsync and large file support.
rsync: error writing 32768 unbuffered bytes - exiting: Broken pipe
It looks like it's keeping count of "blocks" with a 2 byte integer.
Up the SIZE of the blocks per second?
--bwlimit=KBPS
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 04:38 PM
11-18-2002 04:38 PM
Re: rsync and large file support.
You just need to compile it 64bit. I just used the DA2.0w CFLAGS option.
export CLFAGS="-Ae +O4 +Onolimit +DS2.0 +DA2.0w"
That is it.