[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] What is the best way to determine a domU is running?
- To: "Dominik Klein" <dk@xxxxxxxxxxxxxxxx>
- From: "trilok nuwal" <tc.nuwal@xxxxxxxxx>
- Date: Mon, 20 Aug 2007 15:38:50 +0530
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 20 Aug 2007 03:09:25 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=EDDBfcG9VOzy9D/hxqJAma9arOtOWM7QouCZNypug1pbZq430TvulR2Q62w5N2AgJZJMCuCW9AFxOB4xpu9XwqqEHDr82VYKSUJvwHnFrNgTX2gLBYgcr335ssFUlVisteJY5WfVs5bBk424Ikxa0wjZjO1xF0KcEmM+jNWgDDg=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
If this has static ip then you can ping from dom0 and check if its in healthy state.
# xm list also show domain state but sometimes these are misleading.
On 8/8/07, Dominik Klein <dk@xxxxxxxxxxxxxxxx> wrote:
Hi
I need a healthcheck for my domU.
Of course I could go "xm list|grep $dom" but that is pretty ugly. I could also ping my domain's IP but that tells me nothing about its state as a Xen domain.
So what is the suggested way to determine the domain status correctly?
Regards Dominik
_______________________________________________ Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|