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] GLPV drivers Win2k3 can't add a second HDD

To: "Olivier Bompart" <obompart@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] GLPV drivers Win2k3 can't add a second HDD
From: "Andrew Lyon" <andrew.lyon@xxxxxxxxx>
Date: Wed, 1 Oct 2008 20:42:06 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 01 Oct 2008 12:42:50 -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 :content-transfer-encoding:content-disposition:references; bh=se/8xDfUz4g58AK8zTZ1B3DePSQlkQSZb/hkG+AeLxs=; b=mG958lXDNPma/AUTh+p2Pq1cQdPnbA0QXg1dLYfEUOHXUCk1+emNoLDB1FJd1MsxAc ifSB/Z4Mmg87+9xK7dR2ePtw30PVyNOeR1n39SaI94SX5pZXnNZbvmqXf0/mPsl+qQen gk5Db0upSeTZSpNRqXowbQrlDonn+tk1J7HnU=
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:content-transfer-encoding:content-disposition :references; b=LIAULcfGLvV+RqS42M7VZPPVkuSDAGly5YEuuvA4lNF8H/ycUa9dAd4lpUeOX81uGb CVms0RK83qV6miql8dM7MI8r24hMy2IsTyEFUouWHdqddUF4PEpCUhDOkR3DuqmI+iap cy6hrF2C1pSUCECq2xR2KfcwPuSJ+e0sK1sH0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <48E39B68.2010904@xxxxxxxxxxxxx>
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: <C642EEEF-439C-4CC4-B7D2-CC7C28855709@xxxxxxxxxxxxx> <48E39B68.2010904@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Oct 1, 2008 at 4:46 PM, Olivier Bompart <obompart@xxxxxxxxxxxxx> wrote:
> Hello list,
>
> On a DELL PE 1430 with 2 quad core Intel CPU and 8 Go RAM we're running xen
> 3.3 over a Debian Etch with an iSCSI SAN using LVM on iscsi disks.
>
> We have several DomU runnin on it :
>
>  Win2k3 rc2 HVM running GLPV drivers
> slackware PV Domu running samba 3
> ect..
>
> We're encounting some pb :
>
> Win2k3 time out wen it tries to use network between himsel and the samba
> Domu (no pb with other physical machine or linux Domu and linux domU)
> We cannot mount a second drive on our Win2k3 Domu (like a drive D: )
> We can't boot on a VISTA_Business DVD iso file
>
> Here are my DomU config files :
>
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> Win2K3 :
>
> import os, re
> arch = os.uname()[4]
> if re.search('64', arch):
>     arch_libdir = 'lib64'
> else:
>     arch_libdir = 'lib'
>
>
> kernel = "/usr/lib/xen/boot/hvmloader"
> builder='hvm'
>
> memory = 2048
>
> name = "W2k3-TSE"
>
> dhcp = 'dhcp'
>
> pae=0
> acpi=1
> apic=1
>
> vcpus = 2
> cpus = "4-5"
>
> vif = [ 'mac=00:16:3c:00:00:11' ]
> disk = [ 'phy:/dev/SAN-1/win2k3_prod,ioemu:hda,w',
> 'phy:/dev/SAN-1/win2k3-data,ioemu:hdb,w' ]
>
> on_poweroff = 'destroy'
> on_reboot   = 'restart'
> on_crash    = 'restart'
>
> device_model = '/usr/lib/xen/bin/qemu-dm'
> boot='c'
>
> sdl = 0
> vnc=1
> vnclisten="0.0.0.0"
> vncdisplay=1
> vncunused=1
> vncviewer = 0
> nographic = 0
> stdvga = 0
>
> serial='pty'
> audio = 0
> localtime=1
> usb=1
> keymap='fr'
>
>
> Slackware SAMBA :
>
> kernel = "/boot/vmlinuz-2.6.18.8-xenU"
> memory = 256
> name = "PROD-OXA"
> cpus = "6-7"
> vcpus = 2
> apic = 1
> acpi = 1
>
> vif = [ '' ]
>
> disk =
> ['phy:/dev/RAID-1/slack_prod-1_root,sda1,w','phy:/dev/RAID-1/slack_prod-1_usr,sda2,w','phy:/dev/RAID-1/slack_prod-1_var,sda3,w','phy:/dev/SAN-1/data-prod_oxa,sdb1,w',
> 'phy:/dev/RAID-1/slack_prod-1_swap,sda4,w' ]

Change the sdX to hdX and you will probably find your problem solved.

Andy

> root = "/dev/sda1 ro"
>
> boot='c'
>
> vnc=1
> vnclisten="0.0.0.0"
> vncdisplay=1
> vncunused=1
>
> stdvga=0
> keymap='fr'
>
> on_poweroff = 'destroy'
> on_reboot   = 'restart'
> on_crash    = 'restart'
>
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Thank's for help
>
> Olivier
>
> _______________________________________________
> 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