This page (revision-38) was last changed on 21-May-2008 19:17 by PeterHormanns 

This page was created on 03-Oct-2006 21:29 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
38 21-May-2008 19:17 15 KB PeterHormanns to previous Kategorie raus
37 05-May-2008 10:18 15 KB PeterHormanns to previous | to last Formatierung
36 16-Feb-2008 18:57 15 KB PeterHormanns to previous | to last
35 21-Jan-2008 13:45 15 KB ThomasBayen to previous | to last Tagging
34 20-Jan-2008 22:26 15 KB PeterHormanns to previous | to last Tagging
33 20-Jan-2008 18:29 15 KB ThomasBayen to previous | to last Link zu einem gut erklärenden Xen-Artikel
32 27-Oct-2007 14:21 15 KB ThomasBayen to previous | to last "memory squeeze" Link zum Workaround
31 26-Oct-2007 15:09 14 KB ThomasBayen to previous | to last serielle Schnittstelle aus DomU heraus benutzen
30 28-Jul-2007 16:11 13 KB ThomasBayen to previous | to last Partitionen im Harddisk-Image mounten
29 08-Jul-2007 20:50 13 KB JensKapitza to previous | to last ok versionen ? sind anders 30 != 3.0.?
28 08-Jul-2007 17:38 12 KB ThomasBayen to previous | to last Thomas grummelt weiter...
27 08-Jul-2007 16:59 12 KB JensKapitza to previous | to last was kommt bei dir
26 08-Jul-2007 13:48 11 KB ThomasBayen to previous | to last Gemecker über Xen
25 08-Jul-2007 04:11 9 KB JensKapitza to previous | to last /usr/share/doc
24 07-Jul-2007 11:57 9 KB ThomasBayen to previous | to last HVM: Virtualisierung von Windows
23 26-May-2007 16:24 6 KB ThomasBayen to previous | to last zwei Links zu Xen eingefügt
22 18-Apr-2007 17:53 6 KB PeterHormanns to previous | to last KategorieVirtualisierung
21 14-Jan-2007 00:36 6 KB ThomasBayen to previous | to last Link zur XenMan-Seite

Page References

Incoming links Outgoing links

Version management

Difference between version and

Dies ist eine AlteSeite aus unserem UseModWiki bei Sourceforge.

Bitte überarbeite die Seite, passe die Formatierung für das JSPWiki an
und entferne diesen Text.

Vielen Dank!

{{{
= Xen installatinon aud Debian =

Infos zu Xen
*
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/user/user.html


= auf einem Debian System =

es sind die Xen pakete vorhanden dennoch muss man sie sleber bauen,
binarys sind nur in sid und in Testing *nur die
para-virtualisierung*
d.h man brauch dir src Daten nun nicht mehr von der Homepage laden
als TORRENT
http://www.xensource.com/products/downloads/index.html

brauch immer noch dir debian pakete zum bauen


'' muss noch getestet werden ob die pakete wirklich so heisen ''
'' apt-get install make libncurses5-dev libncurses5 gcc libc6-dev
zlib1g-dev python python-dev python-twisted bridge-utils
iproute libcurl3 libcurl3-dev bzip2 module-init-tools
latex latex2html transfig tgif iproute-dev twisted ncurses-dev
patch ''

''' von der Xen Seite:  make, libncurses5-dev, libncurses5, gcc,
libc6-dev, zlib1g-dev, python, python-dev, python-twisted,
bridge-utils, iproute, libcurl3, libcurl3-dev, bzip2,
module-init-tools, latex, latex2html, transfig, and tgif.  '''

'' das debian paket für xen ''
'' apt-get install <????> ''


um es dann nach dem auspacken zu installieren wie folgt vorgehen.

= DOM0 =
* make linux-2.6-xen0-config CONFIGMODE=menuconfig
* make linux-2.6-xen0-build
* make linux-2.6-xen0-install

= DOMU =

* make linux-2.6-xenU-config CONFIGMODE=menuconfig
* make linux-2.6-xenU-build
* make linux-2.6-xenU-install

= XEN =
* make install-xen
* make install-tools


= Nur Grub =
<pre>
title Xen 3.0 / XenLinux 2.6.12
  root  (hd0,1)
  kernel /xen.gz dom0_mem=128000 noreboot console=tty0
  module /vmlinuz-xen0 root=/dev/sda1 nousb
  module /initrd.img

### BEGIN AUTOMAGIC KERNELS LIST


</pre>

}}}>>
<<!!Links== Links ==>>

<<[http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo]\\[[http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo]]>>
<<[http://www.huschi.net/16_185_de.html] - Debian XEN Installation über Backports}}}
<<