Operating System - HP-UX
1753732 Members
4522 Online
108799 Solutions
New Discussion юеВ

Re: Where can I get RSYNC utility for HP Unix 11.23 ?

 
SOLVED
Go to solution
Yaboto
Super Advisor

Where can I get RSYNC utility for HP Unix 11.23 ?

Hi,


Please tell me where I can get a free download of the RSYNC utility for HP Unix 11.23 ?

Can I use RSYNC to fast update an Oracle Database from one server to another at a remote site as a substitute to Replication ?


Regards,
Berag
9 REPLIES 9
Avinash20
Honored Contributor
Solution

Re: Where can I get RSYNC utility for HP Unix 11.23 ?

http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/rsync-3.0.5/
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: Where can I get RSYNC utility for HP Unix 11.23 ?

"I have assigned points to 32 of 161 responses to my questions."

Please assign points to your thread.
A way of saying thanks to the answers
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
OldSchool
Honored Contributor

Re: Where can I get RSYNC utility for HP Unix 11.23 ?

well, if the database uses raw volumes, then no.

if your db is files on a filesystem, then maybe.....

you'd have to have both the source and destination DBs down for the duration of the sync, so "real time" isn't going to be an option, but if you can live with the downtime, and just need a daily snapshot, it might, just possibly work. No guarantees tho..

and how long it takes to sync would be dependent on the structure of the files and your change rates. I'd expect b-trees w/ lots of change activity to take a lot longer than say a heap table
Yaboto
Super Advisor

Re: Where can I get RSYNC utility for HP Unix 11.23 ?


Thanks very much for your replies.

Does anyone know of any alternative better than rsync ?

Thanks.

Berag
TTr
Honored Contributor

Re: Where can I get RSYNC utility for HP Unix 11.23 ?

It depends how often you want to "replicate" to the remote site. If you need almost live replication, any solution you consider is expensive, oracle replication (dataguard), storage based replication, storage snapshots and server (filesystem) snapshots.
OldSchool
Honored Contributor

Re: Where can I get RSYNC utility for HP Unix 11.23 ?

You need to consider:

How "remote" is the "remote" site?

What kind of link / bandwidth capacity is available to "remote" site?

And, how close to "real-time" does the replica have to be?

Give "fast" & "update" there probably isn't going to be a low-cost substitute for DataGuard
Yaboto
Super Advisor

Re: Where can I get RSYNC utility for HP Unix 11.23 ?

Hi,


Thanks for all your replies.

I want to be using rsync to backup to, to replicate to, to update to and to synchronize oracle databases and other types of data to a remote site.

What is the full command line with the full options ?


Regards,
Berag

Yaboto
Super Advisor

Re: Where can I get RSYNC utility for HP Unix 11.23 ?


After installing rsync, whenever I try running /usr/local/bin/rsync on any of my machines, it gives me :

# find / -name rsync
/usr/local/bin/rsync
/usr/local/doc/rsync
/var/adm/sw/products/rsync
# /usr/local/bin/rsync
/usr/lib/hpux32/dld.so: Unable to find library 'libpopt.so'.
Killed
#

Please help resolve this.
Tingli
Esteemed Contributor

Re: Where can I get RSYNC utility for HP Unix 11.23 ?

Maybe you need to install Run-time dependencies: gettext libiconv popt as the the download site mentioned. I believe you can find all of them in the same website.