Changes between Version 57 and Version 58 of WikiStart


Ignore:
Timestamp:
10/05/11 00:06:15 (13 years ago)
Author:
lvpeng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v57 v58  
    55These limitations are efficiently overcome by virtualization: all applications now run on a virtual machine (VM). Thus, whole-system replication can easily and efficiently be implemented -- a copy of the whole VM is continuously checkpointed and saved on a backup machine. As VMs are totally hardware-independent, the cost is much lower compared to the hardware expenses in traditional high availability 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, providing increased flexibility and improved performance.
    66
    7 The Resilire project is developing techniques and mechanisms for high availability through VM migration, from solo VMs to multiple VMs running on different physical hosts, interconnected by a virtual network (i.e., virtual distributed environments or VDEs). The effort is based on Xen 3.4 VMM, but is portable to more recent releases of Xen and other VMMs with full virtualization. The project's implementations do not require modifications to applications or guest OSes inside the VMs.
     7The [wiki:WikiStart Resilire] project is developing techniques and mechanisms for high availability through VM migration, from solo VMs to multiple VMs running on different physical hosts, interconnected by a virtual network (i.e., virtual distributed environments or VDEs). The effort is based on Xen 3.4 VMM, but is portable to more recent releases of Xen and other VMMs with full virtualization. The project's implementations do not require modifications to applications or guest OSes inside the VMs.
    88
    99''[wiki:teammember Resilire Team]''
    1010
    11 == Resilire in progress ==
     11== [wiki:WikiStart Resilire] in progress ==
    1212
    1313 * [wiki:VDEchp VDEchp] -- Globally Consistent Checkpointing for Virtual Distributed Environments
     
    1515 * [wiki:LLM LLM] -- Lightweight Live Migration
    1616
    17 == Using Resilire ==
     17== Using [wiki:WikiStart Resilire] ==
    1818 ''Prerequisites:''
    1919 * [http://www.centos.org/modules/tinycontent/index.php?id=15 Install the linux kernel] (CentOS, but other OSes are also fine)
     
    2121 * [http://nss.cs.ubc.ca/remus/index.html#download Install Remus for sub-projects LLM and FGBI] (skip this for only trying VDEchp) [[BR]]
    2222
    23  ''Start Using Resilire:''
     23 ''Start Using [wiki:WikiStart Resilire]:''
    2424 * [wiki:Source Check out source code]
    2525 * [wiki:Patch Download patch]