From owner-freebsd-questions@freebsd.org Wed Sep 2 15:09:21 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5563F9C8F1D for ; Wed, 2 Sep 2015 15:09:21 +0000 (UTC) (envelope-from raimund.sacherer@logitravel.com) Received: from formentor.toolfactory.net (pina.toolfactory.net [213.97.158.39]) by mx1.freebsd.org (Postfix) with ESMTP id EA2C3F6B for ; Wed, 2 Sep 2015 15:09:20 +0000 (UTC) (envelope-from raimund.sacherer@logitravel.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by formentor.toolfactory.net (Postfix) with ESMTP id 772C817841B for ; Wed, 2 Sep 2015 17:09:12 +0200 (CEST) Received: from formentor.toolfactory.net ([127.0.0.1]) by localhost (formentor.toolfactory.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Iyw62rI0dDjD for ; Wed, 2 Sep 2015 17:09:12 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by formentor.toolfactory.net (Postfix) with ESMTP id 2E0C8178437 for ; Wed, 2 Sep 2015 17:09:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at logpmzimmta01v.toolfactory.net Received: from formentor.toolfactory.net ([127.0.0.1]) by localhost (formentor.toolfactory.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KmKVrry4amHZ for ; Wed, 2 Sep 2015 17:09:12 +0200 (CEST) Received: from xorrigo.toolfactory.net (xorrigo.toolfactory.net [192.168.2.210]) by formentor.toolfactory.net (Postfix) with ESMTP id 1886E17841B for ; Wed, 2 Sep 2015 17:09:12 +0200 (CEST) Date: Wed, 2 Sep 2015 17:09:11 +0200 (CEST) From: Raimund Sacherer Reply-To: Raimund Sacherer To: FreeBSD Questions Message-ID: <1191031848.12018409.1441206551674.JavaMail.zimbra@logitravel.com> In-Reply-To: <112342674.12012299.1441206175639.JavaMail.zimbra@logitravel.com> Subject: How to convert a physical host into a Jail? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.2.213] X-Mailer: Zimbra 8.0.8_GA_6184 (ZimbraWebClient - SAF7 (Mac)/8.0.8_GA_6184) Thread-Topic: How to convert a physical host into a Jail? Thread-Index: BDOp0TjLS6P7Yr5P5gVvBwwSlw5OKg== X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 15:09:21 -0000 Hello, the first server I set up in our production environment was a backup server. Its FreeBSD 10.0 and I installed our backup server directly without creating jails first. Now that I am much more familiar with FreeBSD and jails (iocage) I would like to: clone (move, sync, ...?) the physical host into a iocage jail after the clone works stop and remove the services from the host Then upgrade to 10.2. I am not sure on how to correctly move the physical host installation to the jail, also not sure about the correct way for the jail to get to various zfs datasets which our backup server needs. Allow them to mount in the Jail? Move them from where they are to beneath the jail? What are the differences? Thank you Best Ray --