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] how to create /dev/xvda

To: "James Corteciano" <linux@xxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] how to create /dev/xvda
From: "Emre Erenoglu" <erenoglu@xxxxxxxxx>
Date: Tue, 9 Sep 2008 23:04:38 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 09 Sep 2008 14:05:20 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=8iISknCpdsatFgQSxfk5I8F4tvQMHOiaAePOsCiEzNQ=; b=TwiG1HF8tUPCKIWmkcz2bFfo2jNcqdC+hXOeQ+oDUpNlRUhKqtRJCiLYzM7r97MSBX YoKHWCyl2pIjOzainvjtJdU0j428Fcjv/TA9reYgqPE4QPBCWJ3wT3sQL+4dErP+3oZA VlN2WI9QXaL9kZ+78vRBJZfUiqMo/IB9RQjN4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=xcZhJR1NRHKy80EuuLSRa4h9AIvjkCeV2FhVdrXtiLUdRbje5WfsDOKbvKiZ6/kt20 CVuc/l3gcaIlmGRZofmzMHbd985KFYsK/FDm4xDw8PwtbwNr5J61YPofRz43puGfbvTM KLuD0MIEs9vTmVd0MgpVbDdcgwpxEgDK1kbEU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <3dc9c8bb0809090901s3d4081ffq68553fe2b7f18d8c@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/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>
References: <3dc9c8bb0809030305lff61aabne63e5117fe77089f@xxxxxxxxxxxxxx> <b4057d410809030337u6889319fr281a3390d3579768@xxxxxxxxxxxxxx> <fe9771a80809030433y31b4708ek756fdddda0647ff8@xxxxxxxxxxxxxx> <3dc9c8bb0809090901s3d4081ffq68553fe2b7f18d8c@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi James,

On Tue, Sep 9, 2008 at 6:01 PM, James Corteciano <linux@xxxxxxxxxxxxxxxxx> wrote:
Hi Emre,

Sorry for the late response.

How could I modprobe xen inside the DomU? I knew to do it in dom0 only.

Thanks.
James

To make things clear, the things that I'm mentioning here only applies for fully virtualized HVM guests.

If the modules are compiled in kernel or as modules, you just need to become root and say:

modprobe xenblk
modprobe xennet

That would also trigger some other xen related modules such as the pci and balloon drivers. This will only happen if the modules are there. If your distribution didn't provide these modules, you can either:

- download the unmodified_drivers folder from the xen kernel and try to compile it in your domu
- try to use Xen's own kernels and then compile the unmodified_drivers

This will create the devices in your /dev folder. You can check the output of modprobe by dmesg command.

For further info, you can check out the mail archive and/or google for paravirtual drivers for hvm guests.

Emre
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>