Re: Data Replication

2003-10-07 Thread Jeff Banks
Chris Purcell <[EMAIL PROTECTED]> wrote: > We don't know Oracle here and its way too expensive. Its not > possible at this time to migrate to any other databases. All we > need is a piece of data replication software that will mirror a > partition across a network. Here ar

Re: Data Replication

2003-10-02 Thread Chris Purcell
I can't do that because it needs to run 24/7. I'm using rsync right now to copy the partition to the backup server once a day at 3am, but this is only a temporary solution until I can get some good data replication software installed. Any files that were open when rsync made the copy

Re: Data Replication

2003-10-02 Thread Michael Gargiullo
On Thu, 2003-10-02 at 11:15, Chris Purcell wrote: > We don't know Oracle here and its way too expensive. Its not possible at > this time to migrate to any other databases. All we need is a piece of > data replication software that will mirror a partition across a network. > He

RE: Data Replication

2003-10-02 Thread Nick Kishfy
Have you looked at Unison? I use it on my production env. http://www.cis.upenn.edu/~bcpierce/unison/ -Nick -Original Message- From: Campbell, Michael (Contractor) [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 11:53 AM To: [EMAIL PROTECTED] Subject: RE: Data Replication

RE: Data Replication

2003-10-02 Thread Campbell, Michael (Contractor)
ORacle Replication is really good ... I use it in my evironment.. I am on a Solaris platform -Original Message- From: Thomas Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: Re: Data Replication Chris Purcell wrote: >Can any

Re: Data Replication

2003-10-02 Thread Thomas Smith
Chris Purcell wrote: Can anyone recommend some good data replication software? I want to replicate an entire partition across a network in real time, so that if a server fails, we can switch over to the backup without losing any data. I basically want an entire partition mirrored across the

Re: Data Replication

2003-10-02 Thread Chris Purcell
We don't know Oracle here and its way too expensive. Its not possible at this time to migrate to any other databases. All we need is a piece of data replication software that will mirror a partition across a network. Here are some links I found in Google that might work

Re: Data Replication

2003-10-01 Thread Chris Purcell
I thought about using rsync, but its not going to work because of the databases that we're running on that partition. We used Steeleye's LifeKeeper in the past, and it works for the most part, but its very buggy and we're looking to get rid of it. I'm looking for software that is similar to LifeK

Data Replication

2003-10-01 Thread Chris Purcell
Can anyone recommend some good data replication software? I want to replicate an entire partition across a network in real time, so that if a server fails, we can switch over to the backup without losing any data. I basically want an entire partition mirrored across the network on another server

Data Replication

2003-09-15 Thread redhat
Can anyone recommend some good data replication software that they've used before? I want to set up two or three Linux servers in a failover solution. We're going to use RHAS Clustering with shared storage, but we'd like to have a backup in case the shared storage ever goes