From owner-freebsd-stable@FreeBSD.ORG Tue Jul 10 17:33:05 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39EA3106564A for ; Tue, 10 Jul 2012 17:33:05 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id D50438FC15 for ; Tue, 10 Jul 2012 17:33:04 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q6AHWiWX023058; Tue, 10 Jul 2012 10:32:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1341941566; bh=yXwL9qjvSHX/RW2BZMou1C+Y0P0kNix5n9B0riNZDNI=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=izcVz2IE7Pf3A47jTNNcjtXjdQongovZmolb9nuDPwGG8h4ecNDhDfhrDemWpoNPE pMS3kVFDLF/Rj+BuMgXXn8dtKZ1WXDLBAOAOgNlhB0soG23qajlPgydtlZHSD4tbIU P5VKYtdKgx51bHjF1CnB9KzsWpvDhSbWr4v8ZlGI= From: Sean Bruno To: Pete French In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 10 Jul 2012 10:32:44 -0700 Message-ID: <1341941564.2573.13.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 941565001 Cc: "stable@freebsd.org" Subject: Re: Recommendation for Hyervisor to host FreeBSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 17:33:05 -0000 On Thu, 2012-07-05 at 04:43 -0700, Pete French wrote: > So, my work surprise for a Thursday morning is an urgent requirement to > see if we can run a set of FreeBSD machines under virtualised servers. > I have not done this before personally, but I notice from post here > that it doesnt seem uncommon, and I see Xen related commits flowing > past, so I am guessing it is doable. > > So, for running 8 or 9 STABLE can anyone recommend which hypervisor > works best, and is 8 or 9 better as the OS to run ? Am doing a bit > of research myself, but nothing beats persoanl experience in these > matters! > > cheers, > > -pete. Just a few notes from clusteradm@ about this. I've been running a CentOS 5 machine with xen3 pretty successfully with PV 32 bit and 64 bit HVM vms for a while now. I install CentOS 5 and then go to the gitco repo here: http://www.gitco.de/repo/ Pretty straight forward stuff. I install the VMs in full HVM mode using VNC redirection and then switch them over to PV or HVM mode and setup serial consoles. If you have any questions, let me know. I can dump some of the configurations to help you out if you wish. Sean