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-devel

[Xen-devel] Domain Failure Diagnosis Tool

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Domain Failure Diagnosis Tool
From: Ewan Mellor <ewan@xxxxxxxxxxxxx>
Date: Wed, 19 Oct 2005 14:12:18 +0100
Delivery-date: Wed, 19 Oct 2005 13:09:34 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
I have added to the tree a diagnosis tool, which will look at the state of a
domain and the store and try and figure out at which stage in the start-up
process your domain creation is failing.

To run this tool, execute

PYTHONPATH=/usr/lib/python python /usr/lib/python/xen/util/diagnose.py <dom>

where <dom> is the name or ID of the domain that is having problems.

By its very nature, this tool is hacky.  It is never going to be clean code,
and it is never going to be integrated with xm or anything like that, and it
is never going to be guaranteed that it will work, or will diagnose any
particular error.  Please do not rely upon it being around -- it may go away
at any time.  The purpose of this tool is to help developers and
first-adopters to diagnose their problems, and you should never use it or need
to use it on a stable Xen installation (once we have such things).

Please, if you are still having trouble with domains that don't start, block
devices that are blocking very well but not doing very much devicing, run this
tool and let us know what it says.

This tool will be pushed to the public server once our next test run completes
successfully, which hopefully will be soon.  Some of the recent changes may
fix your problem, too, so make sure that you are on a brand new changeset,
clean build, etc.

Cheers,

Ewan.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Domain Failure Diagnosis Tool, Ewan Mellor <=