Operating System - HP-UX
1836377 Members
2164 Online
110100 Solutions
New Discussion

Re: Installing replacement tape drive 11.0

 
SOLVED
Go to solution
OldSchool
Honored Contributor

Installing replacement tape drive 11.0

K-class running HP-UX 11.0.

I needed to replace a DLT7000 (dead) that's in a SMART enclosure. Removed the old, set the scsi address on the new one to match the old. Inserted and ran "ioscan -nfC tape". It shows the new drive at a different instance thent the old one (was 10/16/4.0.0 - now 10/16/4.1.0), and none of the device files were attached to it.

I can live w/ the new instance, but how do I get all of the devices files (like /dev/rmt/3m) out there?

thx....scott
4 REPLIES 4
Doug Burton
Respected Contributor

Re: Installing replacement tape drive 11.0

Should work....
Out with the old (rmsf).
In with the new (insf).
Patrick Wallek
Honored Contributor
Solution

Re: Installing replacement tape drive 11.0

The main thing at work here is that you apparently did NOT set the SCSI address correctly. If it was 10/16/4.0.0 and is NOW 10/16/4.1.0, then you did not set the SCSI address on the new drive to 0, you set to 1. If you want it to be 0, power the drive off, remove it from the enclosure, set the SCSI ID to 0, reinsert, and power on.

If you just want to create your new device files, you can do an 'insf -H 10/16/4.1.0'. However, be aware that you may wind up with /dev/rmt/4m* files since 3m was already used.

The easiest thing to do is probably double check and fix the SCSI ID on the new drive.
Torsten.
Acclaimed Contributor

Re: Installing replacement tape drive 11.0

Looks to me the old scsi id was "0" but now it is "1".
To create device files do "insf -e -C tape"

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
OldSchool
Honored Contributor

Re: Installing replacement tape drive 11.0

As noted, setting the scsi addr to 0 and "insf -d tape2 -e" solved the issue.

thx....