external tape drive DAT 72 problem


 
Thread Tools Search this Thread
Operating Systems Solaris external tape drive DAT 72 problem
# 1  
Old 07-09-2009
external tape drive DAT 72 problem

Hi all,
I have solaris 10 sparc running and working very well
but i have problem with external SCSI tape drive DAT 72 problem
it seems to me the tape drive is manufactured by SUN microsystems
when i ran ls -l /dev/rmt/0
it reveals the following output
Code:
bash-3.00#  mt -f /dev/rmt/0 status
/dev/rmt/0: No such file or directory

when i ran ls -l
it reveals the following output
Code:
ls -l /dev/rmt/0
lrwxrwxrwx   1 root     root          43 Sep 20  2006 /dev/rmt/0 -> ../../devices/pci@8,600000/scsi@1,1/st@3,0:

it seems to me everything is okay
SCSI cable is connected properly to Tape device and to server as well
the tape has SCSI termination dongle as well and connected properly to Tape device as well
any ideas would be a great assist
Thanks in advance
# 2  
Old 07-09-2009
A tape drive as with any SCSI device has to be set to a bus address that is not the same as any other device on the same SCSI bus, I hope someone else can confirm that tape device are usually set to target address 3 or 4. While down at OBP's ok prompt you should see the tape drive listed when you run a:
ok> probe-scsi-all
once you can see it listed there then do a reconfiguration boot:
ok> boot -r
to get Solaris to "see" the tape drive, and as you have already suggested running:
# mt -f /dev/rmt/0 status
or
# mt -f /dev/rmt/1 status
is a good test for the tape once running Solaris.
# 3  
Old 07-10-2009
thanks
okay i will try your hint and post here again

---------- Post updated 07-11-09 at 01:07 AM ---------- Previous update was 07-10-09 at 04:09 AM ----------

thanks Tony for your quick helpful replies
sorry for inconvenience
the instance number for external tape is 1 not 0

it works now very fine


Code:
bash-3.00# mt -f /dev/rmt/1 status
HP DAT-72 tape drive:
   sense key(0x6)= Unit Attention   residual= 0   retries= 0
   file no= 0   block no= 0
bash-3.00#

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Problem setting path to external hard drive as a variable

Hello all, I am EXTREMELY new to using bash and I have a bit of a problem: I'm trying to set up a shell script that can 1.) take one of several giant files off of an external hard drive 2.) use it as input for scripts on my laptop's hard drive ... (3 Replies)
Discussion started by: machine_spirit
3 Replies

2. AIX

Tape Drive problem

Hi, I'm at AIX 5.3. My EOD program is giving following error while writing to tape: Can't write output cpio: Media Surface error Failed on Shell-script cd /; cpio -ocB 2 >> /autoline/misc/logs/bk.CopyToTape < /autoline/work/BACKUP.01022 1>/dev/rm0 I have tried with several new tapes,... (2 Replies)
Discussion started by: tayyabq8
2 Replies

3. AIX

Tape Drive Problem.

Dear all, I have ultriam3 tape. It is connected my LPAR. I have that the Sl.Nos. and slot number. but run the cfmgr i am not getting the tape drive. I have fired the command lsdev -Cc tape but no reply. how will i configure the tape in LPAR? Please suggest. It is very urgent. (3 Replies)
Discussion started by: pernasivam
3 Replies

4. Solaris

Hard Error:DAT Tape Drive

Well I have just added new tape drive to my server (lto) However I am getting few errors in using it. I have checked status with #iostat -En : giving me few hard errors, few soft errors and execution error. Also tape status is not visible as "no sense" its coming as "no additional sense". I... (5 Replies)
Discussion started by: saurabh84g
5 Replies

5. AIX

external DDS4 Tape Drive

Hi folks, I've got a little problem concerning my external dds4 tape drive. I've got 2 rs6000 systems, one has a external dds4 tape drive attached, I want to attach the tape drive to the other rs6000 system so that i can restore data from the 1st rs6000 on to the second. Does anybody has... (3 Replies)
Discussion started by: Erik Rooijmans
3 Replies

6. SCO

Tape drive problem

I replaced a HP Superstore Dat 40 with another HP Superstore Dat 40, but my backupedge software keeps putting up error code 1 (device not found) I have tried reinstaling the drive as DAT Alad stp 0 6 0 0. I'm not a computer expert but willing to have a go. I went into Backupedge to try and format a... (2 Replies)
Discussion started by: James Zwecker
2 Replies

7. SCO

DAT drive problem in sco

my server os version is openserver 5.0.6.from past few days it is giving problem while taking backup.it is giving error such that "TAPE WRITE ERROR".anyone can help to come out of this. (3 Replies)
Discussion started by: prakrithi
3 Replies

8. Solaris

Problem with SCSI DAT drive on Ultra 10

I will be honest I am quite new to UNIX and Solaris so this may be a simple thing. I have just purchased a Sun (rebranded HP obviously) DAT DDS3 SCSI tape drive for my Sun Ultra 10 running Solaris 10. I have previously fitted a SCSI card to the box which has configured ok and can be seen from... (1 Reply)
Discussion started by: mattw
1 Replies

9. Solaris

mounting an external scsi tape drive

hi- I just installed a quad gigaswift ethernet scsi card to my sunblade 150. I checked with the docs, and got all of the required drivers on the box. Now, I'm trying to mount an external scsi tape drive with no luck. I set the scsi address on the external drive to 0. Here's what I'm coming... (9 Replies)
Discussion started by: ECBROWN
9 Replies

10. Linux

How do l install Travan Tape drive 20/40 DAT on Redhat 8.0

Hi, Will someone help in giving the clue to installating Travan Tape drive on Redhat 8.0 Kayode (1 Reply)
Discussion started by: kayode
1 Replies
Login or Register to Ask a Question