Changes between Version 2 and Version 3 of Xen_Installation


Ignore:
Timestamp:
Apr 16, 2008, 4:32:31 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Installation

    v2 v3  
    11= 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
     16Linux 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
     2271:    network-script network-bridge
     2387: #network-script netwok-dummy
     24
     25$ xend restart
     26$ xm list
     27}}}
    228
    329[[BR]]