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] Simple question about Para-virtualized drivers in Windo

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Simple question about Para-virtualized drivers in Windows
From: Alba <florfoto@xxxxxxxxx>
Date: Tue, 19 May 2009 18:16:23 -0300
Delivery-date: Tue, 19 May 2009 14:26:17 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=DcGdzHHinnlfeWJ2PLgjsruplzfP4lYXijObYeDJmx8=; b=rDf4mLuCYuLRcPxMEAC6figGqI8Yu+5m2qKIBb5Uz78o+aAYHs9kpuSFGdak1xZrJI wFYXBYyZf+iL2gOIAXxaKPx8x/XeAZFCNuJlGiBpcXJbSwHclCbg+sbgcjd4Ys5G3VMy jwL6xAkqRy+9MzsROqed/MNPo04s6BMe+hL5E=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eKzHQUNyLJNUsFqfjBd5tCDF34CWRL1hwB5piMMqUbDyPhvMhTo1TAUSu84Hd+8BAg 4fpwS2HQe6mpanhmET8F6GAUsla5/CZt31qt8Rz9qinshBd5xjHbCx4jwscxPThv5nGG LOWV7u3qgoJYOCd2XEdroIVaqcnTiis0vqvPk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7207d96f0905181943u20c7bda0o37050e1df1ec9e3b@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: <59cb8b5e0905181347r7ee535afufcc2a1f01a408e2c@xxxxxxxxxxxxxx> <7207d96f0905181943u20c7bda0o37050e1df1ec9e3b@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks Fajar for your reply.
I'm not using Redhat PV drivers on boot disk.

My DomU config file is:

disk = [ "file:PathToMyImage.img,hda,w", "tap:aio:/dev/sda1,xvdb,w" ]

I'm not sure which disk should I use in the Win DomU: if the one that says "QEMU HARDDISK"  or the one that says "RHEL DISK SCSI Disk Device".

Thanks in advance for your help.

Regards,

Alba



On Mon, May 18, 2009 at 11:43 PM, Fajar A. Nugraha <fajar@xxxxxxxxx> wrote:
On Tue, May 19, 2009 at 3:47 AM, Alba <florfoto@xxxxxxxxx> wrote:
> Hello,
>
> After installing para-virtualized drivers for Windows, and added a disk, I
> can see two disk instead of one in my Windows guest virtual machine.
> In disks' properties says "QEMU HARDDISK"  one disk and in the other one
> "RHEL DISK SCSI Disk Device".
>
> Which one should I use?

What is your domU config like?
Redhat's PV driver should NOT be used for boot disk.
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Para-Virtualized_Windows_Drivers/chap-Para-Virtualized_Windows_Drivers-Requirements_and_restrictions.html

So your disk like should look something like this (old-style config)

disk =  [
       'phy:/dev/VolGroup/disk1lv,hda,w',
       'phy:/dev/VolGroup/disk2lv,xvdb,w',
       ]

Note hda and xvdb, and NOT xvda and xvdb.

Personally I'd recommend you use James Harper's GPLPV (at least for
now), as it's more widely used, and it can be used on boot disk (C:).
You don't need to change any domU disk config with GPLPV.

--
Fajar

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