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]
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop




![VMWare: List all running Virtual Machines [ VMs ] / VPS From a Shell Prompt](http://s13.cyberciti.org/images/shared/rp/3/19.jpg)








{ 2 comments… read them below or add one }
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.
Thanks for posting the article(Using Xen for High Availability Clusters).I read and also listened to it.
There are good examples and scripts in that article as well which are useful.
Xen is fairly new to me and although I have set up few xen guests on our servers I do not quite understand the networking part of it!
So I am looking to find more articles like this on the net….
thanks a lot!