WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
Xen

xen-users

[Top] [All Lists]

Re: [Xen-users] Linux distributions supported by Xen as PVM domUs

To: xen-users@xxxxxxxxxxxxxxxxxxx, Michael Monnerie <michael.monnerie@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Linux distributions supported by Xen as PVM domUs
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Sun, 1 Feb 2009 02:19:39 -0800 (PST)
Cc:
Delivery-date: 2009年2月01日 02:20:21 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=DDoUFr3Mpl/DVBFwOastinGr8+8MsPmh8nSg8dpKLK+ALB6gf4W8kL2xyqnx0SHV5rKqOOu4D4fx3TtiHLRgfyQ63XOKH1sPAAjTQl2Ozb6TQZERCmv2tjHexyLHPzUumL/BuaplHqI7jRu80qxot3LIr2WC0veTkcTAy8e0MR0=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bderzhavets@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Sorry, to install "hg" in common location on CentOS 5.2
cd /working_dir/mercurial-1.1.2
make local
cp -R hg* /usr/local/bin
cp -R mercurial /usr/local/bin


--- On Tue, 1/27/09, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: [Xen-users] Linux distributions supported by Xen as PVM domUs
To: xen-users@xxxxxxxxxxxxxxxxxxx, "Michael Monnerie" <michael.monnerie@xxxxxxxxxxxxxxxxxxx>
Date: Tuesday, January 27, 2009, 5:27 AM

***************************************************************
To port Xen 3.3.1 to xen disabled CentOS 5.2 instance (64 bit)
***************************************************************
Download recent versions of git and mercurial (tar.gz)
and install .
make install for "hg" requires :-
# cd Working_dir
# make
# make install
# cp -R mercurial /usr/local/bin

Directory where "hg" has been copied requires
mercurial folder, when you do "make local" everything is OK , but you have:-
# export PATH=Working_dir:$PATH.
When you do "make install" a workaround above is required.

Then:-
# which hg
would work fine

# cd /usr/src/
# tar -zxvf xen-3.3.1.tar.gz
# cd xen-3.3.1
# make world
# make install
Determine the name of the Xen Linux kernel version that was installed.
# ls /lib/modules
There should be a directory for the Xen Linux kernel (e.g.2.6.18.8-xen)
Generate the module dependency list and map files
# /sbin/depmod 2.6.18.8-xen
Create the Xen initial ramdisk image
# /sbin/mkinitrd /boot/initrd-2.6.18.8-xen.img 2.6.18.8-xen
Disable tls
# mv /lib64/tls /lib64/tls.disabled
Set xend service to start
# /sbin/chkconfig –add xend
# /sbin/chkconfig xend on
Install bridge-utils:-
# yum install bridge-utils
************************************************************************
Edit /boot/grub/grub.conf and copy one of the existing boot entries
to make the required changes for Xen and reboot into new kernel.
*************************************************************************
title Xen-3.3.1 CentOS 5.2 x86_64 (2.6.18.8-xen) (/dev/sdb12)
root (hd1,11)
kernel /xen-3.3.gz
module /vmlinuz-2.6.18.8-xen ro root=/dev/VolGroup01/LogVol00 rhgb quiet
module /initrd-2.6.18.8-xen.img

Next :-
You are missing libvirt,virt-install ant etc.
You need openSUSE 11.1 ;(
No, really you don't:-
http://lxer.com/module/newswire/view/112300/index.html


--- On Tue, 1/27/09, Michael Monnerie <michael.monnerie@xxxxxxxxxxxxxxxxxxx> wrote:
From: Michael Monnerie <michael.monnerie@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Linux distributions supported by Xen as PVM domUs
To: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Tuesday, January 27, 2009, 2:14 AM

On Montag 19 Januar 2009 Jason Voorhees wrote:
> I would like to run different Linux distros paravirtualized, maybe
> Opensolaris or FreeBSD. Is it possible?

openSUSE 11.1 runs as XEN dom0 or domU automatically.
http://opensuse.org/

mfg zmi
--
// Michael Monnerie, Ing.BSc
----- http://it-management.at
// Tel: 0660 / 415 65 31 .network.your.ideas.
// PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net Key-ID: 1C1209B4


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Linux distributions supported by Xen as PVM domUs, Boris Derzhavets <=
Previous by Date: Re: [Xen-users] Storage Question , Pasi Kärkkäinen
Next by Date: [Xen-users] Question about adding CPU/RAM to Windows DomU , Felix Chu
Previous by Thread: Re: [Xen-users] Storage Question , Pasi Kärkkäinen
Next by Thread: [Xen-users] Question about adding CPU/RAM to Windows DomU , Felix Chu
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy

AltStyle によって変換されたページ (->オリジナル) /