From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 20:18:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C052F37B405 for ; Tue, 22 Apr 2003 20:18:41 -0700 (PDT) Received: from grumpy.dyndns.org (user-24-214-34-52.knology.net [24.214.34.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A7B43FB1 for ; Tue, 22 Apr 2003 20:18:40 -0700 (PDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from grumpy.dyndns.org (localhost [127.0.0.1]) by grumpy.dyndns.org (8.12.9/8.12.9) with ESMTP id h3N3Id14016628; Tue, 22 Apr 2003 22:18:39 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Received: from localhost (localhost [[UNIX: localhost]]) by grumpy.dyndns.org (8.12.9/8.12.9/Submit) id h3N3IYl3016627; Tue, 22 Apr 2003 22:18:34 -0500 (CDT) From: David Kelly To: BSD baby , freebsd-questions@freebsd.org Date: Tue, 22 Apr 2003 22:18:34 -0500 User-Agent: KMail/1.5.1 References: <20030423010932.GA869@mail.hitmedia.com> In-Reply-To: <20030423010932.GA869@mail.hitmedia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304222218.34643.dkelly@HiWAAY.net> Subject: Re: setting up many FreeBSD boxes at once... advice? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 03:18:42 -0000 On Tuesday 22 April 2003 08:09 pm, BSD baby wrote: > I'm going to be setting up 6 identical FreeBSD boxes at the same > time. (Workstation boxes inside our office.) > > Each one with the exact same setup. Same ports installed, etc. > > Anyone whose done this before have any advice? > > Should I put /usr/ports on one NFS share so I don't have to keep > cvsuping the directories or downloading the source files? > > Actually... if the boxes are identical is there any harm in doing > a permanent NFS for the whole /usr partition? All sharing one /usr? Haven't installed multiple identical FreeBSD workstations much of late. But I wouldn't bother with the NFS shared filesystems idea. Build one system to your liking. Then clone it. Several ways to do it. Easiest to explain is to remove the other 5 HD's and temporarily install in your "master". I favor the "dump | restore" technique. Or dump each filesystem to a file and restore that dump image to similar partitions on the new drives. Variations on this theme is to create the dump images and boot the clone machines with the standalone live filesystem CDROM. Create the partitions. Then suck the dump images over the network or from custom CDROMs. Another way which works pretty good is to make careful notes on your actions within sysinstall building the first machine. Repeat on the other 5. Think I once saw a an option for reading custom install parameters/scripts from within sysinstall? Haven't pursued that lately. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.