Sponsored Content
Operating Systems Solaris Install ext DLT Sun Tape drive on V445 Solaris 10 Post 302996875 by chastings on Thursday 4th of May 2017 11:50:26 AM
Old 05-04-2017
I can reboot it and have done so several times. But I am going to try it all again. Unfortunately that will have to wait until morning as management calls. I'll post the results then. Thanks for the helpful suggestions.

---------- Post updated 05-04-17 at 10:50 AM ---------- Previous update was 05-03-17 at 03:17 PM ----------

I did a reboot and still get the same results. This is what I did this morning.
init 0
at ok prompt setenv auto-boot? false
reset-all
probe-scsi-all - the results do show the tape drive at the correct target of 4
boot -- -r
after reboot I check /dev/rmt and the links are there. I then check the devices directories in the links and the files are there as well.
I try a tar command and get an I/O error
I try the mt config and get back the correct info on the tape drive
I try the mt status and get no tape loaded or drive offline
I do a reboot then when it's back up I go through it all again with the same results.
I try cfgadm -al command and it shows c3::rmt.old/0 tape connected configured unknown
I do devfsadm -c tape -v and check the links and the files again. All look good.
I do a mt status and get the same error again.
Try the tar again and get the same error.
So what am I missing? The tape drive works fine on a v440 that I have also running Solaris 10. Is it possible this drive is not compatible with a V445? Seems unlikely to me, but then you never know. Thanks in advance.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to configure tape drive on SUN

I am trying to configure DAT Tape drive on SUN E220 system but I don't have SUN keyboard. I am using a tty terminal k/b. What are my alternavtives? Is there any way to send interupts to the system on OK prompt using tty kb for probe SCSI. Thanks in advance. (2 Replies)
Discussion started by: s_aamir
2 Replies

2. UNIX for Dummies Questions & Answers

DLT TAPE DRIVE/ Script problem /Ignite.

Thanks for checking in. We have this script that does a backup called Ignite on HP-UX in this script it does everything it supposed to do accept one thing Script ######################################### echo clear cd / echo " Please ensure there is a DLT tape in Slot 6 of the Tape... (2 Replies)
Discussion started by: nemex
2 Replies

3. UNIX for Dummies Questions & Answers

Tape drive install

I'm trying to install a tape drive on a compaq SCO OS 505. well I have gone through the mkdev tape comands and what have you yet no luck. when I reboot and do a simple tape rewind it gives me an error no such device etc.etc. IS there a diference in the xct0 and rct0 a the default? help.. (2 Replies)
Discussion started by: kikkin
2 Replies

4. Filesystems, Disks and Memory

Tape Drive Connected to a Sun Ultra 10/Solaris 2.7

I have a Sun Ultra 10/Solaris 2.7 with a differential SCSI card connected to a Supter DLt1 Tape Drive. When I boot the machine, and I do a probe-scsi-all in the very beginning of the boot process. It shows up correctly. If I wait for the boot process to proceed and then I do a probe-scsi-all, I get... (1 Reply)
Discussion started by: brv
1 Replies

5. UNIX for Dummies Questions & Answers

DDS-2 Sun tape drive

Hey guys, I'm trying to mount a SUN DDS-2 tape drive on a SUN Ultra 80 machine running Solaris 9. I had the SCSI drive connected at time of install, I'm very new to Solaris so I don't know if Solaris would detect the drive like that and install some form of device driver. But, what im posting... (2 Replies)
Discussion started by: kingdbag
2 Replies

6. Solaris

how to install tape drive on sun ver 5.9

hi, need your help mentors I have external SCSI tape DRIVE COmpaq 15/30 GB DLT and I dont know how to install these and how to view if it is working. I'm also have another disk taken form my old sun and I want to use these also but my problem how I able to mount. hope anyone can help me ... (9 Replies)
Discussion started by: eykyn17
9 Replies

7. UNIX for Dummies Questions & Answers

Mounting DLT tape and to backup file to tape

Hi there: I'm new here Can anyone help me: I have DS15 Alpha server : Unix 5.1B Now i need to connect a DLVT VS80 1U Rackmount Tape Drive unit. What is the exact comman to mount the DLTape IV?? How do i make backuo @ copy file to the tape? Thanx to all (0 Replies)
Discussion started by: ayzeayem
0 Replies

8. Solaris

configure tape drive to sun solaris 10

Hi everyone. Im new to Sun Solaris or the Unix environment. My only background is the DOS command in windows and a little bit of c++ programming. I always worked with troubleshooting hardware and software issues with windows. Now that I need to configure tape drives using sun solaris, I had... (11 Replies)
Discussion started by: graboid888
11 Replies

9. AIX

SUN StorageTek tape drive with AIX 5.1

Hi, I have recently purchase a SUN Storage Tek desktop LTO 4 HH tape drive and connected to a IBM AIX 5.1 server. The server can detect the tape device. Can someone please advice urgently. Thanks (4 Replies)
Discussion started by: Caully
4 Replies

10. HP-UX

DLT 7000 tape drive failing with "write error on a record in the index"

HP rp5450 (L2000) running HP-UX 11.11B Using DLT 7000 and DLT 4000 tape drives for nightly full backups Backup jobs created by SAM DLT 7000 cron entry is as follows: 00 2 * * 1-6 /usr/sam/lbin/br_backup DLT FULL Y /dev/rmt/0m /var/sam/graphLCAa17036 root Y 1 N > /var/sam/SAM_br_msgs 2>&1... (1 Reply)
Discussion started by: dreh99
1 Replies
tapset::scsi(3stap)													       tapset::scsi(3stap)

NAME
tapset::scsi - systemtap scsi tapset DESCRIPTION
This family of probe points is used to probe SCSI activities. scsi.ioentry Prepares a SCSI mid-layer request See probe::scsi.ioentry(3stap) for details. scsi.iodispatching SCSI mid-layer dispatched low-level SCSI command See probe::scsi.iodispatching(3stap) for details. scsi.iodone SCSI command completed by low level driver and enqueued into the done queue. See probe::scsi.iodone(3stap) for details. scsi.iocompleted SCSI mid-layer running the completion processing for block device I/O requests See probe::scsi.iocompleted(3stap) for details. scsi.ioexecute Create mid-layer SCSI request and wait for the result See probe::scsi.ioexecute(3stap) for details. scsi.set_state Order SCSI device state change See probe::scsi.set_state(3stap) for details. SEE ALSO
probe::scsi.ioentry(3stap), probe::scsi.iodispatching(3stap), probe::scsi.iodone(3stap), probe::scsi.iocompleted(3stap), probe::scsi.ioexecute(3stap), probe::scsi.set_state(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::scsi(3stap)
All times are GMT -4. The time now is 10:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy