close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Mar 17, 2009, 2:37:58 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
2 | 2 | = XEN VM placement engine - OpenNEbula = |
3 | 3 | == 1. Requirement == |
4 | | 1.1 '''''__Xen installation__''''' |
| 4 | * '''''__1.1 Xen installation__''''' |
5 | 5 | * [wiki:Xen_Installation Install from deb] |
6 | 6 | * [wiki:Servers/virt_machines/kernel Install from source] |
7 | | 1.2 '''''__Required Package Installatiom__''''' |
| 7 | * '''''__1.2 Required Package Installatiom__''''' |
8 | 8 | {{{ |
9 | 9 | $ sudo aptitude install ruby sqlite3 libsqlite3-0 libsqlite3-dev libsqlite3-ruby \ |
… |
… |
|
20 | 20 | [[BR]] |
21 | 21 | == 2. OpenNEbula Installation == |
22 | | 2.1 '''''__[http://www.opennebula.org/doku.php?id=software OpenNEbula download]__''''' |
| 22 | * '''''__[http://www.opennebula.org/doku.php?id=software 2.1 OpenNEbula download]__''''' |
23 | 23 | {{{ |
24 | 24 | $ tar zxvf one-1.2.0.tar.gz |
… |
… |
|
28 | 28 | $ sudo ./install.sh -d /home/one |
29 | 29 | }}} |
30 | | 2.2 '''''__Verification__''''' |
| 30 | * '''''__2.2 Verification__''''' |
31 | 31 | {{{ |
32 | 32 | $ ls /home/one |
33 | 33 | bin etc include lib share var |
34 | 34 | }}} |
35 | | * [[Image(content.png)]] [[Image(system.png)]] |
| 35 | * [[Image(content.png)]] & [[Image(system.png)]] |
36 | 36 | |
37 | 37 | [[BR]] |
38 | 38 | == 3. OpenNEbula Usage == |
39 | | 3.1 '''''__Environment Setup__''''' |
| 39 | * '''''__3.1 Environment Setup__''''' |
40 | 40 | {{{ |
41 | 41 | $ sudo vim /etc/profile |
… |
… |
|
44 | 44 | export PATH=$ONE_LOCATION/bin:$PATH |
45 | 45 | }}} |
46 | | 3.2 '''''__OpenNEbula Startup__''''' |
| 46 | * '''''__3.2 OpenNEbula Startup__''''' |
47 | 47 | {{{ |
48 | 48 | $ sudo ONE_LOCATION/bin/one start |