From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 12:56:56 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 49BC116A4CE for ; Sun, 14 Dec 2003 12:56:56 -0800 (PST) Received: from smtp1.global.net.uk (smtp1.global.net.uk [80.189.94.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A4443D1D for ; Sun, 14 Dec 2003 12:56:54 -0800 (PST) (envelope-from john.ekins.REMOVE@brightview.com) Received: from [195.137.100.169] (helo=chunky.internal.amaretti.net) by smtp1.global.net.uk with asmtp (Exim 4.24; FreeBSD 5.1) id 1AVdIJ-000Ppl-6Z; Sun, 14 Dec 2003 20:56:51 +0000 Date: Sun, 14 Dec 2003 20:56:28 +0000 From: John Ekins To: Dan Nelson Message-Id: <20031214205628.647732a1.john.ekins.REMOVE@brightview.com> In-Reply-To: <20031214202722.GD17799@dan.emsphone.com> References: <200312141014.hBEAE6q11761@thunder.trej.net> <20031214202722.GD17799@dan.emsphone.com> Organization: Brightview X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authenticated-Sender: jre cc: freebsd@dagerot.nu cc: freebsd-questions@freebsd.org Subject: Re: How to find out which drive isdown? 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: Sun, 14 Dec 2003 20:56:56 -0000 On Sun, 14 Dec 2003 14:27:23 -0600 Dan Nelson wrote: [snipped] -> "Vunum ld" will list the disks and their status. If you're not sure -> which physical disk is "da1", you'll probably have to look at the -> jumper settings on each drive. If you can see the serial numbers on the drives how about... bilko# camcontrol devlist at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,da1) at scbus0 target 2 lun 0 (pass2,da2) then... bilko# camcontrol inquiry 0:0:0 pass0: Fixed Direct Access SCSI-3 device pass0: Serial Number 3FE294G600007342CTJN pass0: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled -> Dan Nelson Cheers, John.