- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UNIX Data Replication
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-15-2006 07:09 AM
тАО08-15-2006 07:09 AM
UNIX Data Replication
I am looking for an inexpensive way to replicate mission critical data to a DR server 100's of kilometers away.
The budget to purchase something can not exceed $20,000, which rules out VVR and SRDF and we have already tested "rsync".
Can anyone suggest any other product? Does Openview Storage Media work on replicating UNIX data?
The servers are both RP8400 and both are connected to DMX frames.
Thanks in advance
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2006 07:24 AM
тАО08-15-2006 07:24 AM
Re: UNIX Data Replication
Rsync is smart about sending only changed portions of files so it is quite smart and saves bandwidth. If you have already written off rsync then essentially no other software solution is going to be significantly better.
You aren't going to like my idea but you have already narrowed the parameters to essentially one answer: FedEx Overnite with a box of tape(s).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2006 07:42 AM
тАО08-15-2006 07:42 AM
Re: UNIX Data Replication
If you are willing to pay for the bandwidth rsync via ssh will work just fine.
You budget is probably to small.
Mirror/ux does not work through low band witch connection.
If your data is Oracle Oracle Dataguard can replicate the oracle database nicely.
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
тАО08-16-2006 03:17 AM
тАО08-16-2006 03:17 AM
Re: UNIX Data Replication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2006 07:19 AM
тАО08-16-2006 07:19 AM
Re: UNIX Data Replication
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2006 07:40 AM
тАО08-16-2006 07:40 AM
Re: UNIX Data Replication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2006 10:04 AM
тАО08-16-2006 10:04 AM
Re: UNIX Data Replication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2006 12:56 AM
тАО08-17-2006 12:56 AM
Re: UNIX Data Replication
We are not using Oracle and the Database we do use (Progress) has it's own replicator tool.
We would just be replicating data.
We have not found anything wrong with "rsync". It seems to do everything we want and it seems pretty easy to use. Our management on the other hand is not convinced because "rsync" is free and they are worried we would not get quick and reliable support if something went wrong. That is why we are looking for a "cheap" alternative.
Thanks for all your suggestions so far.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2006 02:07 AM
тАО08-17-2006 02:07 AM
Re: UNIX Data Replication
One of the things that you have not made clear is latency. Are you willing to tremendously throttle down the primary site until confirmation is received that the secondary site has updated the data? Do you snapshot the primary system and then do your rsync (or rdist) against that snapshot so that data that are a few hours old is close enough --- as long as the snapshotted data are a self-consistent data set.
If rsync is a good technical solution for you (and note that rsync has been around a very long time and it is supported by samba.org) then my approach would be to devise a rigorous test plan --- rsync then either works or it doesn't. Each time rsync is updated or patched, you put it through this same test plan. Each time the OS is patched, ditto. Hopefully, you have sandboxes to test on. I would spend the $20K on sandboxes if you don't already have them. $20K will buy quite a bit of equipment on the used market. In any event, even if I bought commercial software to do exactly this same task, I would still have a test plan and put it through exactly the same procedure because the one question I never want to answer as anything but "yes" is "Will my DR Plan work?".