= Xen Installation = [[BR]] == Installation == * Our OS is Debian etch, we use deb package to install Xen {{{ $ sudo aptitude install xen-linux-system-2.6.18-6-xen-686 (you can refer to our installation log in attache file) $ sync ; sudo reboot (reboot system and choose xen-enable kernel) }}} [[BR]] * Check our Xen system {{{ $ uname -a Linux one 2.6.18-6-xen-686 #1 SMP Sun Feb 10 22:43:13 UTC 2008 i686 GNU/Linux }}} [[BR]] * Configure our Xen environment {{{ $ vim /etc/xen/xend-config.sxp 71: network-script network-bridge 87: #network-script netwok-dummy $ xend restart $ xm list }}} [[BR]] = Refrenece = * http://www.howtoforge.com/debian_etch_xen_3.1 * http://wiki.xensource.com/xenwiki/InstallationNotes * http://www.option-c.com/xwiki/Xen_Debian_Quick_Start * https://help.ubuntu.com/community/Xen