Koozali.org: home of the SME Server

Backups

Raffaele Capasso

Re: Backups
« Reply #15 on: November 11, 2003, 03:25:11 PM »
Someone can help me???....
I've a Tandberg Tape SLR5 mounted on e-smith 5.6.
It's a SCSI devive on Adaptec Controller type 2904.
How can I see if this device is started on this OS?? and(or can I try with some command this device???

thanks

Neal Collins

Re: Backups
« Reply #16 on: November 12, 2003, 01:33:31 PM »
Raffaele Capasso wrote:
>
> Someone can help me???....
> I've a Tandberg Tape SLR5 mounted on e-smith 5.6.
> It's a SCSI devive on Adaptec Controller type 2904.
> How can I see if this device is started on this OS?? and(or
> can I try with some command this device???
>
> thanks

You could try the following command as root:

mt -f /dev/st0 status

If it returns some information (other than an error), that will tell you that the drive has been detected OK. Otherwise check the messages when your machine boots, something should show up there as well.

Raffaele Capasso

Re: Backups
« Reply #17 on: November 14, 2003, 09:09:50 PM »
Hi Neal Collins,
I've tried the command mt -f /dev/st0 status.
Ittell me: /dev/st0 No Such device.

At startup:
...................
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
PCI: Setting latency timer of device 00:09.0 to 64
ahc_pci:0:9:0: Host Adapter Bios disabled.  Using default SCSI device parameters
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.6
       
        aic7850: Single Channel A, SCSI Id=7, 3/253 SCB

Do you want help me???

Thank you

Judd Stohl

Re: Backups
« Reply #18 on: November 16, 2003, 05:06:55 PM »
This command should work

mt -f /dev/nst0 status

Raffaele Capasso

Re: Backups
« Reply #19 on: November 18, 2003, 10:52:22 AM »
The system tells me:
/dev/nst0 No Such device.

I've need help. I don't know how to do.

Thanks

Kelvin

Re: Backups
« Reply #20 on: November 18, 2003, 12:21:20 PM »
Hi Raffaele,

Let's check the basics.

When you type :-

cat /proc/scsi/scsi

What does it say ?

When you type :-

lsmod

Can you see the aic7xxx, st and scsi_mod modules listed ?

Kelvin

Raffaele Capasso

Re: Backups
« Reply #21 on: November 18, 2003, 12:29:56 PM »
Hi Kelvin,
very very thanks.
I've tried and there are the messages:

[root@mail root]# cat /proc/scsi/scsi

Attached devices:
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: HL-DT-ST Model: CD-ROM GCR-8523B Rev: 1.00
  Type:   CD-ROM                           ANSI SCSI revision: 02


[root@mail root]# lsmod

Module                  Size  Used by    Not tainted
st                     29908   0  (autoclean) (unused)
printer                 8576   0  (unused)
appletalk              28876  11  (autoclean)
ne2k-pci                6720   1
8390                    8728   0  [ne2k-pci]
tulip                  43840   1
ipt_MASQUERADE          2560   1  (autoclean)
ipt_state               1536   1  (autoclean)
ipt_TOS                 1952   7  (autoclean)
ip_nat_ftp              4544   0  (unused)
ip_conntrack_ftp        5216   0  [ip_nat_ftp]
iptable_mangle          3136   1  (autoclean)
iptable_nat            22676   2  (autoclean) [ipt_MASQUERADE ip_nat_ftp]
ip_conntrack           23756   3  (autoclean) [ipt_MASQUERADE ipt_state ip_nat_ftp ip_conntrack_ftp iptable_nat]
iptable_filter          2752   1  (autoclean)
ip_tables              14496   8  [ipt_MASQUERADE ipt_state ipt_TOS iptable_mangle iptable_nat iptable_filter]
ide-scsi                9824   0
hid                    21184   0  (unused)
input                   6240   0  [hid]
usb-uhci               25604   0  (unused)
usbcore                75904   0  [printer hid usb-uhci]
ext3                   70944   2
jbd                    53728   2  [ext3]
raid1                  15844   3
aic7xxx               128672   0  (unused)
sd_mod                 12992   0  (unused)
scsi_mod              113252   4  [st ide-scsi aic7xxx sd_mod]
[root@mail root]# cat /proc/scsi/scsi
Attached devices:
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: HL-DT-ST Model: CD-ROM GCR-8523B Rev: 1.00
  Type:   CD-ROM                           ANSI SCSI revision: 02
[root@mail root]# Attached devices:
bash: Attached: command not found
[root@mail root]# Host: scsi1 Channel: 00 Id: 00 Lun: 00
bash: Host:: command not found
[root@mail root]#   Vendor: HL-DT-ST Model: CD-ROM GCR-8523B Rev: 1.00
bash: Vendor:: command not found
[root@mail root]#   Type:   CD-ROM                           ANSI SCSI revision: 02
bash: Type:: command not found
[root@mail root]#

Kelvin

Re: Backups
« Reply #22 on: November 18, 2003, 12:38:53 PM »
Hi Raffaele,

>[root@mail root]# cat /proc/scsi/scsi
>
>Attached devices:
>Host: scsi1 Channel: 00 Id: 00 Lun: 00
>Vendor: HL-DT-ST Model: CD-ROM GCR-8523B Rev: 1.00
>Type: CD-ROM ANSI SCSI revision: 02

This tells me your tape drive is not being recognised.

Your lsmod listing seems to show that all the relevant modules are loaded for the SCSI card. I would suggest you check :-

a) The power and SCSI cable going to the tape drive
b) The SCSI ID of the drive
c) Termination of the SCSI Bus

Kelvin

Raffaele Capasso

Re: Backups
« Reply #23 on: November 18, 2003, 12:52:21 PM »
Hi kelvin,

a) The power and SCSI cable going to the tape drive: It's OK

b) The SCSI ID of the drive : now I control and then I tell you

c) Termination of the SCSI Bus : The instructions of Tandgerg said that the cable must be terminated with 10 cm of cable. Then I've attached the drive on the penultimate attach but I don't terminate the cable with the appropriate terminator.

When the system starting and the SCSI adapter is loaded I feel that the tape in the drive moves.

Thanks

Kelvin

Re: Backups
« Reply #24 on: November 18, 2003, 01:04:14 PM »
Hi Raffaele,

I'd check the termination. Some controller / drive combinations are more tolerant than others. If you can get the termination right, it will at least remove that as a possible reason for your problem.

Keep the terminator at the *end* of the SCSI cable and be sure to use the right terminator for the cable / bus. I've not worked with a SLR before so I don't know if they have onboard termination or not. If they do, activate it if your SLR drive is the only device on the SCSI cable and remove the terminator your might have installed on the cable. If the SLR does not have on board termination, then attach the terminator to the end of the SCSI cable and your drive between the controller and the terminator (again I am assuming the SLR is the only device on the cable). You might also try setting the SCSI controller's BIOS settings to default and see if it helps.

Kelvin

Raffaele Capasso

Re: Backups
« Reply #25 on: November 18, 2003, 02:16:31 PM »
Do you know any utility DOS for Adaptec 2904 for test the situation?

Thanks

Kelvin

Re: Backups
« Reply #26 on: November 18, 2003, 11:53:24 PM »
You could try using the Tandberg Drive Optimiser from their website to see if that detects the drive properly or not. You will also need the DOS ASPI drivers from Adaptec as well.

Kelvin

Raffaele Capasso

Re: Backups
« Reply #27 on: November 20, 2003, 03:11:30 PM »
Hi,
I've added a terminator at the last of the cable, I've changed the id from 1 to 4 and other, but the tandberg slr5 is invisible.
In italy it is said: "What's balls!!!!"
which things must I, stil,l try??

Thanks