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 
 
Home Products Support Community News
 
   
 

xen-users

AW: Re: [Xen-users] using base ISO as a domU

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: AW: Re: [Xen-users] using base ISO as a domU
From: "Niels Dettenbach" <nd@xxxxxxxxxxxx>
Date: Sun, 7 Mar 2010 18:01:33 +0100
Delivery-date: Sun, 07 Mar 2010 09:04:10 -0800
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: Niels Dettenbach <nd@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
If XCPs linux kernel exports his config to /proc/config.gz (check if that file 
is there) and if you just want the kernel config you can just get out the 
configuration of the running linux kernel you can use:
        zcat /proc/config.gz > /usr/src/your_kernel_sources/.config

if you want to use the default kernel configuration.

Make shure you are using a xenified linux kernel (i.e. SuSe ones) - otherwise 
xens functionality would not be used / there.

But,
i won't makes sense to run such a kernel as DomU as it is designed for Dom0.


hth,

Niels.
---
Niels Dettenbach
http://www.syndicat.com

-- Urspr. Mitt. --
Betreff: Re: [Xen-users] using base ISO as a domU
Von: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Datum: 07.03.2010 17:53

On Sun, Mar 7, 2010 at 2:01 AM, Ritu kaur <ritu.kaur.us@xxxxxxxxx> wrote:
> Hello
>
> I am planning to use base ISO which is available from xen.org

Do you mean XCP ISO?

> as a domU(i.e
> basically take this ISO image and install as a VM).

Why?
It's intended to run on bare metal, not as a VM.

> Not sure whether it
> works hence thought of checking.

It can work as HVM domU, but performance-wise it'd suck. Still useful
for testing purposes though.

> If it works, what template should I choose
> if I install from Citrix Xencenter.

any 64bit HVM OS template should work, as long as it has pae and acpi on.

> Since this ISO comes with a source code
> as well it would be easier to rebuild the kernel and test our modules(one
> for dom0 and one for domU). Inputs much appreciated.

If you're thinking about using custom kernels, you might be better off
using a linux distro that comes with xen (opensuse, centos, ...)

-- 
Fajar

_______________________________________________
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>
  • AW: Re: [Xen-users] using base ISO as a domU, Niels Dettenbach <=