| 2 | [[BR]] |
| 3 | == Installation == |
| 4 | * Our OS is Debian etch, we use deb package to install Xen |
| 5 | {{{ |
| 6 | $ sudo aptitude install xen-linux-system-2.6.18-6-xen-686 |
| 7 | (you can refer to our installation log in attache file) |
| 8 | |
| 9 | $ sync ; sudo reboot |
| 10 | (reboot system and choose xen-enable kernel) |
| 11 | }}} |
| 12 | [[BR]] |
| 13 | * Check our Xen system |
| 14 | {{{ |
| 15 | $ uname -a |
| 16 | Linux one 2.6.18-6-xen-686 #1 SMP Sun Feb 10 22:43:13 UTC 2008 i686 GNU/Linux |
| 17 | }}} |
| 18 | [[BR]] |
| 19 | * Configure our Xen environment |
| 20 | {{{ |
| 21 | $ vim /etc/xen/xend-config.sxp |
| 22 | 71: network-script network-bridge |
| 23 | 87: #network-script netwok-dummy |
| 24 | |
| 25 | $ xend restart |
| 26 | $ xm list |
| 27 | }}} |