I did a full shutdown of the server and the devices as you mentioned --
still having the same problem. However, I do have an Exabyte 8700 tape drive
and this is what is detected:
Nov 21 12:29:02 mail kernel: Vendor: EXABYTE Model: EXB-8505
Rev: 0051
Nov 21 12:29:02 mail kernel: Type: Sequential-Access
ANSI SCSI revision: 02
Nov 21 12:29:04 mail kernel: Detected scsi tape st0 at scsi0, channel 0, id
2, lun 0
Nov 21 12:29:04 mail kernel: (scsi0:0:2:0) Synchronous at 5.0 Mbyte/sec,
offset 11.
My tapetype in the amanda.conf file is set to 8700 parameters:
tapetype EXB-8700
define tapetype EXB-8700 {
comment "Exabyte EXB-8700 drive"
length 7000 mbytes
filemark 48 kbytes
speed 575 kbytes
}
I also have my symbolic link between /dev/tape and /dev/nst0 -- notice above
it detects scsi tape st0 (not nst0) -- would this be an issue?
Shane
-----Original Message-----
From: Bort, Paul [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 21, 2000 12:08 PM
To: 'Shane T. Ferguson'; Amanda-Users
Subject: RE: Problem with Amcheck
The part of this that concerns me is the status bits BOT (beginning of tape)
and DR_OPEN (door open) being on at the same time. On my 8505, DR_OPEN means
that there is no tape in the drive, and if there is no tape, how can it be
at the beginning?
I would suggest a proper shutdown for the server, including switching off
the power. While the server is off, switch off all the external SCSI
devices. Then turn the externals on one at a time, followed by the server.
If it's still confused about the tape drive, my guess is that it's a
hardware/firmware problem in the tape drive.
-----Original Message-----
From: Shane T. Ferguson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 21, 2000 10:19 AM
To: Amanda-Users
Subject: Problem with Amcheck
Hi,
I have a strange problem with my backup system. Everything worked the other
day - until I rebooted the server. The system consists of Redhat 5.2,
amanda-2.4.1p1, Exabyte 8700.
Here is the output of mt status:
[bin@mail sbin]$ mt status
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x0 (default).
Soft error count since last status=0
General status bits on (40050000):
BOT DR_OPEN IM_REP_EN
dmesg:
(scsi0) <Adaptec AHA-2940A Ultra SCSI host adapter> found at PCI 10/0
(scsi0) Narrow Channel, SCSI ID=7, 3/255 SCBs
(scsi0) Warning - detected auto-termination
(scsi0) Please verify driver detected settings are correct.
(scsi0) If not, then please properly set the device termination
(scsi0) in the Adaptec SCSI BIOS by hitting CTRL-A when prompted
(scsi0) during machine bootup.
(scsi0) Cables present (Int-50 NO, Ext-50 YES)
(scsi0) Downloading sequencer code... 419 instructions downloaded
scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.2/3.2.4
<Adaptec AHA-2940A Ultra SCSI host adapter>
scsi : 1 host.
Vendor: EXABYTE Model: EXB-8505 Rev: 0051
Type: Sequential-Access ANSI SCSI revision: 02
Detected scsi tape st0 at scsi0, channel 0, id 2, lun 0
(scsi0:0:2:0) Synchronous at 5.0 Mbyte/sec, offset 11.
scsi : 0 hosts.
st: Unloaded.
However, when I run Amcheck:
[bin@mail sbin]$ ./amcheck seascape
Amanda Tape Server Host Check
-----------------------------
/var/amanda/spool: 6608043 KB disk space available, that's plenty.
insert tape into slot 11 and press return
It appears not to detect a tape in the drive (any tape i put in there). All
the tapes "are" labeled correctly (recently been used). I don't know if I
might have a hardware problem or an amanda configuration problem.
The backup system wasn't configured by me -- it was already setup when I
took over the position. Any suggestions appreciated.
Shane