- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rsync / ssh
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-02-2005 08:48 AM
06-02-2005 08:48 AM
rsync / ssh
I use rsync with ssh to keep files updated on my standby server. been doing this for a couple years with no problems. The last week or so I noticed that it starts out moving data at the rate of 120kb and then it drops to 10-12 bytes. (not kb but bytes) I can use sftp to jam data thry to the standserver and it will run at full speed for ever.
I tried using the same rsync commands from the command line and it also get stuck.
SOme times it will move 200MB and other times 2-3GB before rsync locks.
I find no message is syslog it just stops doing any thing and hangs up.
I think my brain is starting to freeze up on this. Can you point me in a direction to start looking for a cause.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 09:01 AM
06-02-2005 09:01 AM
Re: rsync / ssh
How is the ping/telnet response when this happens??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 10:12 AM
06-02-2005 10:12 AM
Re: rsync / ssh
I don't know anything about rsynch, but the configuration of that tool or patching is where I'd look first.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 12:40 PM
06-02-2005 12:40 PM
Re: rsync / ssh
Assuming your ssh and rsync syntax hasn't changed any, look at ~/.ssh/ssh_config or /opt/ssh/etc/sshd_config and ssh_config files to see recently modified. Maybe something there will help. Also check for any sshd errors in the syslog.log on the standby node.
post a reply and attach the ssh debug output if you need help looking through it.
are these nodes on the same subnet?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 03:08 PM
06-02-2005 03:08 PM
Re: rsync / ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:03 PM
06-03-2005 12:03 PM
Re: rsync / ssh
man rsync for details
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 11:15 AM
06-04-2005 11:15 AM
Re: rsync / ssh
I noticed something like this happening once when the number of files involved reached a critical point (but this was on another OS, and the number of files was up around the 400,000 mark). What size of data-set are you using? (both number of files and amount of data?). THere's a check-sum-block-size of which you might be able to tweak if it's the latter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 01:16 AM
06-07-2005 01:16 AM
Re: rsync / ssh
rsync -azv -e ssh /filepath/filenam.* hostname:/path/to/where/to/put/files/
bandwith is 125K (t1) different network/subnet.
After checking most of the thing you talked about her is what I found out.
root has the problem mostly.
been using the same command for a very long time.
Just found out yesterday that the network guy has been locking down the securty between here and the co-loaction. He is very good at what he does but some times he is too good. We want the trafaic to only go to the co-location and not back. He may have locked it down too tight.
He kind of has a tunnel in a tunnel in a tunnel and an automatic switch over if the connection fails so it may be having commucating back when using rsync.
sftp runs at full bandwidth for 4 hours with out missing a beat. rsync gets sucks intermintly. This only happens when I am pumping 80gb. The other normal rsynd for the database archives. 2-300 megs a day never fails.
for now I wait for Bob to tell me more about his security.
Thanks,
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 09:20 AM
06-21-2005 09:20 AM
Re: rsync / ssh
Nothing seamed to make any difference or shined light on the cause.
Now I can't make it not work.
It had to be some thing happening on the network that was out of my control.
I don't like it when a plan comes together and starts working when the was no plan to start with.
I'll kist set this one aside and see what happens.
Thanks,
Marty