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] xend and xen-tool crashed after intensive operation

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xend and xen-tool crashed after intensive operation
From: 서지혜 <bonayaing@xxxxxxxxx>
Date: Tue, 17 Nov 2009 09:27:56 +0900
Delivery-date: Mon, 16 Nov 2009 16:28:39 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Q42QcsYxsDlfrdYW1j3K+gGslwjxZvDDIGzAaDSk1Ok=; b=LyvjCqPVYfMUyOKNp14BswX/vT8fo03bMH4Lb7sp+8B1pTY0pvvnETxKrzIU+1mqsx hL2phEjr3JStiRK4oKTZz4sPZKdnVagZda4O0HL72Z/KlxQjJJyKjDFnp6JXuuCB/wmc 73E0iHywain6B58JmVKSQ9pDy5FOpyenzqAOA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tL1s6f+dFXOUPhzDN4SwccIvJ5j41dmgZRM/veOhxAIXVW4nI1aHtntECjJ7K9M8ru pNx4wdQQmKkpBqHzYArP+Vq+l445vmwPYT4ItShfFL+pkiA32aZZmgxDJep13BsoVLuz JauppxtTcUi03bvIN+2s0/7fbDKuO0tEXNPHc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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
After running intensively (i.e. running >10 guests and migrating them all into other machines etc.) , I wasn't able to
run xen tools as the following messages show.
 
 
># xm list
Error: (9, 'Bad file descriptor')
Usage: xm list [options] [Domain, ...]
List information about all/some domains.
  -l, --long                     Output all VM details in SXP
  --label                        Include security labels
  --state=<state>                Select only VMs with the specified state
 
>vi /var/log/xen/xend.log
 
[2009-11-17 09:16:57 3087] ERROR (xmlrpclib2:178) Internal error handling xend.domains_with_state
Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/xen/util/xmlrpclib2.py", line 131, in _marshaled_dispatch
    response = self._dispatch(method, params)
  File "/usr/lib64/python2.5/SimpleXMLRPCServer.py", line 415, in _dispatch
    return func(*params)
  File "/usr/lib64/python2.5/site-packages/xen/xend/server/XMLRPCServer.py", line 66, in domains_with_state
    domains = XendDomain.instance().list_sorted(state)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line 809, in list_sorted
    doms = self.list(state)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line 779, in list
    self._refresh(refresh_shutdown = False)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line 396, in _refresh
    txn = xstransact()
  File "/usr/lib64/python2.5/site-packages/xen/xend/xenstore/xstransact.py", line 21, in __init__
    self.transaction = xshandle().transaction_start()
Error: (9, 'Bad file descriptor')
So I tried to restart xend daemon but failed to do so.
What is the problem for this? and How can I re-run the guests without rebooting the physical machine?
 
>service xend start
Starting xen daemons: xenstored blktapctrl xenconsoled xend[FAILED]
 
 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xend and xen-tool crashed after intensive operation, 서지혜 <=