From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 23:39:27 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 35DB716A4B3 for ; Thu, 23 Oct 2003 23:39:27 -0700 (PDT) Received: from carter.lisco.com (carter.lisco.com [69.18.32.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id F181143F93 for ; Thu, 23 Oct 2003 23:39:25 -0700 (PDT) (envelope-from freebsd@thebeatbox.org) Received: from thebeatbox.org (69-18-60-36.lisco.net [69.18.60.36]) by carter.lisco.com (8.11.6/8.10.1) with ESMTP id h9O6dOn12090; Fri, 24 Oct 2003 01:39:25 -0500 (CDT) Received: from roland [192.168.3.12] by thebeatbox.org (SMTPD32-6.03) id A9BA8D7014E; Fri, 24 Oct 2003 01:42:02 -0500 From: "Roland Wells" To: "Mike Maltese" , Date: Fri, 24 Oct 2003 01:42:01 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <003c01c399f1$3b5d6390$f4f0a8c0@pcmedx.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: vinum concatenated raid setup problems 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: Fri, 24 Oct 2003 06:39:27 -0000 > > start_vinum="YES" is already in the /etc/rc.conf...see below: > > > > --------------------------------------------------- > > thegibsor# cat /etc/rc.conf > > # -- sysinstall generated deltas -- # Sun Oct 19 20:37:29 2003 > > # Created: Sun Oct 19 20:37:29 2003 > > # Enable network daemons for user convenience. > > # Please make all changes to this file, not to > /etc/defaults/rc.conf. > > # This file now contains just the overrides from > /etc/defaults/rc.conf. > > hostname="thegibsor.thebeatbox.org" > > sshd_enable="YES" > > usbd_enable="NO" > > start_vinum="YES" # set to YES to start vinum > > Doh! My faux pas. I'm reading up a bit, but this one may be > best left to > Greg. Have you verified that the vinum module has loaded > after boot? One > other thing I just noticed, you didn't use setupstate in the > volume line of > your config file...did you do an init on the second > plex/subdisk before you > newfs'd and mounted the volume? not a faux pas for me!! as i am new to this and it could be anything, I did init the second plex before newfs'ing and mounting it, but I think that the auto mounting is less of a problem than the config not being read (or vinum not starting) with the reboot. If i can get that fixed, i think i will be well on my way to getting this solved... it doesn't look like the vinum kld is being loaded, since even with the vinum config gone, it should say something like "no vinum drives found, vinum not loaded" in dmesg (i think, please correct me if im wrong) i will investigate this furthar and report back. thanks for the help roland