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