Changes between Version 9 and Version 10 of GTD_Cloud_One


Ignore:
Timestamp:
Mar 17, 2009, 10:04:28 AM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GTD_Cloud_One

    v9 v10  
    22= XEN VM placement engine - OpenNEbula =
    33== 1. Requirement ==
    4  * Our OS is Debian lenny
    5    * Xen Installation
     4 1.1 '''''__Xen installation__'''''
     5   * [wiki:Xen_Installation Install from deb]
     6   * [wiki:Servers/virt_machines/kernel Install from source]
     7 1.2 '''''__Required Package Installatiom__'''''
    68{{{
    7 $ sudo aptitude install xen-linux-system-2.6.26-1-xen-amd64 xen-tools
     9$ sudo aptitude install ruby sqlite3 libsqlite3-0 libsqlite3-dev libsqlite3-ruby \
     10libxmlrpc-c3 libxmlrpc-c3-dev scons g++ flex bison
    811}}}
    9    * Package Installatiom
    10 {{{
    11 $ sudo aptitude install ruby sqlite3 libsqlite3-dev libsqlite3-ruby libxmlrpc-c3 libxmlrpc-c3-dev \
    12  scons g++ flex bison
    13 }}}
    14      * Package information
     12     * Package information:
    1513        * ruby: An interpreter of object-oriented scripting language Ruby
    1614        * sqlite3: A command line interface for SQLite 3
     
    2018        * bison: A parser generator that is compatible with YACC
    2119
    22 == 1. Install OpenNEbula ==
    23   * We use 1.2 beta version [http://www.opennebula.org/doku.php?id=software OpenNEbula download]
     20[[BR]]
     21== 2. OpenNEbula Installation ==
     22  2.1 '''''__[http://www.opennebula.org/doku.php?id=software OpenNEbula download]__'''''
    2423{{{
    25 $ tar zxvf one-1.1.80.tar.gz
    26 $ cd one-1.1.80
     24$ tar zxvf one-1.2.0.tar.gz
     25$ cd one-1.2.0
    2726$ scons
    28 $ ./install.sh /home/one
     27$ sudo mkdir /home/one
     28$ sudo ./install.sh -d /home/one
    2929}}}
    30  * Verifting the installation
     30 2.2 '''''__Verification__'''''
    3131{{{
    3232$ ls /home/one
    33 bin  etc  include  lib  libexec  share  var
     33bin  etc  include  lib  share  var
    3434}}}
    3535
    36 == 2. Using OpenNEbula ==
    37  * Setup Envoronment
     36[[BR]]
     37== 3. OpenNEbula Usage ==
     38 * Environment Setup
    3839{{{
    3940$ sudo vim /etc/profile
     
    5455}}}
    5556
    56 == 3. Massively Deployment of Cluster ==
     57== 4. Massively Deployment of Cluster ==
    5758 * Refer to https://trac.nchc.org.tw/grid/wiki/jazz/DRBL_Xen
    5859
    59 == 4. Using OpenNEbula to submit VM ==
     60== 5. Using OpenNEbula to submit VM ==
    6061 * Create Image (We using xen-tools)
    6162{{{