view · edit · history · print

Reserverd for S. Lapers...

Xen research: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/

XEN quickref.:

Xen and hardware support :

Others:

Note: De tweede URL (tyr.be) zijn enkele van mijn gepubliceerde bookmarks, open de "*computingzone" tree voor meer referenties!


XEN testing

Xen 2.0.4 installation on debian testing: ( from binary tarball )

Prerequisites:

  
apt-get install bridge-utils
apt-get install python-twisted
apt-get install libcurl3
apt-get install module-init-tools
apt-get install iproute
apt-get install libssl0.9.6
apt-get install libkrb53

cd /lib/
ln -s libcom_err.so.2.1 libcom_err.so.3

cd /usr/lib
ln -s libssl.so.0.9.7 libssl.so.4
ln -s libcrypto.so.0.9.7 libcrypto.so.4

Install of Xen-2.0.4 from binary tarball:

  
tar -zxvf xen-2.0.4-install.tgz
cd xen-2.0-install/
./install.sh

Boot configuration:

  
title           Xen 2.0 / xenLinux 2.6.10
root            (hd0,0)
kernel          /boot/xen.gz dom0_mem=131072
module          /boot/vmlinuz-2.6-xen0 root=/dev/hda1 ro
savedefault
boot

Disable Thread Local Storage for 2.6 XenLinux:

  
mv /lib/tls /lib/tls_disabled


admin · attr · attach · edit · history · print
Page last modified on March 30, 2006, at 01:55 PM