Changes between Version 42 and Version 43 of WikiStart
- Timestamp:
- 09/28/11 12:55:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v42 v43 1 = Welcome to HAVENProject =1 = Welcome to RESILIRE Project = 2 2 3 3 High availability (HA) refers to a system and associated service implementation that is continuously operational for a long period of time. With respect to the clients, an ideal system never stops working, which also means the system will always respond to the clients’ requests. Whole-system replication is a conventional way to increase the system availability: once the primary machine fails, the running applications will be taken over by the backup machine. However, there are several limitations that make this method unattractive for deployment: it needs specialized hardware and software, which are usually expensive. The final system also requires complex customized configurations, which makes it hard to manage efficiently. … … 5 5 As virtualization becomes more and more prevalent, we can overcome these limitations in the virtual world. All the applications are running in the VM, so now it’s possible to implement the whole-system replication in an easy and efficient way — by saving the copy of the whole VM running on the system. As VMs are totally hardware-independent, the cost is much lower compared to the hardware expenses in traditional HA solutions. Besides, virtualization technology can facilitate the management of multiple VMs on a single physical machine. With virtual machine monitors (VMM), the service applications are separated from physical machines, thus provides increased flexibility and improved performance. 6 6 7 HAVEN means "'''H'''igh '''A'''vailability in '''V'''irtualized '''E'''nvironment with '''N'''etwork". It consists of several finished and ongoing projects which aim on addressing the availability and reliability challenges in virtualized system. HAVEN focus on providing transparent and comprehensive high availability (HA) to solo and multiple virtual machines (VM) running on [http://xen.org/ The Xen Hypervisor]. Most projects under HAVEN are based on Xen 3.4 VMM but they can easily be ported to more recent releases of Xen. HAVEN does not require any modification to the application and operating system (guest OS) inside the VMs, therefore although HAVEN is developed based on Xen, the ideas in HAVENalso benefit other VMMs with full virtualization.7 RESILIRE consists of several finished and ongoing projects which aim on addressing the availability and reliability challenges in virtualized system. RESILIRE focus on providing transparent and comprehensive high availability (HA) to solo and multiple virtual machines (VM) running on [http://xen.org/ The Xen Hypervisor]. Most projects under RESILIRE are based on Xen 3.4 VMM but they can easily be ported to more recent releases of Xen. RESILIRE does not require any modification to the application and operating system (guest OS) inside the VMs, therefore although RESILIRE is developed based on Xen, the ideas in RESILIRE also benefit other VMMs with full virtualization. 8 8 9 9 ''[wiki:teammember HAVEN Team]''