- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- DLT Drive not working on Red Hat Linux 9.0 (DL380)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 12:51 AM
10-20-2003 12:51 AM
I have isntalled the Red Hat Linux 9.0 on a Compaq DL380 server, and then Installed a DLt Tape Drive.
The box has SMART-Array controller and a SCSI controler in it.
DLT Drive is shown at the boot time during the BIOS test etc. but not after the boot.
I have tried running "kuzu" but no success.
Shall be thankful if somebody advises what to do get that DTL Drive working.
Thanks
Abdul Majid
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 01:00 AM
10-20-2003 01:00 AM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
# demesg | grep "st"
also the command
#cdrecord -scanbus
This will tell you if it isee your scsi
and last
# mt -f /dev/st0 status
Tell us what the above reveale ... if all the result are negatif then have a look at lsmod there should be some scsi modules there otherwise these will need loading/config
Keep us informed so we can help you futher
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 01:10 AM
10-20-2003 01:10 AM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
Check your /etc/modules.conf and verify whether these lines are present:
alias scsi_hostadapter
probeall scsi_hostadapter
alias char-major-9 st
If they aren't, add them to /etc/modules.conf. Then, issue these commands in the following order:
depmod -a
modprobe st
This should detect your DLT drive. If it does not, make this:
depmod -a
modprobe
modprobe st
You'll dont have to do this in each boot because /etc/modules.conf has been modified to automatize the process.
HTH
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 01:54 AM
10-20-2003 01:54 AM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
dmesg |grep "st" and the output is:
"[017] ftape-ctl.c (ftape_enable_Rsmp_7ec0d5d4) - ftape_activate_drive (&ftape_status.fti_drive_type) failed: -19."
This messages bas been repeated a number of times.
I also have looked into the /etc/modules.conf and found the line:
"alias scsi_hostadapter cpqarray"
What I believe is that system is not recognizing the On Board SCSI Boar.
Can you please advise me that what is the name of the module/driver for onboard SCSI Adaptor.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 02:03 AM
10-20-2003 02:03 AM
Solutionhttp://www.suse.com/de/business/certifications/certified_hardware/hp/proLiantdl380/
The module name for the onboard SCSI is sym53c8xx. You can use it by adding the lines
alias scsi_hostadapter2 sym53c8xx
probeall scsi_hostadapter2 sym53c8xx
Don't forget to assign the points!
HTH
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 02:09 AM
10-20-2003 02:09 AM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 02:15 AM
10-20-2003 02:15 AM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
From this menu should see your tape
but first Yes, as Paulo says load module sym53c8xx this may do the trick
then
cdrecord -scanbus
this should now reward you with st0 entry
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 02:15 AM
10-20-2003 02:15 AM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
Have you tried to do a "modprobe sym53c8xx"?
Check if hou have the neccesary module:
cd /lib/modules/`uname -a`/kernel/drivers/scsi/sym53c8xx_2
There should be a file called "sym53c8xx.o.gz" there. If there is no file or directory. then you'll have to recompile your kernel.
Good luck,
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 02:26 AM
10-20-2003 02:26 AM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
Please advise what to do.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 02:44 AM
10-20-2003 02:44 AM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
# insmod sym53c8xx_2
may do it
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 12:15 PM
10-20-2003 12:15 PM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
It's a DL380, thus it's definately not internal (there is a hot-swap DDS drive that would go inside, but DLT's are just too big), and according to the specs of the machine (see http://h18004.www1.hp.com/products/servers/proliantdl380/description-g3.html), there isn't any other SCSI controller in the system.
Have you put in a second SCSI controller of some description? We need to know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 09:10 PM
10-20-2003 09:10 PM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
DLT get fitted if there is no other device except CD.
There is another SCSI with in the system. There is an external SCSI connector as well. If you plug any thing on it, system complaints that you can only plug either internal or external devices. When I opened the system, I found a SCSI cable connected to and been put on a side (not in use).
The ffproblem with me is that we are a big company having some policies and procedure.I cant touch the box (i.e. can't open and plug and play) otherwise, I definitely find a work around.
Second thing is that, I have installed Linux first time. Since last 4-5 years I'm working only on Sun servers, you can understand that with these OEM product, there is no problem. With Intel based, you need a lots of drivers etc.
Shall be thankful if you kindly advise some solution to this.
Thanks
Abdul Majid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 09:32 PM
10-20-2003 09:32 PM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
You probably have done this but did you try
# dmesg | grep -i "scsi"
If you did not does it reveal anything interesting ?.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 09:57 PM
10-20-2003 09:57 PM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
I tried and the system sasy:
"SCSI subsystem driver Rev:1.00"
I have scanned another system (same config). It appears to have only one "Smart Array Controller".
Is it possible to attach any other SCSI Device to the same SMART Array controler or only Disks can be attached.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 10:20 PM
10-20-2003 10:20 PM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
I found the following link this may help you
http://h18000.www1.hp.com/info/golden-eggs/
in there there are schematics of your DL380
in pdf format.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 10:25 PM
10-20-2003 10:25 PM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
The box is DL380 PIII 866 MHz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 10:29 PM
10-20-2003 10:29 PM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
http://h18000.www1.hp.com/info/GEIDL380G3a/GEIDL380G3aPF.pdf
It says in this document that in first slot there can be tape or disk
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 12:07 PM
10-21-2003 12:07 PM
Re: DLT Drive not working on Red Hat Linux 9.0 (DL380)
dl380 is integrated array model.
maybe externel scsi port treated array port by linux.
install other scsi controller, and test it!
redhat 9.0 not certified!!
I recommend redhat 8.0
redhat 9.0 have install problem with dl380 model.
good luck!!!