From owner-freebsd-questions@FreeBSD.ORG Fri Feb 9 14:47:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E05116A408 for ; Fri, 9 Feb 2007 14:47:33 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id 74E3913C4A8 for ; Fri, 9 Feb 2007 14:47:33 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.54) id 1HFX27-0007ED-IV for freebsd-questions@freebsd.org; Fri, 09 Feb 2007 09:47:27 -0500 Message-ID: <00eb01c74c59$37db0790$6501a8c0@GRANT> From: "Grant Peel" To: Date: Fri, 9 Feb 2007 09:47:27 -0500 Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Importing a server setup. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 14:47:33 -0000 Hi all, I have a very good setup on a server that I would like to clone to a = brand new server, and an existing server. My plan is dependant on two things, feel free to comment on them if I am = missing something: 0. Make sure the machine to be cloned is using a generic kernel, and = ensure the SAS driver is enabled. 1. I will take complete dumps of all the file systems (less swap and dev = of course). These will be kept on a local machine that has filesharing = setup (another freebsd box). 2. a. I will boot the new box using FreeBSD 6.1 or 6.2 CD. (How do I = keep from entering sysinstall?) b.Setup the new filesystems, c. setup a local network IP and configure a network fileshare = client so I can get to the dumps, (this is doable, right?) d. inport the stored data, and configure the machine specific = details (hostname, IP etc etc etc), Am I missing antything here? -Grant