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

Re: [Xen-users] Creating initial file system for a new Xen domain

To: "Anand Gupta" <xen.mails@xxxxxxxxx>
Subject: Re: [Xen-users] Creating initial file system for a new Xen domain
From: "David Stone" <unclestoner@xxxxxxxxx>
Date: Fri, 2 Nov 2007 09:54:19 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 02 Nov 2007 06:55:05 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=QBd4flu3YF1bLAm3sli1A+vpRvQUIglFPiwQD6fGfGo=; b=nt31ebIM50WjoXFxJ2h/z+GuVS0tRrShPZ+C4V1MX1h2mdme64S4k3T3dM0u8KxcJUTmYivrbdw7MwjHopguig2ajWpfG2UOP0bWFk4CXh3keRzV5HOYivJRattpZWl/XXh/iHut3S2oTwQP8e6Qj97dCFHoAWCuOOdquGKPT4k=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SHCKtFFtUmKyg3UOkM1vocdMYc7AJjuEOqKvUSspVd6/DOtJuB1Rio7K6/C2WmNlxTzi2jA7SnQhavTSaGf/0vjn8uZv0FE4Z5y11zWI6f6PU3A/4BYtyaAtm9cvlDQo6gATDQNZLTb352ub+6UqIk2fnKnvlq+kE/4jeesTW/w=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <acb757c00710301547v4367b3d3r8a11ee7c4d519685@xxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <1a74a8410710180811h714f8e0j41b10fea68815a7c@xxxxxxxxxxxxxx> <200710191648.21492.mark.williamson@xxxxxxxxxxxx> <1a74a8410710231221w71a413f7x9a074c76083e6389@xxxxxxxxxxxxxx> <acb757c00710301547v4367b3d3r8a11ee7c4d519685@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> Would you mind sharing what all you did to resolve the problem ? Where you
> able to use virt-manager with compiled xen ?

Sure.  For the issue of using virt-manager with compiled xen, I didn't
spend more time on it and didn't get it to work because I got used to
using the vanilla xen tools  virt-manager hangs when I launch it, and
the other virt tools one gets with FC6 also don't work.

For mounting the domU's disk file, lomount wasn't working for me
because I had the domU configured to use an LVM.  For domUs I have
created since then, I don't configure domUs to use LVMs, and lomount
works in that case.  Also, I sometimes use a Dom0 partition to back
the DomU's virtual disk, in which case lomount can also be used to
mount the virtual disk in Dom0.

I was able to get the DomU I _created_ with virt-manager to run with
compiled Xen...the only thing that doesn't work is graphical output
from the DomU.  I needed to change the DomU's inittab to start at
runlevel 3.  Unfortunately I couldn't mount it's file systems (see
above), so to do this I had to start the DomU while running a network
sniffer in Dom0 so I could see the IP address the DomU got from DHCP
(since I didn't have any static IPs handy).  Then I ssh'd into the
DomU and changed inittab :)

Dave

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Creating initial file system for a new Xen domain, David Stone <=