From owner-freebsd-questions Tue Dec 8 12:50:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08087 for freebsd-questions-outgoing; Tue, 8 Dec 1998 12:50:26 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason03.u.washington.edu (jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08071 for ; Tue, 8 Dec 1998 12:50:23 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul9.u.washington.edu (root@saul9.u.washington.edu [140.142.82.7]) by jason03.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP id MAA23340; Tue, 8 Dec 1998 12:50:03 -0800 Received: from S8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul9.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP id MAA19552; Tue, 8 Dec 1998 12:50:02 -0800 (PST) Date: Tue, 8 Dec 1998 12:49:34 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Jon Charette cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: upgrading from 2.1.5 to latest? In-Reply-To: <001201be22bf$79a24c50$cdaa56cf@ENDOR> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 8 Dec 1998, Jon Charette wrote: >Hello, > >I am taking over a sysadmin position here at my company. Currently, my >firewall and main mail host are both running 2.1.5. Obviously, these >should be upgraded. > >Where should I start? Obviously, these machines cannot be down for very long. >How difficult is it to upgrade FreeBSD? > >Any pointers on where to start are more than appreciated. 2.1.5 is a good system. There are some here that have report uptime of 500+ days with it. It is not terribly hard to upgrade. You can do it many ways. Run '/stand/sysinstall' which I have done with little problem. I personally wouldn't do this in multi-user mode though. Fetch new source and do 'cd /usr/src; make world'. I have done this with little trouble. Run 'cvsup' and sup the new source and then 'make world'. I have also done this with little trouble. I like this method the best. Once you have cvsup you can keep your sources up to date by tracking -stable. This lets you get bug and security fixes pretty much automatically. You can run cvsup and make world on a running system then (if all goes well) the only down time you will have is a couple minutes for the reboot. Save your self a hassle and be sure to backup all of your configuration files at a bare minimum. If you use '/stand/sysintall' to do the upgrade be sure to _NOT_ change your disklabels. The jump to 2.2.8 might cause some breakages. I also recommend rebuilding your kernel after you rebuild your system. All of the information on how to do this is on the website. Catchya Later, | UW Mechanical Engineering Jason Wells | http://weber.u.washington.edu/~jcwells/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message