From owner-freebsd-sparc64@FreeBSD.ORG Wed Aug 17 14:14:33 2011 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C008D1065672 for ; Wed, 17 Aug 2011 14:14:33 +0000 (UTC) (envelope-from riccardo.veraldi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5925E8FC13 for ; Wed, 17 Aug 2011 14:14:32 +0000 (UTC) Received: by wwi36 with SMTP id 36so1013819wwi.31 for ; Wed, 17 Aug 2011 07:14:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=eWeeGpNcQf8cEJGRVC2viJmjz0vxnKbSeDhSyFj5RhQ=; b=FzEYVAgM9jMPbqVDORbFJvtguOVMNZQWyXYmuWS1PheaGeI7/N3sfMIWjqodL5T0V+ iVy0TBoR/kgjh3DRboYxvxGV/ZpdGmAz9IwvB9PFDGpRASOtXdWMH87sC4JEzaZUF+uv 5t3N+r4WZIfUvx4VThUvcoLF3dVJ19rkrDfUY= Received: by 10.227.198.130 with SMTP id eo2mr923960wbb.50.1313590472276; Wed, 17 Aug 2011 07:14:32 -0700 (PDT) Received: from [131.154.3.242] (darwin.cnaf.infn.it [131.154.3.242]) by mx.google.com with ESMTPS id et16sm952576wbb.2.2011.08.17.07.14.31 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Aug 2011 07:14:31 -0700 (PDT) Message-ID: <4E4BCCC6.1040904@gmail.com> Date: Wed, 17 Aug 2011 16:14:30 +0200 From: Riccardo Veraldi User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: SCSI Errors on Sun Blade 1000 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 14:14:33 -0000 FreeBSD 8.2-RELEASe I have these errors on dmesg (da2:sym1:0:3:0): WRITE(10). CDB: 2a 0 1 9d 6e e0 0 0 20 0 (da2:sym1:0:3:0): CAM status: SCSI Status Error (da2:sym1:0:3:0): SCSI status: Check Condition (da2:sym1:0:3:0): SCSI sense: UNIT ATTENTION asc:29,4 (Device internal reset) (da2:sym1:0:3:0): WRITE(10). CDB: 2a 0 1 9d 6e e0 0 0 20 0 (da2:sym1:0:3:0): CAM status: SCSI Status Error (da2:sym1:0:3:0): SCSI status: Check Condition (da2:sym1:0:3:0): SCSI sense: HARDWARE FAILURE info:a050 asc:40,82 ((null)) the drive is still workign fine, is it dieing ? thanks Rick