Install XEN Dom0 on CentOS 6 from source

Tags: XEN   Virtualization  

This article assumes you have a clean install of CentOS and have root level access to the server. Note this was performed on a minimal install with no desktop.

Prereqs

To be able to perform a successful kernel build, you will need to install the following packages:

yum groupinstall “Development tools” “Compatibility libraries”

leon Published by 2013-09-11 11:42

Detail »

Xen分析【转载】

Tags: XEN   Linux  

第一章 总体结构

Xen是一个开源的虚拟化管理软件,用于将硬件虚拟化,呈现给上层系统一个和真实处理器一样的"软"处理器,也即虚拟机.可以创建的虚拟机个数理论上是无限的,因此,使用Xen能够很好的利用底层硬件的计算能力.例如,可以在一个硬件平台上同时运行多个操作系统,用户可以控制每个操作系统分配的资源,处理器时间等.下面是Xen总体结构的一个示意图:

leon Published by 2013-09-07 02:18

Detail »

centos 5.8 安装 xen4.0.0

Tags: XEN   Linux  

从官网下载到 xen-3.4.4.tar.gz ,解压缩后, 直接make ;

发生如下错误:

  1. select-repository: Searching `.:..' for linux-2.6.18-xen.hg
  2. select-repository: Ignoring `.'
  3. Unable to determine path to Linux source tree.
  4. Falling back to linux-2.6.18-xen Mercurial repository.
  5. Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg.
  6.  
  7. /bin/sh: line 8: hg: command not found

原因是没有安装mercurial, 用 yum  install mercurial  , 发现没有软件包可以使用,只能从源码来安装了。

leon Published by 2013-09-03 02:16

Detail »

Common problems when building XEN

Tags: XEN  

启动命令:/etc/xen/scripts/network-bridge start

查看状态  /etc/xen/scripts/network-bridge status

停止:/etc/xen/scripts/network-bridge stop

Author:leon

lyan Published by 2013-09-03 02:11

Detail »

Introduction to XEN

Tags: XEN   Virtualization  

作为秘籍,本文包含折腾Xen所必须了解,但是在一般能找到的教程里面都没提及的资料。这里不包含一些必须的步骤等,所以很可能你需要先浏览这些资料,并让浏览器同时开着这些页面随时查阅:

leon Published by 2013-08-16 03:02

Detail »