Xen v2.0 Para x86

Xen is Copyright (c) 2002-2004, The Xen Team

University of Cambridge, UK

NEGACIÓN: Esta documentación está actualmente en constante desarrollo y como tal puede tener errores y omisiones -- por favor reporte cualquiera que usted encuentre a la lista del correo. Las contribuciones de material, de sugerencias y de correcciones son bienvenidas.

Contenido

Introducción

Xen es un paravirtualisacion virtual machine monitor (VMM)(por sus siglas en ingles), o `hypervisor', Para procesadores de arquitectura x86. Xen puede ejecutar multiples maquinas virtuales en un simple sistema fisico con desempeño cercano al sistema nativo. La tecnologia de maquina virtual facilita enterprise-grade funcionalidad, incluyendo:

Paravirtualizaciòn permite muy alto desempeño de virtualizaciòn, incluso en arquitecturas como la x86 que sean tradicionalmente dificiles de virtualisarce. La desventaja de este acercamiento es que requiere sistemas operativos donde Xen haya sido portado. Portar un OS para que funcione en Xen es similar a soportar una nueva plataforma de hardware, sin embargo el proceso se simplifica porque la arquitectura paravirtual de la máquina es muy similar al hardware nativo subyacente. Aunque los núcleos del sistema operativo deben apoyar explícitamente Xen, a key feature is that user space applications and libraries do not require modification.

Xen support is available for increasingly many operating systems: right now, Linux 2.4, Linux 2.6 and NetBSD are available for Xen 2.0. A FreeBSD port is undergoing testing and will be incorporated into the release soon. Other OS ports, including Plan 9, are in progress. We hope that that arch-xen patches will be incorporated into the mainstream releases of these operating systems in due course (as has already happened for NetBSD).

Los posibles escenarios de uso para Xen incluyen:

Kernel development.

Multiple OS configurations.

Server consolidation.

Cluster computing.

Hardware support for custom OSes.

Estructura de un sistema Xen-Base

Hardware Soportado

Historia

2. Installation

2.1 Prerequisitos

  1. 2.2 Installing from Binary Tarball
  2. 2.3 Installing from Source
  3. 2.4 Configuration
  4. 2.5 Booting Xen

3. Starting Additional Domains

  1. Creating a Domain Configuration File
  2. Booting the Domain
  3. Example: ttylinux
  4. Starting / Stopping Domains Automatically

4. Domain Management Tools

  1. Command-line Management
  2. Domain Save and Restore
  3. Live Migration
  4. Managing Domain Memory

5. Domain Filesystem Storage

  1. Exporting Physical Devices as VBDs
  2. Using File-backed VBDs
  3. 5.3 Using LVM-backed VBDs
  4. 5.4 Using NFS Root

User Reference Documentation

6. Control Software

  1. Xend (node control daemon)
  2. Xm (command line interface)
  3. Xensv (web control interface)

7. Domain Configuration

  1. Configuration Files
  2. Network Configuration
  3. Driver Domain Configuration
  4. Scheduler Configuration

8. Build, Boot and Debug options

  1. Xen Build Options
  2. Xen Boot Options
  3. XenLinux Boot Options

  4. Debugging

9. Further Support

  1. Other Documentation
  2. Online References
  3. Mailing Lists
    1. Installing Xen / XenLinux on Debian

    2. Installing Xen / XenLinux on Redhat or Fedora Core

    3. Glossary of Terms


CategorySoftware | CategoryBorrador

Manual_de_Usuario_de_XEN (last edited 2008-04-20 14:39:28 by localhost)