Tag Archives: virtualization

Create a Xen Virtual Machine

This tutorial shows how to create a VM (virtual machine) on Xen and install CentOS 6.0. 1. Prepare Virtual Disk Image Xen supports to run VM on physical device or virtual disk image. Here I am going to use virtual … Continue reading

Posted in Cloud Computing | Tagged , | Leave a comment

Install a Windows Guest with SPICE

There are many choices for desktop virtualization (sometimes called desktop cloud): ICA – Citrix XenDesktop supports it PCoIP – VMWare View supports it RDP – Microsoft supports it SPICE – Red Hat (RHEV) supports it … … The last one, … Continue reading

Posted in Cloud Computing | Tagged , , , | 1 Comment

Using KVM and libvirt for Virtualization on Ubuntu 10.10

The version of libvirt in Ubuntu 10.10 repository is 0.8.3, it has some known stability issues which are not acceptable for production use. So I have to install a newer libvirt from compiling source. Since the version of qemu in … Continue reading

Posted in Cloud Computing | Tagged , , , | Leave a comment