From mboxrd@z Thu Jan 1 00:00:00 1970 From: tgh Subject: how to make checkpoint for a PV vm , while maintain it running ? Date: Wed, 21 Nov 2007 21:24:02 +0800 Message-ID: <47443172.4050306@sina.com.cn> References: <34958.46503.qm@web45614.mail.sp1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <34958.46503.qm@web45614.mail.sp1.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: xen-users@lists.xensource.com, xen-devel List-Id: xen-devel@lists.xenproject.org hi I have tried to make checkpoint for a PV vm with"xm save -c dom1 /tmp/dom1 "in xen-3.1.0,the ckeckpoint file could be used to restore the vm, but the vm do not continue to run ,after "xm save -c dom1 /tmp/dom1",the vm could not be accessed through console ,could not be shutdown using"xm shutdown dom1" and could not be pinged from dom0, but "xm destroy dom1" could work, should some configures be set before "xm save -c ",or what should i do to make a vm checkpoint, while maintain the checkpointed vm running? Thanks in advance