From owner-freebsd-scsi@FreeBSD.ORG Tue Feb 28 01:08:37 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D67716A420 for ; Tue, 28 Feb 2006 01:08:37 +0000 (GMT) (envelope-from janm-freebsd-scsi@transactionware.com) Received: from mail.transactionware.com (mail.transactionware.com [203.14.245.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 0047E43D46 for ; Tue, 28 Feb 2006 01:08:35 +0000 (GMT) (envelope-from janm-freebsd-scsi@transactionware.com) Received: (qmail 40293 invoked from network); 28 Feb 2006 01:08:51 -0000 Received: from new.transactionware.com (192.168.1.55) by dm.transactionware.com with SMTP; 28 Feb 2006 01:08:51 -0000 Received: (qmail 3257 invoked by uid 1001); 28 Feb 2006 01:00:28 -0000 Date: 28 Feb 2006 01:00:28 -0000 Message-ID: <20060228010028.3256.qmail@new.transactionware.com> From: janm-freebsd-scsi@transactionware.com To: freebsd-scsi@freebsd.org Subject: Re: A tiny amr(4) monitoring tool X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 01:08:37 -0000 [ Resend to the list, I used the wrong originator address to make it through the "subscribers only" filter. ] Hi, I wrote an ipsstat utility that I've been emailing people for a while. I've been meaning to put it on the web; those who are interested can get it from: http://janm.transactionware.com/ipsstat/ipsstat.tar.bz2 Regards, Jan. >> -----Original Message----- >> From: owner-freebsd-scsi@freebsd.org >> [mailto:owner-freebsd-scsi@freebsd.org] On Behalf Of Scott Long >> Sent: Sunday, 26 February 2006 4:57 AM >> To: Jung-uk Kim >> Cc: freebsd-scsi@freebsd.org >> Subject: Re: A tiny amr(4) monitoring tool >> >> >> This is pretty cool. You should check it into /usr/src/usr.sbin. I'm >> working on a similar tool for IPS. >> >> Scott >> >> >> Jung-uk Kim wrote: >> > >>> > This is a small amr(4) tool that I've been using for a > >> while. It was > >>> > originally posted here: >>> > >>> > http://docs.freebsd.org/cgi/mid.cgi?42345F33.8030101 >>> > >>> > I added few more features, e. g., battery status, physical drive >>> > status, etc. Sorry but the source is not very clean (i. e., >>> > ENOTIME). >>> > >>> > http://people.freebsd.org/~jkim/amrstat2.tar.gz >>> > >>> > usage: amrstat [-a num] [-b] [-c ctlr|-f dev] [-g] [-l vol] >>> > [-p drive|-s bus[:target]] [-t usec] [-v] >>> > >>> > -a num number of retries >>> > -b battery status >>> > -c ctrl controller ID >>> > -f dev device path >>> > -g print global parameters >>> > -l vol logical volume ID >>> > -p drive physical drive ID >>> > -s bus[:target] SCSI bus (and optinal target) >>> > -t usec sleep time between retries >>> > -v verbose output >>> > >>> > Example 1: >>> > # amrstat >>> > Logical volume 0 optimal (547.67 GB, RAID5) >>> > Logical volume 1 optimal (547.67 GB, RAID5) >>> > Physical drive 0:10 online >>> > Physical drive 0:11 online >>> > Physical drive 0:12 online >>> > Physical drive 0:13 online >>> > Physical drive 1:0 online >>> > Physical drive 1:1 online >>> > Physical drive 1:2 online >>> > Physical drive 1:3 hotspare >>> > Physical drive 1:4 online >>> > Physical drive 1:5 online >>> > >>> > Example 2: >>> > # amrstat -b -l0 -s0 >>> > Battery status not present, charge unknown >>> > Logical volume 0 degraded (341.83 GB, RAID5) >>> > Physical drive 0:0 online >>> > Physical drive 0:1 online >>> > Physical drive 0:2 rebuild >>> > Physical drive 0:3 online >>> > Physical drive 0:4 online >>> > Physical drive 0:5 online >>> > >>> > If other tools are too heavy for you, this may be a good > >> alternative. > >>> > >>> > Cheers, >>> > >>> > Jung-uk Kim >>> > _______________________________________________ >>> > freebsd-scsi@freebsd.org mailing list >>> > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi >>> > To unsubscribe, send any mail to > >> "freebsd-scsi-unsubscribe@freebsd.org" >> >> _______________________________________________ >> freebsd-scsi@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-scsi >> To unsubscribe, send any mail to >> "freebsd-scsi-unsubscribe@freebsd.org" >>