From owner-freebsd-scsi@FreeBSD.ORG Thu May 13 09:06:53 2004 Return-Path: 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 0CD2016A4CE for ; Thu, 13 May 2004 09:06:53 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96D3643D53 for ; Thu, 13 May 2004 09:06:52 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i4DGBcu6074047; Thu, 13 May 2004 10:11:38 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40A39D05.9010405@freebsd.org> Date: Thu, 13 May 2004 10:06:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Bowman References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: "'scsi@freebsd.org'" Subject: Re: smartmontools with aac X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2004 16:06:53 -0000 Don Bowman wrote: > is there a way to use smartmontools with > aac? > > e.g. smartctl wants to see 'ad0' or 'da0' > as the disk to connect to. For aac, it is > aacd0. Specifying: > > smartctl -i -d scsi -a aacd0 > gives > Smartctl open device: aacd0 failed: Inappropriate ioctl for device > > I'm not really sure what ioctl are being used, > i guess i should look in the smartmontool source. > > --don AAC containers do not export SMART events. You can monitor individual disks by enabling the aacp driver and watching the /dev/passN devices, or you can script the aaccli to report events for you. Scott