Hi,
I'm looking to setup an active passive LAMP cluster on RHEL 4. These servers will be virtualised on either VMware, or kvm very shortly.
The want is to be able to run any updates (app, d/b, patches) on one box only, and these changes would automatically replicated to the passive standby.
Assuming I could get all app code, (or even database as well) onto their own disk (block device), I've read that I could use
http://www.drbd.org/
Maybe it's better to use native MySQL replication, Puppet for o/s patches, and just leave DRBD for app code update replication?
Any thoughts or feelings on this idea would be appreciated.