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

[Xen-users] GLPV drivers Win2k3 can't add a second HDD

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] GLPV drivers Win2k3 can't add a second HDD
From: Olivier Bompart <obompart@xxxxxxxxxxxxx>
Date: Wed, 01 Oct 2008 17:46:48 +0200
Delivery-date: Wed, 01 Oct 2008 08:47:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <C642EEEF-439C-4CC4-B7D2-CC7C28855709@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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.17 (Windows/20080914)
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_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' ]
root = "/dev/sda1 ro"

boot='c'

vnc=1
vnclisten="0.0.0.0"
vncdisplay=1
vncunused=1

stdvga=0
keymap='fr'


on_reboot   = 'restart'
on_crash    = 'restart'

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Thank's for help

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