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/

Post tags:

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
--
Post tags:

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

Post tags:

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à ;)

Post tags:

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/

Enomalisme1

Post tags: