From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 16:47:08 2005 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 6ECC016A4CE for ; Fri, 22 Apr 2005 16:47:08 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DDF43D5A for ; Fri, 22 Apr 2005 16:47:08 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 22 Apr 2005 11:45:58 -0500 Message-ID: <42692A89.9060507@daleco.biz> Date: Fri, 22 Apr 2005 11:47:05 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Timothy Radigan References: <20050422163710.0695843D46@mx1.FreeBSD.org> In-Reply-To: <20050422163710.0695843D46@mx1.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Apr 2005 16:45:59.0468 (UTC) FILETIME=[C308A6C0:01C5475A] cc: freebsd-questions@freebsd.org Subject: Re: Vinum 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, 22 Apr 2005 16:47:08 -0000 Timothy Radigan wrote: >I know this topic has come up before, but how in the world do you get vinum >to load AND start itself at boot time so I don't have to repair my mirrored >volumes every reboot? > >I have tried to add start_vinum="YES" to /etc/rc.conf but that ends in a >'panic dangling node' error. I also tried to add vinum_load="YES" to >/boot/loader.conf and that will load vinum at boot without panicing on me, >but it doesn't start vinum and bring the mirrored devices up. I have to >physically log into the server and type vinum start to bring up vinum. > >What I want, is that on a reboot, vinum is loaded at boot and is started so >that I can mount my vinum drive through /etc/fstab > >Any ideas/suggestions? > >--Tim > > > If you're on 5.X, I believe you want "gvinum" instead of "vinum"; vinum has been trying hard to catch up with the addition of the GEOM layer in 5.X (Kudos to Lukas E!) Kevin Kinsey