From owner-freebsd-questions@FreeBSD.ORG Wed Feb 4 10:43:56 2004 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 4C73916A4CE for ; Wed, 4 Feb 2004 10:43:56 -0800 (PST) Received: from asteroids.scarlet-internet.nl (asteroids.scarlet-internet.nl [213.204.195.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 719C643D6B for ; Wed, 4 Feb 2004 10:43:54 -0800 (PST) (envelope-from dontspamhenk@xs4all.nl) Received: (qmail 5881 invoked from network); 4 Feb 2004 18:43:43 -0000 Received: from unknown (HELO shell.dds.nl) ([195.47.220.10]) (envelope-sender ) by asteroids.scarlet-internet.nl (qmail-ldap-1.03) with SMTP for ; 4 Feb 2004 18:43:43 -0000 Date: Wed, 4 Feb 2004 19:41:48 +0100 (CET) From: dontspamhenk@xs4all.nl X-X-Sender: msmits@shell.dds.nl To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Fixing vinum after removing a HDD 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, 04 Feb 2004 18:43:56 -0000 Dear all, I'm running FreeBSD 4.8 on a system with 5 HDD's. ad0 is to be removed from the system. ad1, ad2 and ad3 contain my vinum drives. FreeBSD resides on the last disk (da0). Can anyone tell me if the following procedure is the right way to do it? 1. physically remove ad0 2. vinum resetconfig 3. change drivenumbers in vinum.conf 4. run vinum with the new configfile Thanks, Marc Disks currently in the system: ad0 (unused disk, to be removed from the system) ad1 (contains 1st vinum subdisk) ad2 (contains 2nd vinum subdisk) ad3 (contains 3rd vinum subdisk) da0 (contains all system partitions) My current vinum.conf: drive a device /dev/ad1s1h drive b device /dev/ad2s1h drive c device /dev/ad3s1h volume BigDisk0 plex org concat sd length 78159m drive a sd length 78159m drive b sd length 78159m drive c Disks after removing the 1st disk ad0 (contains 1st vinum subdisk) ad1 (contains 2nd vinum subdisk) ad2 (contains 3rd vinum subdisk) da0 (contains all system partitions) My future vinum.conf drive a device /dev/ad0s1h drive b device /dev/ad1s1h drive c device /dev/ad2s1h volume BigDisk0 plex org concat sd length 78159m drive a sd length 78159m drive b sd length 78159m drive c