Changes between Version 1 and Version 2 of GTD_Cloud_One


Ignore:
Timestamp:
Dec 10, 2008, 11:21:29 AM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GTD_Cloud_One

    v1 v2  
    11[[PageOutline]]
    22= XEN VM placement engine - OpenNEbula =
    3 == 1. Install requirement packages ==
     3== 1. Requirement ==
    44 * Our OS is Ubuntu 8.10
     5   * Xen Installation
     6{{{
     7$ sudo aptitude install ubuntu-xen-desktop
     8}}}
     9   * Package Installatiom
    510{{{
    611$ sudo aptitude install ruby sqlite3 libsqlite3-dev libsqlite3-ruby libxmlrpc-c3 libxmlrpc-c3-dev scons g++ flex bison
     
    1419   * bison: A parser generator that is compatible with YACC
    1520
     21== 1. Install OpenNEbula ==
     22 * We use 1.2 beta version
     23{{{
     24$ tar zxvf one-1.1.80.tar.gz
     25$ cd one-1.1.80
     26$ scons
     27$ ./install.sh /home/one
     28}}}
     29 * Verifting the installation
     30{{{
     31$ ls /home/one
     32bin  etc  include  lib  libexec  share  var
     33}}}
     34
     35== Problen ==
     36 * Ubuntu 8.10 的kernel 2.6.27-9-server 目前只support DomU (no Dom0) 2008/12/10
    1637== Reference ==
    1738 * [http://www.opennebula.org/doku.php?id=start OpenNEbula]