Book Image

Xen Virtualization

By : Prabhakar Chaganti
Book Image

Xen Virtualization

By: Prabhakar Chaganti

Overview of this book

<p><br />Xen is an open-source paravirtualization technology that provides a platform for running multiple operating systems on one physical hardware resource, while providing close to native performance. Xen supports several operating systems&acirc;&euro;&rdquo;Linux, FreeBSD, Windows, and NetBSD. It enables you to easily test, deploy and run your software and services on multiple operating systems with resource isolation and great performance. It is also a terrific way to consolidate your servers, save hardware and maintenance costs, and minimize downtime. Xen is one of the most popular open source projects in the world and vendors like IBM, Sun, HP, RedHat and Novell are working on integrating Xen into their Linux servers.<br /><br />Xen was originally developed in 2003 at the <a href="http://www.cl.cam.ac.uk/research/srg/netos/xen/">University of Cambridge Computer Laboratory</a> and we now have both commercial and free versions of the Xen hypervisor. The commercial versions are built on top of the open-source version with additional enterprise features. In this book we explore and use the open-source version of Xen.<br /><br />This concise handbook is ideal for professionals who want a user-friendly reference beside them while they get working with Xen and virtualization. Its easy-to-navigate content offers bite-sized walkthroughs for a wide variety of common virtualization tasks using Xen. We use Fedora Core as the host operating system in this book. The book shows you how to add Xen support to it, leads you through the creation of guest domains running different operating systems and follows up by dissecting a range of common virtualization tasks.</p> <p>&nbsp;</p> <p>&nbsp;</p>
Table of Contents (14 chapters)

XenMan—Installing and Running


Console applications are not for everyone and some people prefer to click around in a GUI to perform tasks. In this section we are going to use XenMan, a graphical management application for Xen. It is an open-source application and provides a wide range of administrative capabilities.

Time for Action—Install and Run XenMan

XenMan is currently not available in Fedora's yum repositories. We will download it from the website (http://xenman.sourceforge.net/) and install it.

  1. 1. Download the rpm for Fedora Core from the project site: http://downloads.sourceforge.net/xenman/xenman-0.6-1.fedora.noarch.rpm?modtime=1168052247&big_mirror=0.

  2. 2. Use yum to install the following dependencies:

    • python-paramiko: A Python module that implements the SSH2 protocol for secure connections to remote machines.

    • gmp: Provides the GNU MP library for arbitrary precision arithmetic, signed integer operations, rational numbers, and floating point numbers...