- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RSYNC ERROR
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
09-07-2006 11:11 PM
09-07-2006 11:11 PM
RSYNC ERROR
i have the following error when using rsync between two servers , note that rsync function properly on the same server (locally).
rsync -av /tmp/toto /scxdpap2:tmp/toto
password:
sh:rsync: not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error : error in rsync protocol data stream (code12) at io.c (463) [sender=2.6.8]
note that rlogin work properly
thank's in advance for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 11:19 PM
09-07-2006 11:19 PM
Re: RSYNC ERROR
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 11:35 PM
09-07-2006 11:35 PM
Re: RSYNC ERROR
note that the ping is working properly ,
but an other remark is :
that for exemple when i put this command locally it works well , but when i also i put it locally but in this time specifying the name of the server , it gives me the same error ,
rsync -av /tmp/toto scxdpap1:tmp/toto
note that scxdpap1 is the local server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 02:46 AM
09-08-2006 02:46 AM
Re: RSYNC ERROR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 05:13 AM
09-08-2006 05:13 AM
Re: RSYNC ERROR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 05:22 AM
09-08-2006 05:22 AM
Re: RSYNC ERROR
key:
sh:rsync: not found
whereis rsync
find /usr /opt -name rsync
Probably your PATH variable is not correct.
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
09-10-2006 10:11 PM
09-10-2006 10:11 PM
Re: RSYNC ERROR
i tried to put the ip address but did not solve the problem ,
also i tried to put the path in the command but also not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 10:15 PM
10-10-2006 10:15 PM
Re: RSYNC ERROR
I have had the same problem.
try with ssh
rsync -av --rsync path=/usr/local/bin/rsync /tmp/toto /scxdpap2:tmp/toto
or with rsh
rsync -av --rsh=remsh /tmp/toto /scxdpap2:tmp/toto
I hope it´s not too late.
Regards Lutz