Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > Linux > system administration

HP Drivers for RedHat Enterprise 3 - ProliantDL380 tape driver

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: HP Drivers for RedHat Enterprise 3 - ProliantDL380 tape driver      Add to my favorites
豐順科技
Oct 13, 2004 22:49:58 GMT   

We have DL380 for RedHat Enterprise 3 ,and use 5i for interal tape. But we canot find use my tape maybe it is driver problem .How do I solve problems. Thanks
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Steven E. Protter Expert in this area This member has accumulated 80000 or more points
Oct 14, 2004 01:56:45 GMT  8 pts

You are going to have to give me a model number on the tape drive.

Just because its in a DL380 doesn't mean its an HP product.

SEP
豐順科技
Oct 15, 2004 01:52:17 GMT    N/A: Question Author

Hi steven
I use Tape 40i for DL380.And I do not have SCSI card for connect tape device. DL380 have 5i raid card and I used it's internal channel on my tape.
Thanks
Andrea Rossi Expert in this area
Oct 15, 2004 03:00:32 GMT  4 pts

I don't think it is a supported hardware configuration. You'd better to check it.
Kevin Webb
Oct 15, 2004 05:00:51 GMT  7 pts

HI,

The Linux HP smart array driver does not support tape drives (disks only). If you want a local tape drive you must use a PCI SCSI controller to connect to the tape.
Or you can use nfs

Kevin
Jared Middleton
Oct 15, 2004 11:52:25 GMT  9 pts

I have ProLiant DL580G2 and DL380G3 servers with Compaq 20/40 DAT tape drives running Red Hat Linux 7.3 Professional. In both cases the tape drives are attached to the internal Compaq 5i smart array. When setup a couple years back, I just had to make sure the proper driver (cciss) was installed, and - this is important - make the following addition to the boot process:

cat /etc/rc.d/rc.local
--------------------------------------------
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

# ===== Local Modification (Jared Middleton) 12/11/02 =====
# In order for the SCSI tape drive to work with the Compaq SMART
# Array Controller, the Compaq cciss driver must dynamically engage
# the SCSI core via the /proc filesystem after initialization.
# For more information see:
# /usr/share/doc/kernel-doc-2.4.18/cciss.txt

for x in /proc/driver/cciss/cciss[0-9]*; do
echo "engage scsi" > $x
done
--------------------------------------------

Hope this helps,
Jared
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2010 Hewlett-Packard Development Company, L.P.