[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] config file conflict??


  • To: Marc Tousignant <myrdhn@xxxxxxxxx>, "xen-users@xxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxx>
  • From: Kristian Hagsted Rasmussen <kristian@xxxxxxxxxx>
  • Date: Wed, 22 Aug 2012 05:50:24 +0000
  • Accept-language: da-DK, en-US
  • Delivery-date: Wed, 22 Aug 2012 05:53:45 +0000
  • List-id: Xen user discussion <xen-users.lists.xen.org>
  • Thread-index: Ac2AHWl+V95hkainTzqxZLRcPl9pMAAC/P+Y
  • Thread-topic: [Xen-users] config file conflict??

As far as I am aware the vfb option is only available for pv domains. I think to recall that I had a problem starting a domU if the VNC ip was wrong, this may also apply if you try to have two domUs on the same VNC port ('vncdisplay') try using port 10 for one domU and port 11 for the other.

 


Fra: xen-users-bounces@xxxxxxxxxxxxx [xen-users-bounces@xxxxxxxxxxxxx] på vegne af Marc Tousignant [myrdhn@xxxxxxxxx]
Sendt: 22. august 2012 06:21
Til: xen-users@xxxxxxxxxxxxx
Emne: [Xen-users] config file conflict??

I think it has to be something trivial, but I cannot start 2 windows servers at the same time on the same dom0.

If I start server 2008 first I can’t start 2012, if I start 2012, I can’t start 2008.

The failure is:

libxl: error: libxl_device.c:470:libxl__wait_for_device_model Device Model not ready

xl: fatal error: libxl_create.c:535, rc=-1: libxl__confirm_device_model_startup

 

The config files are almost exactly the same with the exception on one using cpu2 and the other using cpu3, and one using a physical disk and the other a virtual one.

2008:

kernel = "/usr/lib/xen/boot/hvmloader"

builder='hvm'

memory = 1024

 

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.

shadow_memory = 8

name = "server2008"

vfb = [ 'type=vnc,vncdisplay=10,vncpasswd=xxxx' ]

vif = [ 'mac=00:16:3E:33:5E:F6, bridge=xenbr0' ]

acpi = 1

apic = 1

disk = [ 'phy:/dev/md3,hda,w' ]

 

device_model = '/usr/lib64/xen/bin/qemu-dm'

 

#-----------------------------------------------------------------------------

# boot on floppy (a), hard disk (c) or CD-ROM (d)

# default: hard disk, cd-rom, floppy

boot="dc"

vncunused=0

sdl=0

 

serial='pty'

usbdevice='tablet'

vcpus=1

cpus = ['3']

localtime = 1

usb = 1

 

2012:

kernel = "/usr/lib/xen/boot/hvmloader"

builder='hvm'

memory = 1024

 

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.

shadow_memory = 8

name = "server2012"

vfb = [ 'type=vnc,vncdisplay=10,vncpasswd=xxxx' ]

vif = [ 'mac=00:16:3E:33:5E:F7, bridge=xenbr0' ]

acpi = 1

apic = 1

disk = [ 'tap:aio://media/xen_images/2012server.img,hda,w' ]

#disk = [ 'phy:/dev/md3,hda,w' ]

 

device_model = '/usr/lib64/xen/bin/qemu-dm'

 

#-----------------------------------------------------------------------------

# boot on floppy (a), hard disk (c) or CD-ROM (d)

# default: hard disk, cd-rom, floppy

boot="dc"

vncunused=0

sdl=0

 

serial='pty'

usbdevice='tablet'

vcpus=1

cpus = ['2']

localtime = 1

usb = 1

 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.