From owner-freebsd-xen@FreeBSD.ORG Thu Sep 1 18:32:40 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61E2C106566C for ; Thu, 1 Sep 2011 18:32:40 +0000 (UTC) (envelope-from gibbs@scsiguy.com) Received: from aslan.scsiguy.com (aslan.scsiguy.com [70.89.174.89]) by mx1.freebsd.org (Postfix) with ESMTP id 33B608FC13 for ; Thu, 1 Sep 2011 18:32:40 +0000 (UTC) Received: from [10.60.48.244] (166-205-141-152.mobile.mymmode.com [166.205.141.152] (may be forged)) (authenticated bits=0) by aslan.scsiguy.com (8.14.4/8.14.4) with ESMTP id p81IXucx068087 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 1 Sep 2011 12:34:07 -0600 (MDT) (envelope-from gibbs@scsiguy.com) References: <4E5FB8F0.9090204@scsiguy.com> <1314900303.9757.2.camel@hitfishpass-lx.corp.yahoo.com> In-Reply-To: <1314900303.9757.2.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 (iPhone Mail 8C148) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPhone Mail (8C148) From: "Justin T. Gibbs" Date: Thu, 1 Sep 2011 12:32:16 -0600 To: Sean Bruno X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (aslan.scsiguy.com [70.89.174.89]); Thu, 01 Sep 2011 12:34:08 -0600 (MDT) Cc: "freebsd-xen@freebsd.org" Subject: Re: [CFT/CFR] Improved Xen Suspend/Resume Support X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 18:32:40 -0000 On Sep 1, 2011, at 12:05 PM, Sean Bruno wrote: > On Thu, 2011-09-01 at 09:55 -0700, Justin T. Gibbs wrote: >> This work was sponsored by BQ Internet Corporation and they have >> successfully migrated 100+ FreeBSD VMs with these changes (slightly >> modified for use in 8.x). I'd like to have feedback from other >> developers and FreeBSD Xen users before submitting this and/or >> asking for approval to push them into 9.0. >>=20 >> Thanks, >> Justin >>=20 >=20 > hrm ... am I doing it right? >=20 > [root@xen1 xen]# xm suspend ref9-xen64 > Error: Domain is not managed by Xend lifecycle support. > Usage: xm suspend >=20 > Suspend a Xend managed domain > [root@xen1 xen]# rpm -q -a|grep xen > xen-libs-3.0.3-120.el5_6.2 > xen-3.4.3-5.el5 > xen-libs-3.4.3-5.el5 > kernel-xen-2.6.18-238.12.1.el5 > [root@xen1 xen]#=20 >=20 >=20 >=20 > Sean The domain must be "managed". You can use "xm new " to create a= managed domain. -- Justin=