Installation de Xen sur Ubuntu 7.10 (hôte Windows XP)
- Vendredi 11 avril 2008
- Publie dansLinux . Windows XP
- Ecrire commentaire
Pré requis :
Ubuntu 7.10 (alternate de préférence), une console avec les droits root, une connexion à Internet.
apt-get dist-upgrade (rebooter)
Installation :
activer les dépots universes (par défaut sur Gusty…)
et faire un :
apt-get install ssh openssh-server libx11-6 libx11-dev libxtst6 xinetd wget build-essential
On installera la totale ;)
apt-get -y install linux-headers-`uname -r` && cd /usr/src && sudo rm -f linux && sudo ln -s linux-headers-`uname -r` linux
apt-get install gcc binutils-doc cpp-doc make manpages-dev autoconf automake1.9 libtool flex bison gdb gcc-doc libc6-dev-amd64 lib64gcc1
apt-get install vim-full
apt-get install ubuntu-xen-server
apt-get install xenman xen-tools xen-utils-3.1
On rentre dans la configuration de notre Hote (Windows, Linux,…)
au cas ou vous auriez l’erreur suivante au démarrage de la commande xm create : Error: Device 0 (vif) could not be connected. Could not find bridge, faites un /etc/xen/scripts/network-bridge start
Liens utiles :
http://fr.gentoo-wiki.com/HOWTO_XEN#Pr.C3.A9sentation
http://blog.fedora-fr.org/smootherfrogz/post/XenMan
https://www.os3.nl/2007-2008/students/thijs_kinkhorst/inr
Error :
http://lists.xensource.com/archives/html/xen-users/2007-06/msg00457.html
Pas encore de commentaires.