Date: Tue, 26 May 1998 18:55:56 +0200 (CEST) From: hans@artcom.de (Hans Huebner) To: ljo@mcs.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DLT tape errors Message-ID: <m0yeN12-00024OC@mail.artcom.de> In-Reply-To: <199805261525.KAA18787@Venus.mcs.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199805261525.KAA18787@Venus.mcs.net> you write: >When backing up to a Digital TZ87 DLT tape drive I sometimes get the >following errors ansyslogged and dump quits: >st0(ncr0:4:0): Deferred Error: RECOVERED ERROR asc:a,0 Error log overflow >Any ideas what these mean? Or how to avoid them? Also why does dump >fail for a recovered error? They mean that the error log storage of the DLT drive has been exhausted. This is not a severe error in itself (that's why it says 'RECOVERED ERROR'), but it does point you to a problem. You should look at the error log pages of the drive to see what's wrong. To do this, you can either use the scsi(8) utility which is included with FreeBSD (you need the DLT's handbook to do that) or the DLTtools utility which is available at Quantum's web site. I'd suspect that the drive either needs cleaning or that there have been many (recovered) media errors. In either case, corrective action should be taken. To avoid the error during dumps, query and clear the log page of the DLT drive regularily. After each backup run would be a fine point in time. Regards, Hans To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0yeN12-00024OC>