Operating System - Linux
1821988 Members
3537 Online
109638 Solutions
New Discussion юеВ

Red Hat 9.0, ML110, Adaptec SCSI 29160 and DAT 40i

 
SOLVED
Go to solution
averty
New Member

Red Hat 9.0, ML110, Adaptec SCSI 29160 and DAT 40i

Hi,

We have 2 proliant ML110, one with RH9 and the other under 2000 server

Works great BUT, I have just received DAT tape drive with their Adaptec SCSI card 29160 Ultra 160 (PCI 64 bits) and the problem is that the tape is not reconized bat Linux (but reconized under windows)

I can see the SCSI card through lspci and the hardware navigator but nothing about st (tape) in dmesg
lspci :
04:05.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
04:06.0 RAID bus controller: Promise Technology, Inc.: Unknown device 6622 (rev 01)

in /proc/scsi/scsi I got :
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: Promise Model: 3 Disk RAID5 Rev: 1.10
Type: Direct-Access ANSI SCSI revision: 02

ls /proc/scsi :
FastTrak scsi

nothing about adaptec

STRANGE !!!

BTW there is the promise raid card with 3 SATA disk (raid2+1) included in the proliant

is there a conflict between promise and adaptec ?

Anybody can help me ?
3 REPLIES 3
Ian Vaughan
Honored Contributor
Solution

Re: Red Hat 9.0, ML110, Adaptec SCSI 29160 and DAT 40i

Howdy,
I run fedora 1 with a 29160 with a dat autoloader on for playing about - I usually have to run "modprobe aic*" for it to load the driver so that I can see the tape drive underneath it. Run modprobe st as well if you have to. I suppose I should get it to load automatically with /etc/modules.conf or something. As ever - have a read of the man page.
HTH
Ian
Hope that helps - please click "Thumbs up" for Kudos if it does
## ---------------------------------------------------------------------------##
Which is the only cheese that is made backwards?
Edam!
Tweets: @2techie4me
averty
New Member

Re: Red Hat 9.0, ML110, Adaptec SCSI 29160 and DAT 40i

Christmas time !!!!!
it works !! :)))))))))))))))))

thanks a lot !!
averty
New Member

Re: Red Hat 9.0, ML110, Adaptec SCSI 29160 and DAT 40i

here is the magic command :
modprobe aic*

to check :
lsmod
--> seen the aic7xxx_old and st modules loaded
dmesg
--> seen the tape st
st: Version 20020805, bufsize 32768, wrt 30720, max init. bufs 4, s/g segs 16
Attached scsi tape st0 at scsi1, channel 0, id 3, lun 0

mt -f /dev/st0 status
SCSI 2 tape drive:
File number=-1, block number=-1, partition=0.
Tape block size 0 bytes. Density code 0x0 (default).
Soft error count since last status=0
General status bits on (50000):
DR_OPEN IM_REP_EN

works great!!
thanks again !!