Linux Xen High Availability Clusters Configuration Tutorial
Xen is one of the leading Virtualization software. You can use Xen virtualization to implement HA clusters. However, there are few issues you must be aware of while handling failures in a high-availability environment. This article explains configuration options using Xen:
The idea of using virtual machines to build high available clusters is not new. Some software companies claim that virtualization is the answer to your HA problems, off course that's not true. Yes, you can reduce downtime by migrating virtual machines to another physical machine for maintenance purposes or when you think hardware is about to fail, but if an application crashes you still need to make sure another application instance takes over the service. And by the time your hardware fails, it's usually already too late to initiate the migration.
So, for each and every application you still need to look at whether you want to have it constantly available, if you can afford the application to be down for some time, or if your users won't mind having to relogin when one server fails.
=> Using Xen for High Availability Clusters [onlamp.com]
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Load Balancer Open Source Software
- Oracle and Linux Global File System with Oracle RAC (Real Application Clusters) software
- A great Zend Framework PHP Tutorial (PDF version)
- Book review: MySQL Administrator’s Guide and Language Reference
- Tutorial: Linux MPI Parallel Clusters Programming
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: application instance, availability clusters, configuration options, high availability, hypervisor virtualization, Linux Virtualization, open source virtualization, virtual machines, virtual private server, virtualization software, xensource, zen virtualization



Xen/HA is indeed an interesting combo.
One thing that has to be taken into account though is the filesystem performance - if the disk device is not directly passed up to Xen the performance will suffer - I saw tests with 5-10% decrease.
Another issue is memory consumption - some megabytes are still required for the Dom0.
So unfortunately some cases may require using pure HA only (for the services), without Xen.