Pages
Blogroll
Liens
- * Review: iPhone 3GS 16GB, White *
- * Review: Acer Aspire One AO751h *
- MikeOS 4.0 Released with BASIC Interpreter
- IBM Halts Future Cell Development
- Growl for Windows 2.0 Arrives
Categories
Archives
- September 2009
- May 2009
- January 2009
- October 2008
- September 2008
- June 2008
- May 2008
- April 2008
- March 2008
- January 2008
- September 2007
- August 2007
- July 2007
- June 2007
- April 2007
- March 2007
- January 2007
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
Meta
NetBSD 3 maintenant prêt pour être DomU sous Xen3
Posted in: BSD, Xen by Michael on March 20, 2006
NetBSD 3 maintenant prêt pour être DomU sous Xen3, vous pouvez télécharger les noyaux ici :
ftp://asim.lip6.fr/outgoing/bouyer/
Des nouvelles sur le portage de Xen 3 sous NetBSD 3
Posted in: BSD, Xen by Michael on March 07, 2006
Subject: Xen3 update
To: None
From: Manuel Bouyer
List: port-xen
Date: 03/06/2006 23:44:49
Hi, I've just commited some of my current work on Xen-3.0 support. This include xenbus (the interface to xenstore) and a network frontend driver. I also added a kernel config file (XEN3_U). With this it's now possible to run a domU on Xen3 with root on NFS, but it can't talk with the domain0 on the same host because linux doesn't update the TCP/UDP checksum fields when talking to a domU on the same physical hardware, and NetBSD drops the packet because of the bad checksum. I'll have to look at how to fix this. A block device driver should come soon. -- Manuel Bouyer NetBSD: 26 ans d'experience feront toujours la difference --
Excellent témoignage sur l’utilisaton de Xen
Posted in: Xen by Michael on March 06, 2006
Voici un témoignage (en anglais seulement désolé) sur l’utilisation de Xen dans un environnement de cours en réseautique.
Xen à permis à ces gens d’offrir des cours de haut niveau, qui sans celui-ci, aurait coûté très chère en matériels de support de cours.
Le vidéo présenté sur le site présenté dans le email fait un excellent résumé !
Hello all,
Some time before Christmas, a project was started. The task was to
enhance an existing LiveCD solution with User-mode Linux. A number of
requirements was stated, where the greatest challenge was to fit 10
virtual routers within an old no-name PC with only 256MB Ram. And the
solution must still be run from a LiveCD.
Thanks to Xen, the task was possible to complete.
-But, what does it do?
With this solution, students taking CCNA/CCNP level studies can have
their own router lab on a bootable CD. No need for expensive equipment.
The student can set up a virtual network of 10 routers or hosts, and
exercise BGP, OSPF, ISIS and RIP routing. The routing software is
Quagga, whose interface is very similar to Ciscos native CLI.
Feel free to download our first Release Candidate at the project website;
http://www.isk.kth.se/proj/qroutix/
Please note that the name “Qroutix” isn’t ment for the final product.
We’re currently phasing over to the new name, which will impact the URL
eventually. If the abobe link doesn’t work, please try:
http://www.isk.kth.se/proj/einar/
Don’t hesitate to mail me or Anders feedback if you like (or dislike)
our project.
Best regards
Rickard Borgmäster
Allouer de la mémoire dynamiquement au DOMU
Posted in: Xen by Michael on
Avec Xen 3, si vous avez de la mémoire physique de disponible (voir avec #xm info), vous pouvez l’allouer dynamiquement à vos domaines U, c’est à dire sans avoir à redémmarer votre machine virtuelle.
Par exemple, vous avez un domaine U (epsilon), actuellement, il possède 200 Meg de mémoire vive, vous voulez l’augmenter à 230, voici la formule :
À partir du domaine 0 :
# xm mem-max epsilon 230
# xm mem-set epsilon 230
Et voilà
Interface de gestion pour Xen
Posted in: Xen by Michael on March 03, 2006
Enomalism est sur le point de nous offrir une superbe interface très ergonomique pour nous aider dans la gestion de nos machines virtuelles ! http://www.enomalism.com/
