6 messages in com.xensource.lists.xen-develRe: [Xen-devel] null pointer in domU
FromSent OnAttachments
Tupshin Harper27 Apr 2005 19:26 
Keir Fraser28 Apr 2005 01:21 
Tupshin Harper28 Apr 2005 02:06 
Keir Fraser28 Apr 2005 02:21 
Tupshin Harper28 Apr 2005 02:33 
Keir Fraser28 Apr 2005 02:51 
Subject:Re: [Xen-devel] null pointer in domU
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:04/28/2005 02:51:42 AM
List:com.xensource.lists.xen-devel

On 28 Apr 2005, at 10:33, Tupshin Harper wrote:

BTW, is there any reccomended way of detecting a crashed domU and restarting it?

Ideally a control daemon would automatically detect and reboot for you, or execute a script of your choice. Right now your best bet is to periodically check for a heartbeat (e.g., network ping) and forcibly destroy+create if you see a problem.

-- Keir