From owner-freebsd-alpha@FreeBSD.ORG Sun Oct 17 11:26:43 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2397316A4CE for ; Sun, 17 Oct 2004 11:26:43 +0000 (GMT) Received: from web50610.mail.yahoo.com (web50610.mail.yahoo.com [206.190.38.249]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B46343D31 for ; Sun, 17 Oct 2004 11:26:42 +0000 (GMT) (envelope-from randall272-fbsd@yahoo.com) Message-ID: <20041017112642.93053.qmail@web50610.mail.yahoo.com> Received: from [69.138.234.167] by web50610.mail.yahoo.com via HTTP; Sun, 17 Oct 2004 04:26:42 PDT Date: Sun, 17 Oct 2004 04:26:42 -0700 (PDT) From: To: freebsd-alpha@freebsd.org In-Reply-To: <20041017052632.GD93966@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: AS1000A with Mylex DAC960 RAID-5 as only disk X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: randall272-fbsd@yahoo.com List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 11:26:43 -0000 --- David O'Brien wrote: > On Sat, Oct 16, 2004 at 02:31:46PM -0700, randall272-fbsd@yahoo.com wrote: > > With 5.1 /stand/sysinstall does not list mlxd0 as device to disklable > > Don't use /stand/sysinstall. It is a wart on our that it even exists in > 5.x. Use /usr/sbin/sysinstall. Depending on when you first installed > FreeBSD on your AS1000, /stand/sysinstall could be from 4.x and could > give you problems. > > -- > -- David (obrien@FreeBSD.org) > I don't know if /stand/sysinstall was the one I used initially or not, I just booted the 5.1-RELEASE CD-ROM and used whatever came up. This was both during the sucessful and failed attemps to label the mlxd0. My day's work consisted of 1) find seven 4GB storageworks packs that are OK 2) go out to buy floppies since I couldn't find an undamaged one 3) write out the ra200rcu.exe ra200fl.exe and ra200srl.exe to a floppy 4) run the arc firmware and use it to run ra200rcu.exe 5) build RAID-5 device for hours-and-hours 6) boot 5.3-BETA7 and watch it panic 7) boot 5.1-RELEASE CD-ROM #1 and watch it fail to list mlxd0 as a disk 8) boot 5.1-RELEASE CD-ROM #2 and manually use bsdlabel, etc. 9) discover that CD-ROM #1 started admitting mlxd0 could be partitioned. 10) install 5.1-RELEASE 11) cvs RELENG_5 12) make buildworld I woke up this morning and made a stripped-down GENERIC and started "make kernel" on it.