- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: configuring rsync daemon
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
11-08-2005 09:34 PM
11-08-2005 09:34 PM
configuring rsync daemon
I've installed rsync in order to synchronize data between to b2600 machines.
There are two possibilities to use rsync, as you know:
1) via secure shell (single colon :) - i would choose this option if i knew where to get an appropriate version of secure shell from (the one available at software.hp.com somehow doesn't suite the b2600 machine)
2) via direct contacting rsync daemon (double colon ::). however in order to do this, i need to have it configured.
Anybody know the simpliest solution?
Thx in advance,
Maciek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 09:40 PM
11-08-2005 09:40 PM
Re: configuring rsync daemon
I should work through SSH
You can download the versions from
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
or do you have HPUX 10.20 on your B2600?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 09:52 PM
11-08-2005 09:52 PM
Re: configuring rsync daemon
I've got HPUX 11.0.
Does it change anything?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 09:53 PM
11-08-2005 09:53 PM
Re: configuring rsync daemon
https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=T1471AA
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 10:45 PM
11-08-2005 10:45 PM
Re: configuring rsync daemon
i do something like this:
$ rsync -t * remotehost:remotedir
and it says
error in rsync protocol data stream.
now, what's this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 10:52 PM
11-08-2005 10:52 PM
Re: configuring rsync daemon
remshd: login incorrect.
what to do in this case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 10:56 PM
11-08-2005 10:56 PM
Re: configuring rsync daemon
Just create .rhosts file in remote machine's root user HOME Directory. It will work.
Login as root,
cat > $HOME/.rhosts
+ +
# chmod 400 $HOME/.rhosts
Try now. It will work.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 11:43 PM
11-08-2005 11:43 PM
Re: configuring rsync daemon
the file looks like this
172.23.56.56 username
it's placed in remote file system, access rights are set to 400.
however the connection is still being refused.
do i have to use rsync as root only? if not, am i to create .rhosts file for the user that uses rsync?
help me i'm in hell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 01:21 AM
11-09-2005 01:21 AM
Re: configuring rsync daemon
BTW - you can also use rdist for what you want as well...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 01:58 AM
11-09-2005 01:58 AM
Re: configuring rsync daemon
with your help i've managed to solve the problem.
regards,
maciek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 01:26 AM
11-14-2005 01:26 AM
Re: configuring rsync daemon
rsync -e ssh -rav
for userauth use then ssh key's or the .shosts file.
hth
patrick marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2005 03:43 AM
11-14-2005 03:43 AM