From owner-freebsd-questions@FreeBSD.ORG Wed Aug 20 08:11:42 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 BCDB616A4BF for ; Wed, 20 Aug 2003 08:11:42 -0700 (PDT) Received: from tonnikala.nettikala.fi (tonnikala.nettikala.fi [212.182.218.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5DF843FBF for ; Wed, 20 Aug 2003 08:11:41 -0700 (PDT) (envelope-from mailing-lists@johanpaul.com) Received: from localhost (localhost [127.0.0.1]) by tonnikala.nettikala.fi (Postfix) with ESMTP id 9C2844200BA; Wed, 20 Aug 2003 18:11:45 +0300 (EEST) Received: by tonnikala.nettikala.fi (Postfix, from userid 612) id 7EBED4200C5; Wed, 20 Aug 2003 18:11:45 +0300 (EEST) Received: from johanpaul.com (tellus.milkyway [10.0.42.1]) by tonnikala.nettikala.fi (Postfix) with ESMTP id CD87B4200BA; Wed, 20 Aug 2003 18:11:44 +0300 (EEST) Message-ID: <3F438FAA.20205@johanpaul.com> Date: Wed, 20 Aug 2003 18:11:38 +0300 From: Johan Paul User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: fi, en-us, en MIME-Version: 1.0 To: Chuck Swiger References: <3F434494.3000609@johanpaul.com> <3F438D40.1080300@mac.com> In-Reply-To: <3F438D40.1080300@mac.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.6 required=7.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.43-cvs X-Spam-Level: X-Virus-Scanned: by AMaViS snapshot-20020531 cc: freebsd-questions@freebsd.org Subject: Re: Probing for RAID array status? 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, 20 Aug 2003 15:11:43 -0000 >> Is there a way for me to probe the status of my RAID array in the >> console? I am using Promise FastTrak TX2 as a RAID controller if it >> matters. And FreeBSD 4.8R. > Something like "atacontrol status 0" ...? Great - thanks! :-) I get enough information from that, that is: ar0: ATA RAID1 subdisks: ad4 ad6 status: READY and that I can now run as a cron event. Nice! :) regards, Johan Paul