Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

synchronize filesystems between Unix servers

Status
Not open for further replies.

holdahl

IS-IT--Management
Apr 4, 2006
213
NO
We have 4 Aix machines at my workplace.
I want to set up a file system on all of them, use the first one as main machine and then use something like rsync or rdist to synchronize the 3 other machines at certain times of the day.

Is it best to use rsync or rdist for this kind of task?

Any suggestions?


sH
 
They both have the same capabilities, but I think rsync may be better as there are pre-compiled packages available from IBM / Bull / UCLA.
Been using rsync for years for certain low budget DRP sites & there has never been any issue.



"If you always do what you've always done, you will always be where you've always been."
 
the big difference between
rdist and rsync is the incredibly cunning synchronisation algorithm used by
rsync. Essentially, it just sends diffs, when it can, rather than whole
files, and pipelines transfers so it works efficiently even on high-latency
links. As far as I know, rdist always sends whole files.

IMHO, if you have a choice, use rsync.

I found a very old document on the net i don't know if its useful for you


Regards,
Khalid
 
If your on AIX 5.2 you could use cifs then no syncing needed If not you could (but I wouldn't) use NFS.

Mike

"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant."

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top