Changes between Version 9 and Version 10 of GTD_Cloud_One
- Timestamp:
- Mar 17, 2009, 10:04:28 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GTD_Cloud_One
v9 v10 2 2 = XEN VM placement engine - OpenNEbula = 3 3 == 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__''''' 6 8 {{{ 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 \ 10 libxmlrpc-c3 libxmlrpc-c3-dev scons g++ flex bison 8 11 }}} 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: 15 13 * ruby: An interpreter of object-oriented scripting language Ruby 16 14 * sqlite3: A command line interface for SQLite 3 … … 20 18 * bison: A parser generator that is compatible with YACC 21 19 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]__''''' 24 23 {{{ 25 $ tar zxvf one-1. 1.80.tar.gz26 $ cd one-1. 1.8024 $ tar zxvf one-1.2.0.tar.gz 25 $ cd one-1.2.0 27 26 $ scons 28 $ ./install.sh /home/one 27 $ sudo mkdir /home/one 28 $ sudo ./install.sh -d /home/one 29 29 }}} 30 * Verifting the installation30 2.2 '''''__Verification__''''' 31 31 {{{ 32 32 $ ls /home/one 33 bin etc include lib libexecshare var33 bin etc include lib share var 34 34 }}} 35 35 36 == 2. Using OpenNEbula == 37 * Setup Envoronment 36 [[BR]] 37 == 3. OpenNEbula Usage == 38 * Environment Setup 38 39 {{{ 39 40 $ sudo vim /etc/profile … … 54 55 }}} 55 56 56 == 3. Massively Deployment of Cluster ==57 == 4. Massively Deployment of Cluster == 57 58 * Refer to https://trac.nchc.org.tw/grid/wiki/jazz/DRBL_Xen 58 59 59 == 4. Using OpenNEbula to submit VM ==60 == 5. Using OpenNEbula to submit VM == 60 61 * Create Image (We using xen-tools) 61 62 {{{