« Return to Thread: Xen 3.3 install from source on centos 5.2

GLPV drivers Win2k3 can't add a second HDD

by bomparto :: Rate this Message:

Reply to Author | View in Thread

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 :
We're encounting some pb :
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' ]
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@...
http://lists.xensource.com/xen-users

 « Return to Thread: Xen 3.3 install from source on centos 5.2