| 5 | | * |
| 6 | | * |
| | 9 | * Quick Install Xen |
| | 10 | {{ |
| | 11 | $ sudo apt-get install gcc make gawk build-essential python-dev libncurses-dev libssl-dev gettext xorg-dev iproute bridge-utils mercurial |
| | 12 | $ make prep-kernels |
| | 13 | $ make dist && make install |
| | 14 | $ depmod 2.6.18.8-xen |
| | 15 | $ mkinitramfs -o /boot/initrd.img-2.6.18.8-xen 2.6.18.8-xen |
| | 16 | $ update-grub |
| | 17 | $ vim /etc/xen/xend-config.sxp |
| | 18 | (xend-relocation-server yes) |
| | 19 | (xend-relocation-port 8002) |
| | 20 | (xend-relocation-hosts-allow 'host*') |
| | 21 | }} |
| | 22 | * Install fllowing Tools for OpenNEbula |
| | 23 | {{ |
| | 24 | $ sudo aptitude install ruby sqlite3 libsqlite3-0 libsqlite3-dev libsqlite3-ruby libxmlrpc-c3 libxmlrpc-c3-dev scons |
| | 25 | }} |
| | 26 | |
| | 27 | [[BR]] |
| | 28 | == Installation == |
| | 29 | * |