LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-12-2004, 12:29 PM   #1
ralphp
LQ Newbie
 
Registered: Nov 2004
Posts: 9

Rep: Reputation: 0
RH/AS3 DLT VS80 tape not recognize


Hi,
RH AS 3, HP Proliant DL380, 3 scsi controller 6400 and 5i for HD and one scsi for a DLT VS80 tape drive.

The problem:
The drive (tape) gets posted on boot, but I can not write/look/etc at the drive.
Command mt -f /dev/st0 status get this output message /dev/st0: No such device.
The driver install is from aic7xxx-6.3.2-rlhel3.i686.rpm. But I also get this error at the end of the install.
error: %post(aic7xxx-6.3.2-1) scriptlet failed, exit status 1

HP and RH said that hardware and software are compatible.
Is anybody using this same set-up? or solution to this problem?

Thanks,
Ralph
 
Old 11-12-2004, 12:32 PM   #2
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
What does 'cat /proc/scs/scsi' have to say about your attached devices?
 
Old 11-12-2004, 12:34 PM   #3
ralphp
LQ Newbie
 
Registered: Nov 2004
Posts: 9

Original Poster
Rep: Reputation: 0
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: COMPAQ Model: CD-ROM SN-124 Rev: N104
Type: CD-ROM ANSI SCSI revision: 02
 
Old 11-12-2004, 12:45 PM   #4
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
OK - you installed an RPM module and something in the install script failed. Not a good start, but let's see what else we can learn here.

What does 'modprobe -l aic7*' return?
What scsi modules do you have available?
Code:
ls -la /lib/modules/`uname -r`/kernel/drivers/scsi
Note that those are backticks around the uname statement, not single-quotes.
 
Old 11-12-2004, 02:51 PM   #5
ralphp
LQ Newbie
 
Registered: Nov 2004
Posts: 9

Original Poster
Rep: Reputation: 0
This are the two output:
What does 'modprobe -l aic7*' return?
[root]# modprobe -l aic7*
/lib/modules/2.4.21-9.ELsmp/kernel/drivers/scsi/aic7xxx_old.o
/lib/modules/2.4.21-9.ELsmp/kernel/drivers/scsi/aic7xxx
/lib/modules/2.4.21-9.ELsmp/kernel/drivers/scsi/aic7xxx/aic79xx.o

What scsi modules do you have available?
drwxr-xr-x 5 root root 4096 Sep 16 11:49 .
drwxr-xr-x 18 root root 4096 Sep 16 11:49 ..
-rwxr--r-- 1 root root 46352 Jan 8 2004 3w-xxxx.o
drwxr-xr-x 2 root root 4096 Sep 16 11:49 aacraid
drwxr-xr-x 2 root root 4096 Nov 11 17:26 aic7xxx
-rwxr--r-- 1 root root 139672 Jan 8 2004 aic7xxx_old.o
-rwxr--r-- 1 root root 6264 Jan 8 2004 ata_piix.o
-rwxr--r-- 1 root root 110484 Jan 8 2004 BusLogic.o
-rwxr--r-- 1 root root 37740 Jan 8 2004 dpt_i2o.o
-rwxr--r-- 1 root root 63872 Jan 8 2004 gdth.o
-rwxr--r-- 1 root root 16232 Jan 8 2004 ide-scsi.o
-rwxr--r-- 1 root root 51860 Jan 8 2004 ips.o
-rwxr--r-- 1 root root 35600 Jan 8 2004 libata.o
-rwxr--r-- 1 root root 46792 Jan 8 2004 megaraid2.o
-rwxr--r-- 1 root root 36952 Jan 8 2004 megaraid.o
-rwxr--r-- 1 root root 87044 Jan 8 2004 qla1280.o
-rwxr--r-- 1 root root 144588 Jan 8 2004 scsi_mod.o
-rwxr--r-- 1 root root 19604 Jan 8 2004 sd_mod.o
-rwxr--r-- 1 root root 47744 Jan 8 2004 sg.o
-rwxr--r-- 1 root root 24188 Jan 8 2004 sr_mod.o
-rwxr--r-- 1 root root 38836 Jan 8 2004 st.o
drwxr-xr-x 2 root root 4096 Sep 16 11:49 sym53c8xx_2
-rwxr--r-- 1 root root 78500 Jan 8 2004 sym53c8xx.o
Thanks,
Ralph
 
Old 11-12-2004, 03:19 PM   #6
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Okay, now try 'modprobe aic7xxx'
 
Old 11-12-2004, 03:47 PM   #7
ralphp
LQ Newbie
 
Registered: Nov 2004
Posts: 9

Original Poster
Rep: Reputation: 0
cmd: modprobe aic7xxx
modprobe: Can't locate module aic7xxx

And with this cmd : modprobe -l aic7* (with lower letter l )
nothing

Ralph
 
Old 11-12-2004, 04:08 PM   #8
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Weird. but it appears to be in your mopdules path. What does 'uanme -a' return?
 
Old 11-12-2004, 04:42 PM   #9
ralphp
LQ Newbie
 
Registered: Nov 2004
Posts: 9

Original Poster
Rep: Reputation: 0
[root]# uname -a
Linux xxxx 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 EST 2004 i686 i686 i386 GNU/Linux
 
Old 11-12-2004, 05:05 PM   #10
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
ahah.. thanks to finegan I think we know where to look.

Try 'depmod -a' and see if we get any errors.
 
Old 11-12-2004, 05:09 PM   #11
ralphp
LQ Newbie
 
Registered: Nov 2004
Posts: 9

Original Poster
Rep: Reputation: 0
mcleodnine,
The command (depmod -a) does not return anything
Ralph
 
Old 11-12-2004, 05:15 PM   #12
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Now try the afformentioned modprobe lines.
 
Old 11-12-2004, 05:24 PM   #13
ralphp
LQ Newbie
 
Registered: Nov 2004
Posts: 9

Original Poster
Rep: Reputation: 0
[root]# modprobe aic7xxx
modprobe: Can't locate module aic7xxx
[root]# modprobe -l aic7*
[root]#

Another thing, HP install Adaptec card AHA-39160,
but RH recomended Adaptec 29160 card!
Not sure if this is also the problem
 
Old 11-12-2004, 05:57 PM   #14
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
There's a big difference - you need the module called 'aic79xx'. Looks like that's the wrong RPM module you got in the first place.
 
Old 11-12-2004, 06:10 PM   #15
ralphp
LQ Newbie
 
Registered: Nov 2004
Posts: 9

Original Poster
Rep: Reputation: 0
The driver aic79xx is for AHA-39160? this is the card that we have install. If this is the case I will download the new driver and post the outcome.
Thanks,
Ralph
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian won't see a DLT Tape Library evank Debian 6 10-14-2005 06:34 PM
Using dd to get an image of a DLT tape jahearne Linux - General 2 05-02-2005 07:46 PM
DLT Tape Library synpse Linux - Hardware 1 02-22-2005 01:34 PM
Problem installing VS80 DLT on RH AS rpk Linux - Hardware 1 11-15-2004 09:01 AM
DLT Tape dvong3 Linux - Hardware 3 05-14-2004 04:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration