From owner-freebsd-geom@FreeBSD.ORG Fri Dec 9 20:31:24 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B41F416A422 for ; Fri, 9 Dec 2005 20:31:24 +0000 (GMT) (envelope-from lapo@seanet.com) Received: from mx.seanet.com (mx.seanet.com [199.181.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE00643D88 for ; Fri, 9 Dec 2005 20:31:12 +0000 (GMT) (envelope-from lapo@seanet.com) Received: from [199.181.168.92] (wallace.osd.com [199.181.168.92]) (authenticated bits=0) by milkyway.seanet.com (8.13.4/8.13.4) with ESMTP id jB9KVArD050097 for ; Fri, 9 Dec 2005 12:31:11 -0800 (PST) (envelope-from lapo@seanet.com) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <169FE8E2-A191-491B-864D-C1CBE28EE827@seanet.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-geom@freebsd.org From: Lapo Nustrini Date: Fri, 9 Dec 2005 12:30:35 -0800 X-Mailer: Apple Mail (2.746.2) Subject: gmirror load problem X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 20:31:24 -0000 I'm trying to create a geom mirror using /dev/da0 and /dev/da1 on a live system. The system is running FreeBSD 5.4-RELEASE Its a dual Xeon setup with hot swappable scsi drives. The standard way I've achieved this in the past is by wiping out da1 and labeling da1 with: # dd if=/dev/zero of=/dev/da1 bs=512 count=79 # gmirror label -v -n -b round-robin gm0 /dev/da1 # gmirror load Then using fdisk to create a single dedicated partition on the disk, before moving on to recreating the file structure using bsdlabel, etc... # fdisk -v -B -I /dev/mirror/gm0 etc... I've done the above on 4 other similar servers in the past with no problems. This time however "gmirror load" returns a "Command 'load' not available" error. I thought gmirror must be already loaded but I can't unload gmirror or see a /dev/mirror directory on the system. The only gmirror commands which don't error out are: gmirror label and gmirror help. Does anyone have any ideas as to what I should be looking for to figure out what is preventing gmirror from loading? Thanks, Lapo Nustrini