close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libserf-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Apr 16, 2008, 4:32:31 PM (17 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
1 | 1 | = Xen Installation = |
| 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 | }}} |
2 | 28 | |
3 | 29 | [[BR]] |