On 4/14/05, Gary Mansell <Gary.Mansell@ricardo.com> wrote: > Hi, > > I am considering whether to go down the path of a dual server, manual > failover solution for one of my RHEL fileservers. > > I would have two identical servers in two different machine rooms on our > site and if the main server failed then I would manually reconfigure the > secondary server with the primary server's IP address so that the client > machines can carry on working. > > Can anyone recommend to me what I need to do to mirror the data across > the two servers so that updates to the primary server are also made to > the secondary server > > Thanks in advance for any help > > Regards > > Gary Mansell If you need ordered writes (as a database would), the only solution I'm sure works is DRBD. I then MD layered above NBD can also be used, but I'm not positive it supports ordered writes. If you choose DRBD, then Linux-HA (heartbeat) can be added to the mix to get rid of the manual failover aspect. SLES (SuSE Linux Enterprise Server) comes with both of these and Novell's support. Or all of the above are GPL and you can use yourself and the community for support. HTH Greg _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/