From owner-freebsd-stable@FreeBSD.ORG Tue Apr 8 14:35:39 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77028106566B for ; Tue, 8 Apr 2008 14:35:39 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from gw.sandvine.com (gw.sandvine.com [199.243.201.138]) by mx1.freebsd.org (Postfix) with ESMTP id C88EC8FC22 for ; Tue, 8 Apr 2008 14:35:38 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from labgw2.phaedrus.sandvine.com ([192.168.3.11]) by gw.sandvine.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 8 Apr 2008 10:31:22 -0400 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 12627) id 1C63911662; Tue, 8 Apr 2008 10:31:22 -0400 (EDT) Date: Tue, 8 Apr 2008 10:31:21 -0400 From: Ed Maste To: Vivek Khera Message-ID: <20080408143121.GA82627@sandvine.com> References: <86F45867-B619-416A-AC4C-B9283A4CA25F@khera.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86F45867-B619-416A-AC4C-B9283A4CA25F@khera.org> User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 08 Apr 2008 14:31:22.0331 (UTC) FILETIME=[37A4DAB0:01C89985] Cc: FreeBSD Stable Subject: Re: aaccli on recent conrollers? 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: Tue, 08 Apr 2008 14:35:39 -0000 On Fri, Nov 10, 2006 at 11:42:40AM -0500, Vivek Khera wrote: > I have just built a new SunFire X4100 server with an Adaptec 2230SLP > RAID card using FreeBSD 6.2-PRE kernel (from September 20). > Everything is working extremely well except I cannot run the aaccli > utility on this controller. Have a look at arcconf (sysutils/arcconf) -- it's Adaptec's newer tool and should support both older and newer firmware; aaccli stopped working as of a certain version and I think Adaptec has no plans to work on it any longer. If you really want to use aaccli, you can downgrade the firmware on the new card -- of course, you'll have to use arcconf to do that step. The firmware version should be printed on a verbose boot. -Ed