From owner-freebsd-stable@FreeBSD.ORG Fri Apr 13 08:38:27 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6D0A16A401 for ; Fri, 13 Apr 2007 08:38:27 +0000 (UTC) (envelope-from defan@zenon.net) Received: from mp.zenon.net (mp.zenon.net [195.2.72.79]) by mx1.freebsd.org (Postfix) with ESMTP id 658C113C46A for ; Fri, 13 Apr 2007 08:38:27 +0000 (UTC) (envelope-from defan@zenon.net) Received: from [192.168.13.151] (HELO zts) by mp.zenon.net (CommuniGate Pro SMTP 4.3.7) with SMTP id 22274206 for freebsd-stable@freebsd.org; Fri, 13 Apr 2007 11:38:24 +0400 Message-ID: <0a5401c77d9e$b7b18e00$970da8c0@jam.zenon.net> From: "Andrew N. Below" To: Date: Fri, 13 Apr 2007 11:38:24 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Subject: aac driver debug info X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 08:38:27 -0000 Hi. Is there any way to understand the following message from aac driver? Apr 13 11:06:42 xxx kernel: aac0: EventNotify(0) Apr 13 11:06:42 xxx kernel: aac0: (EnclosureManagement) EMPID 0 unit 0 event 22 Hardware is Adaptec 2420SA SATA RAID controller. Kernel was built with AAC_DEBUG=0 option specially for debug messages (aaccli does not work with this card). Controller is running with one RAID1 array, and first physical disk displays "SMART Error" on boot screen: Port# Box# Slot# Vendor Product Info Rev# Speed Size SMART Error ------------------------------------------------------------------------- 0 -- -- ST3250820A 3.AA 3.0 Gb/s 232.88 GB Y 1 -- -- ST3250820A 3.AA 3.0 Gb/s 232.88 GB N So, "unit 0" is the first disk, and "event 22" is a SMART error? Can I find the list of other possible "events"? We still don't have working CLI utility for newer adaptec cards in 6-STABLE? I also work with several boxes under Solaris 10 x86 with the same hardware. I use arcconf utility from StorMan package and it works perfect. | UCLI | Adaptec uniform command line interface | UCLI | Version 4.30 (B16038) | UCLI | (C) Adaptec 2003-2006 | UCLI | All Rights Reserved But of course it is unreal to get source code... -- Andrew