Operating System - Linux
1821627 Members
3220 Online
109633 Solutions
New Discussion юеВ

Re: How to detected a DDS4 tape drive?

 
SOLVED
Go to solution
ckchai
Frequent Advisor

How to detected a DDS4 tape drive?

I have added a new DDS4 Tape drive to a HP LH6000 Netserver O/S RedHat Linux 8.0

The Tape drives is detected at the bios Level.
But I cannot locate or detect the Tape drive at OS Level.

How to verify whether the Tape Drive is detected and working?

Would like to say thanks,for those who help.
7 REPLIES 7
Huc_1
Honored Contributor
Solution

Re: How to detected a DDS4 tape drive?

You should find trace of this in your dmesg

# dmesg

also

cat /proc/scsi/scsi

J-P
Smile I will feel the difference
Huc_1
Honored Contributor

Re: How to detected a DDS4 tape drive?

You can also do the following log in as root

#mt -f /dev/sr0 status

Normaly your tape should be seem as sr0 ans status should return tape info .

and last a

cdrecord -scanbus as root should show you the tape

J-P
Smile I will feel the difference
Paulo A G Fessel
Trusted Contributor

Re: How to detected a DDS4 tape drive?

Hi, ckchai.

Take a look into this thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=223557

HTH
Paulo Fessel
L'employ├Г┬й propose, le boss dispose.
Steven E. Protter
Exalted Contributor

Re: How to detected a DDS4 tape drive?

It sounds like one of a few issues:

Perhaps a scsi conflict.

More likely, you need to follow the procedure for installing the tape driver to the OS. If this tape drive unit is not on the hardware compatability list at http://www.redhat.com then you need to get a driver from IBM and follow the install procedures.

This may also involve a kernel modification.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Stuart Browne
Honored Contributor

Re: How to detected a DDS4 tape drive?

For the record, I think Huc meant 'mt -f /dev/st0' (not sr0).

Apart from that, all good advice so far ;)

Let us know how you go.
One long-haired git at your service...
Huc_1
Honored Contributor

Re: How to detected a DDS4 tape drive?

Yes, st0 it is... nice to know one does not get away easely with error's will have to double check ..

J-P
Smile I will feel the difference
ckchai
Frequent Advisor

Re: How to detected a DDS4 tape drive?

Thanks for all the reply.
Especially Huc.

I'm will try out the command, will let u all know the result and points reward.

Have a nice day.