Changes between Version 9 and Version 10 of Xen_Installation


Ignore:
Timestamp:
Apr 17, 2008, 5:08:20 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Installation

    v9 v10  
    22[[BR]]
    33== Installation ==
    4 
     4=== Install from Debian package (the latest version -> Xen-3.0.3) ===
    55 * Our OS is Debian etch, we use deb package to install Xen
    66{{{
     
    1111(reboot system and choose xen-enable kernel)
    1212}}}
     13=== Install form Xen source (the latest version -> Xen-3.2.0, OpenNebula just spuuort Xen-3.1 later) ===
     14 * Install requirement package
     15{{{
     16$ aptitude install mercurial iproute bridge-utils python-twisted gcc binutils make zlib1g-dev python-dev transfig bzip2 screen ssh debootstrap libcurl3-dev libncurses5-dev x-dev libsdl1.2-dev  bin86 bcc python-pam patch latex-make qemu qemu-launcher qemuctl graphviz graphviz-dev lvm2 libvncserver-dev libjpeg62-dev libjpeg62 gettext python-xml gawk pciutils pciutils-dev libc6.xen
     17}}}
     18 * Install Xen-3.2.0
     19{{{
     20$ wget http://bits.xensource.com/oss-xen/release/3.2.0/xen-3.2.0.tar.gz
     21$ wget http://bits.xensource.com/oss-xen/release/3.2.0/linux-2.6.18-xen-3.2.0.tar.gz
     22$ mkdir ~/xen
     23$ tar zxvf xen-3.2.0.tar.gz -C ~/xen/ && tar zxvf linux-2.6.18-xen-3.2.0.tar.gz -C ~/xen/
     24$ cd ~/xen/xen-3.2.0
     25$ hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg
     26$ make dist && make install
     27$ depmod 2.6.18-xen
     28$ mkinitramfs -o /boot/initrd.img-2.6.18-xen 2.6.18-xen
     29$ update-grub
     30}}}
     31== Check Xen ==
    1332 * Check our Xen system
    1433{{{