From owner-freebsd-questions@FreeBSD.ORG Mon Oct 30 13:14:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9C4A016A403 for ; Mon, 30 Oct 2006 13:14:10 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF90543D4C for ; Mon, 30 Oct 2006 13:14:09 +0000 (GMT) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2006_10_30_14_14_08 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Mo, 30 Okt 2006 14:14:08 +0100 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.2499); Mon, 30 Oct 2006 14:14:08 +0100 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id k9UDE8ZA007704; Mon, 30 Oct 2006 14:14:08 +0100 (CET) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id k9UDE8ct007703; Mon, 30 Oct 2006 14:14:08 +0100 (CET) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Mon, 30 Oct 2006 14:14:08 +0100 From: Ewald Jenisch To: David Newman Message-ID: <20061030131408.GA7661@aurora.oekb.co.at> References: <454585D9.4090909@networktest.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <454585D9.4090909@networktest.com> User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 30 Oct 2006 13:14:09.0006 (UTC) FILETIME=[48AF10E0:01C6FC25] Cc: freebsd-questions@freebsd.org Subject: Re: accessing BIOS and RAID info on old Compaqs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 13:14:10 -0000 > > 2. Is there a way to monitor the Compaq Smart Array RAID controllers and > disks attached to them from within FBSD? > Hi David, I don't know of any online-monitoring, i.e. a utility that monitors the smartarray controllers/disks on an ongoing basis. However I know for sure that any smartarray-related messages (e.g. you pull one of the disks configured in a RAID1 or have a drive failure) end up in your syslog. From there you can periodically run grep over the syslog, send mail-messages etc. to notify you of any smartarray event. HTH -ewald