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] HVM or paravirtualized'

To: "'Iain Kay'" <spam@xxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] HVM or paravirtualized'
From: "Walter Robert Ditzler" <ditwal001@xxxxxxxxx>
Date: Fri, 22 Jul 2011 18:46:37 +0200
Cc:
Delivery-date: Fri, 22 Jul 2011 09:49:54 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:importance:thread-index:content-language :disposition-notification-to; bh=iP2dsMMo3a9fHCmxDzzztkqpsvFushm1DsJmLmr2UJA=; b=SAIRsgXjL+bBCxwbS8jj2I2ZGfHmbwvlixe+ncx+fCmnaQzxulZaR30N0SQcVm0XCo KPHXmmTDpTwlYH9OIJfEPLfkTw8hEUqmNILJZtyHWCQh+ZW6TrkMyn+5APSHr7RSDhSX Ts/b6xfv1CKeWiY7MPaBFc5AEOGMaGM+11+Pc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: High
In-reply-to: <A5F51D1B-93BF-4A49-8E99-9EAF3E650461@xxxxxxxxxxx>
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: <CAE17a0WB4C8qNY9AT4qJwLDfJzysAZ15TVDP=MhKy+1dLsY05w@xxxxxxxxxxxxxx> <!&!AAAAAAAAAAAYAAAAAAAAAOJK0u4CH31Kl5v1RPAzyrZCgQAAEAAAAPxGvflTTNhFpkKrE2FR8TEBAAAAAA==@xxxxxxxxx> <A11DF44D-36B0-42FC-9B1B-00CA202D758C@xxxxxxxxxxx> <!&!AAAAAAAAAAAYAAAAAAAAAOJK0u4CH31Kl5v1RPAzyrZCgQAAEAAAAALy4YpBtslJheGz2YPDh/8BAAAAAA==@xxxxxxxxx> <A5F51D1B-93BF-4A49-8E99-9EAF3E650461@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AQGoLf8fhYQ9E2nFObuiLa91pSo/cwJ1vcMXAj4+6wMCJESX+wI4MK/6lPg7O6A=
hi iain,

it is block device related. to install debian squeeze guest on xen 4.2
unstable I have to define the disk first as "sda".

***
disk            = [
'phy:/dev/vgmain/lv_server01,sda,w','file:/var/xen/kanotix64-2.6.38.iso,hdc:
cdrom,r' ]
**

then after the install manager wants to reboot I have to change the xen
config into "had".

***
disk            = [
'phy:/dev/vgmain/lv_server01,hda,w','file:/var/xen/kanotix64-2.6.38.iso,hdc:
cdrom,r' ]
***


on earlier installation, like xen 4.0.1, 2.6.32-5 amd64 the debian squeeze
guest's see the disk with fdisk -l as

- xvda1, xvdan-1, xvdan

in my 4.2 unstable environment the booting process just hangs. I posted
already several description to the xen-list.




I think it is a grub2 problem, but can't find the glue.

***
name            = 'server01'
kernel          = 'hvmloader'
builder         = 'hvm'
device_model    = 'qemu-dm'
maxmem          = 1024
memory          = 1024
vcpus           = 1
acpi            = 1
apic            = 1

uuid            = '06ed00fe-1001-4fc4-b5d8-11993ee4a8b9'

vif             = [ 'bridge=br0,mac=00:16:3e:1a:b3:4b' ]
#vfb            = [ 'type=vnc,vnclisten=0.0.0.0,vncunused=0,vncdisplay=1' ]

disk            = [
'phy:/dev/vgmain/lv_server01,hda,w','file:/var/xen/kanotix64-2.6.38.iso,hdc:
cdrom,r' ]

boot            = 'dc'
usbdevice       = 'tablet'

sdl             = 0

stdvga          = 1
serial          = 'pty'

on_poweroff     = 'destroy'
on_reboot       = 'restart'
on_crash        = 'restart'

vnc             = 1
vnclisten       = '0.0.0.0'
vncviewer       = 1
***


-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Iain Kay
Sent: Freitag, 22. Juli 2011 18:19
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] HVM or paravirtualized'
Importance: High

On 22 Jul 2011, at 17:01, Walter Robert Ditzler wrote:

> iain,
> 
> thank's for the hint, i will have a look on those drivers, need them 
> first to test, otherwise my clients hang'm higher :-)
> 
> by the way, have you got experience in 4.2 unstable, 2.6.39-3, lvm2 
> and squeeze guest's? windows guests works flawless but squeeze guest's 
> make me headache since 3 week's time already!

I haven't had the chance to do any testing with 4.2 yet unfortunately, only
got as far as trying 4.1.0 and 4.1.1 (both with Lib XL).

Is your issue networking related e.g. the squeeze VM can't get an IP or ping
the dom0?

Iain

_______________________________________________
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