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] Error: ... Backend device not found.

To: David Morris <david.morris@xxxxxxxxxx>
Subject: Re: [Xen-users] Error: ... Backend device not found.
From: Nico Kadel-Garcia <nkadel@xxxxxxxxx>
Date: Sat, 01 Sep 2007 11:32:07 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 01 Sep 2007 03:32:14 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=CWeYsxm1we/nKNZ/QMA5CsYNp3xMp2o2Pv1cJn29IuXZobflA73nPdSRisiTHoggWKORMAZkpNnpAU7symbRQb5PynomPgWGkgtMngcScJBfPPLixcQCwI7HpOg2e9EkujTz4s62Kl+6RrMbmJsFweTTCQOOSYqAjUBRjsdh/fA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=nxuSSektNez/lOzmTQzI6aUbzv1/cp1bOhcm2nGbwexhmiP70u0Ht30CXrBXo2k+NiH9UZpV5kX9ThaUzi51xbS12Qoj9C/+MaBYhXCU5V7hV2JXMqjrzzYpP94pcP1e15IjOI7KzldiRCY9ShV8dMdyqZM08Uop1gp/PdWVh2g=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <76BB7F270C366D47AA79851BB0B39D8101A68EC0@xxxxxxxxxxxxxxxxxx>
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: <76BB7F270C366D47AA79851BB0B39D8101A68EC0@xxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)
David Morris wrote:
Couple additional suggestions a. From your grub data, it appears you are using software raid on the dom0 ... might be that
   your configured devices need to be mdX devices to match your kernel, etc.
b. you may need a 'root=/dev/hda2 rw' or some such in your config if it isn't 
there
c. it appears from the config fragment that this is a paravirt installation?

This sounds like a problem I encountered when I tried to use virt-manager to 
create a paravirt RHEL5 domU on RHEL5 dom0. I've fought so many alligators over 
the past week that I'm not sure I found a solution or a way around it ....

I think I concluded that there was a fundamental disconnect between the 
virt-manager PV setup and reality ... what I did that worked:
  a. with virt-manager, create an HVM guest (it worked)
b. upgrade to Xen 3.1 c. follow the steps in my post of last night to clone the HVM guest as a para virt guest

btw ... you can check the number of loop devices in use with the 'losetup -a' 
command. When I had my difficulties, I was using lvm devices so loop devices 
was not the issue.
virt-manager of RHEL 5 is already sadly out of date. If you grab and recompile the one from Fedora 7, it seems to be a good update and more usable. Or use virt-install, that has better logging and some options not in virt-manager. Then use virt-manager if necessary to access the console.

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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Error: ... Backend device not found., Nico Kadel-Garcia <=