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] HVM guest do not "destroy domain after shutdown or reboot in

To: xen-users@xxxxxxxxxxxxxxxxxxx,
Subject: [Xen-users] HVM guest do not "destroy domain after shutdown or reboot in xen 3.2.1 debian Lenny"
From: "francisco arteaga manlete" <pakordo@xxxxxxxxxxx>
Date: Wed, 28 Jan 2009 17:47:56 +0100
Cc:
Delivery-date: Wed, 28 Jan 2009 08:48:46 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: normal
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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 <=