Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 1996 23:18:54 +1030 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        hsu@freefall.freebsd.org (Jeffrey Hsu)
Cc:        hackers@freefall.freebsd.org
Subject:   Re: wierd scsi error message
Message-ID:  <199602241248.XAA27000@genesis.atrad.adelaide.edu.au>
In-Reply-To: <199602241140.DAA18993@freefall.freebsd.org> from "Jeffrey Hsu" at Feb 24, 96 03:40:09 am

next in thread | previous in thread | raw e-mail | index | archive | help
Jeffrey Hsu stands accused of saying:
> 
> I'm alarmed.  What does this mean?  I have an UltraStor 34F and sd0 is
> a Seagate ST15230N.
> 
> Feb 24 02:24:15 armour /kernel: sd0(uha0:0:0): Deferred Error: HARDWARE FAILURE 
> info:327900 asc:3,0 Peripheral device write fault field replaceable unit: 11 sks
> :80,19
> Feb 24 03:20:52 armour /kernel: sd0(uha0:0:0): Deferred Error: HARDWARE FAILURE 
> info:327900 asc:3,0 Peripheral device write fault field replaceable unit: 11 sks
> :80,19

It means the Seagate is very unhappy.  Some things to do :

Follow the example in the scsi(8) manpage to set the AWRE and ARRE attributes
on the disk (if they aren't already).  Because this is a write operation,
you should get a reallocation (assuming it's a bad sector).

Ring Seagate tech support and ask them about the numbers.  Info is obvious,
'asc' is the Additional Sense code, the drive is reporting FRU 11 as faulty,
and I'm not sure what the 'sks' value is.

FWIW, I was getting FRU 11 errors on an ST11200N (with AWRE and ARRE enabled)
and managed to cure them with a low-level format.  YMMV, in particular
FRU 11 on the 11200 may not match FRU 11 on the 15230.

You're getting a 'deferred error' because the drive has delayed the write
operation as an internal optomisation, and has only just discovered that it
can't actually write it out.


-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 0411-222-496       [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] Collector of old Unix hardware.      "Where are your PEZ?" The Tick  [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602241248.XAA27000>