I've attached a run using the unix tools.  There were messages in the log 
which I've also attached.

Another symptom I've noticed is that when amanda uses multiple tapes.  The 
first tape will not be accessible by the amanda tools but mt/dd can read 
the fileheaders and read the backups.  But the tapes following the first 
are never readable by amanda nor mt/dd.

robin



On Wed, 19 Feb 2003, Joshua Baker-LePain wrote:

> On Wed, 19 Feb 2003 at 12:54pm, [EMAIL PROTECTED] wrote
> 
> > Sorry.  reflex reaction from using pine too long.  I'll keep it on the 
> > list.
> > 
> > I've attached the amidxtaped*.debug log.
> 
> >From that log:
> 
> amrestore:   0: skipping start of tape: date 20030219 label tape-08
> amrestore: error reading file header: Input/output error
> 
> The OS threw an I/O error when amrestore tried to read the second file.  
> It read the first one (the tape label) just fine.  Are there any errors in 
> your system logs?  Can you show us the text of a full mt/dd restore 
> attempt?
> 
> This looks like a system issue, rather than an amanda one.
> 
> 
Script started on Wed Feb 19 13:46:52 2003
host1 [%] /usr/sbin/mtx load 910
host1 [%] mt -f /dev/nst0 rewind
host1 [%] mt -f /dev/nst0 status
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x80 (DLT 15GB uncompressed).
Soft error count since last status=0
General status bits on (41010000):
 BOT ONLINE IM_REP_EN
host1 [%] mt -f /dev/nst0 fsf 1
host1 [%] mt - ff /dev/nst0 status
SCSI 2 tape drive:
File number=1, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x80 (DLT 15GB uncompressed).
Soft error count since last status=0
General status bits on (81010000):
 EOF ONLINE IM_REP_EN
host1 [%] dd if =/dev/nst0 skip=1 count=1 bs=32k
dd: reading `/dev/nst0: Input/output error
0+0 records in
0+0 records out
host1 [%] mt -f /dev/nst0 status
SCSI 2 tape drive:
File number=1, block number=-1, partition=0.
Tape block size 0 bytes. Density code 0x80 (DLT 15GB uncompressed).
Soft error count since last status=0
General status bits on (1010000):
 ONLINE IM_REP_EN
host1 [%] su c- [6Dmt -f /dev/nst0 rewind
host1 [%] mt -f /dev/nst0 fasf 1
host1 [%] mt -f /dev/nst0 dd if=/dev/nst0 skip=1 bs=32k|tar tvf -
dd: reading `/dev/nst0: Input/output error
0+0 records in
0+0 records out
host1 [%] exit
Script done on Wed Feb 19 13:58:15 2003
/var/log/messages
Feb 19 13:53:00 host1 kernel: st0: Error with sense data: Info fld=0x8000, Current 
st09:00: sense key Medium Error
Feb 19 13:53:00 host1 kernel: Additional sense indicates Recorded entity not found

Feb 19 13:58:00 host1 kernel: st0: Error with sense data: Info fld=0x8000, Current 
st09:00: sense key Medium Error
Feb 19 13:58:00 host1 kernel: Additional sense indicates Recorded entity not found

Reply via email to