Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 1996 22:35:39 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-scsi@freebsd.org
Cc:        handy@sag.space.lockheed.com (Brian N. Handy)
Subject:   Re: WORM errors
Message-ID:  <199607302035.WAA12096@uriah.heep.sax.de>
In-Reply-To: <Pine.OSF.3.94.960730094315.22820J-100000@sag.space.lockheed.com> from "Brian N. Handy" at "Jul 30, 96 09:46:13 am"

next in thread | previous in thread | raw e-mail | index | archive | help
As Brian N. Handy wrote:

> Error code is "current errors"
> Segment number is 00
> Sense key is "Unit attention"

You should better catch UA's before starting anything else.  The
simplest way to do this is:


	scsi -f /dev/rworm0.ctl -c "0 0 0 0 0 0" > /dev/null 2>&1

It's a TEST UNIT READY command.

> 625149952 bytes transferred in 2039 secs (306596 bytes/sec)
> wormcontrol: ioctl(WORMIOFIXATION): Input/output error

Well, we need the SCSI error message for this (from the syslog or the
console).

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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