From owner-freebsd-scsi@FreeBSD.ORG Sun Jun 6 02:37:54 2010 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6E5B1065676 for ; Sun, 6 Jun 2010 02:37:54 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 89DA48FC14 for ; Sun, 6 Jun 2010 02:37:54 +0000 (UTC) Received: by pwj1 with SMTP id 1so1363869pwj.13 for ; Sat, 05 Jun 2010 19:37:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=gzQc5/6Mn4fnCylnH7vbH7B268gbBPVlD6cbgdSbtUo=; b=RXcOEDTh6mv2YA8Hes7OpcSuNR3o5smn2jiBrnXsnS3vkK9RoE8kexpbtUFMaNBlFu Ltt2tOv0X1rLnICwQaJOuqBeo9DKMLHkQMXE3PhHlNF2snAAd8NHvKZXow3tBgCHgMkI PpuGAP9sw+sIB/qng+wTjzItOt1OsuqMSo2n8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=MuHr6fCpSEErVfhBHePCGCWD9zWNIZYTUa2cSmMUtbBRDoKghsEX7h4NIsbiUQNcIx pLjA72yLP7l6h8N1MCmlo4Dtpj4CFbNpYv1aUD5k1Txm1q3S10q3a5e2YizngOY9i7B9 2lNWCwxBGCfSGJmC09jfl3KS3ll0gNe7bDjEo= MIME-Version: 1.0 Received: by 10.141.88.13 with SMTP id q13mr10437699rvl.272.1275791873984; Sat, 05 Jun 2010 19:37:53 -0700 (PDT) Sender: artemb@gmail.com Received: by 10.141.40.4 with HTTP; Sat, 5 Jun 2010 19:37:53 -0700 (PDT) In-Reply-To: <4C0B077F.1020409@feral.com> References: <20100606014516.GA53735@putsch.kolbu.ws> <4C0B077F.1020409@feral.com> Date: Sat, 5 Jun 2010 19:37:53 -0700 X-Google-Sender-Auth: 4qSHaYJ_itbZrxe_z-qRD8-d1hs Message-ID: From: Artem Belevich To: Matthew Jacob Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-scsi@freebsd.org Subject: Re: mpt request timed out 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: Sun, 06 Jun 2010 02:37:54 -0000 On Sat, Jun 5, 2010 at 7:27 PM, Matthew Jacob wrote: > On 6/5/2010 7:25 PM, Artem Belevich wrote: >> I used to have "UNIT ATTENTION asc:29,0" errors on mpt when it was > I'm sorry, but this is useless and totally not relevant. Unit Attention in > this case just notes that a reset occurred.d Agreed. That particular message didn't help me at all in troubleshooting the problem. I've stumbled on correlating SMART data more or less by accident. >> In my case those errors were correlating pretty well with disks' SMART >> UDMA_CRC_Error_Count. > > That is much more useful. After firmware change both mpt and SMART errors disappeared. --Artem