|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] HVM guest do not "destroy domain after shutdown or reboot in
Hi to all,
When I reboot or shutdown hvm guest (via remote desktop), the domain do not destroy automatically and xm list show "s" state forever. When restart xend daemon the domain is destroyed.
Name ID Mem VCPUs State Time(s) prueba 38 1024 2 ---s-- 69.4
The guest machine is a Windows 2003 Server Enterprise Edition (32 bits) with SP2 and last updates installed.
Host:
CPU's: Two Dual-Core AMD Opteron(tm) Processor 2214 Linux 2.6.26-1-xen-amd64 #1 SMP Sat Jan 10 20:39:26 UTC 2009 x86_64 GNU/Linux SO: Debian Lenny Xen Version: 3.2.1 from debian packages
guest config file (prueba.cfg):
import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib'
kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder = 'hvm' memory = 1024 name = "prueba" vcpus=2 acpi=1 apic=1 vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu, bridge=xenbr2' ] disk = [ 'phy:/xen-machines/prueba/sistema.img,ioemu:hda,w' ]
device_model = '/usr/' arch_libdir '/xen-3.2-1/bin/qemu-dm' boot="c" sdl=0 vnc=1
xend-config.sxp:
(xend-relocation-server yes) (xend-relocation-hosts-allow '') (network-script dual-network-bridge) (vif-script vif-bridge) (dom0-min-mem 196) (dom0-cpus 0)
Any idea is appreciated Thanks in advance.
Seguros Orange: la mejor cobertura al mejor precio _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] HVM guest do not "destroy domain after shutdown or reboot in xen 3.2.1 debian Lenny",
francisco arteaga manlete <=
|
|
|
|
|