1833777 Members
2094 Online
110063 Solutions
New Discussion

DLT8000 wrong driver

 
SOLVED
Go to solution
Rafael Moran
Advisor

DLT8000 wrong driver

Hello,

I just replaces a DLT7000 by a DLT8000. I patched the system with PHKL_22855 as mentioned on other messages on the forum.
Now I cannot access to the dlt, always says I/O error or cannot read from /dev/rmt/1m
The ioscan show next result:

Class I H/W Path Driver S/W State H/W Type Description
======================================================================
tape 1 10/4/12.3.0 tape2 CLAIMED DEVICE QUANTUM DLT8000
/dev/diag/rmt/c4t3d0 /dev/rmt/c4t3d0BEST
/dev/rmt/1m /dev/rmt/c4t3d0BESTb
/dev/rmt/1mb /dev/rmt/c4t3d0BESTn
/dev/rmt/1mn /dev/rmt/c4t3d0BESTnb
/dev/rmt/1mnb
tape 0 10/12/5.0.0 stape CLAIMED DEVICE HP C1533A
/dev/rmt/0m /dev/rmt/c5t0d0BEST
/dev/rmt/0mb /dev/rmt/c5t0d0BESTb
/dev/rmt/0mn /dev/rmt/c5t0d0BESTn
/dev/rmt/0mnb /dev/rmt/c5t0d0BESTnb

I noticed that the driver is using is not correct. The system assigned the tape2 driver instead of stape as I have on other systems. I tried to remove the special files with rmsf but it says rmsf: Warning: Cannot remove tape2 at 10/4/12.3.0

Does anyone knows how to reassign the driver to the stape. This is a production system so I cannot reboot the system until midnight


Thank you
Hi! I'm keko
9 REPLIES 9
Alexander M. Ermes
Honored Contributor

Re: DLT8000 wrong driver

Hi there.
Try an insf -ef to replace existing device files.
If you need more info about insf, just read the man pages.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Rafael Moran
Advisor

Re: DLT8000 wrong driver

Thank you alexander

The -f option is not available. I not mentioned that i'm working on 10.20 so probably this option is on 11
I tried anyway to reinstall with insf -e -H 10/4/12.3.0 and says ok but still I have the tape2 driver
Hi! I'm keko
Sanjay_6
Honored Contributor

Re: DLT8000 wrong driver

Rafael Moran
Advisor

Re: DLT8000 wrong driver

Thank you Sanjay but this driver is only for 11.00
I think the equivalent for 10.20 is the one I already installed PHKL_22855
Hi! I'm keko
erics_1
Honored Contributor

Re: DLT8000 wrong driver

Rafael,

I don't believe there is a way around this. If you have no need for the tape2 driver on this system, I suggest removing it from the kernel and upon reboot (tonight) that tape drive should bind to the stape driver. Sorry I don't have an "on the fly" answer for you.

Best Regards,
Eric
Xavier Gutierrez
Frequent Advisor

Re: DLT8000 wrong driver

Try to remove special files first:

# rmsf -d tape2 -H 10/4/12

Then insf them back:

# insf -d stape -e -H 10/4/12

Hope this helps...

Regards,
Xavier
Live fast, die young!
Rafael Moran
Advisor

Re: DLT8000 wrong driver

Thank you Eric and Xavier,

Last night I removed tape2 from kernel and rebooted. After that the DLT8000 appeared as unclaimed and there was no possible to assign the stape driver to it, so I added again the driver and it was again reasigned to it.
I tried also the xavier's solution but it seems that nothing happens. No message returns and the special files are still there and assigned to the DLT.
If i cannot configure it soon i will replace it again by a dlt7000. Do you know if there is any way to replace it without rebooting ? I say that because doing it on the fly could cause the scsi bus hangs

Thank you for your answers
Hi! I'm keko
ian Dennison
Regular Advisor
Solution

Re: DLT8000 wrong driver

I had a similar problem on 11.0, where I could not get a DLT Drive working on SCSI. I found the problem was that I had plugged the Drive into a 16 bit differential SCSI Card, rather than a Fast/Wide SCSI Card.

Worth checking out? Cheers, Ian Dennison
Lets do it to them before they do it to us! www.fred.net.nz
Rafael Moran
Advisor

Re: DLT8000 wrong driver

Thank you Ian,

I checked your answer:

# ioscan -fnk | grep SCSI
ext_bus 0 8/8 c720 CLAIMED INTERFACE GSC add-on Fast
/Wide SCSI Interface
ext_bus 1 8/12 c720 CLAIMED INTERFACE GSC add-on Fast
/Wide SCSI Interface
ext_bus 2 10/0 c720 CLAIMED INTERFACE GSC built-in Fa
st/Wide SCSI Interface
ext_bus 3 10/4/4 scsi3 CLAIMED INTERFACE HP 28696A - Wid
e SCSI ID=5
ext_bus 4 10/4/12 scsi3 CLAIMED INTERFACE HP 28696A - Wid
e SCSI ID=7
ext_bus 5 10/12/5 c720 CLAIMED INTERFACE Built-in SCSI


ioscan -fnkCtape
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
tape 1 10/4/12.3.0 tape2 CLAIMED DEVICE QUANTUM DLT8000
/dev/diag/rmt/c4t3d0 /dev/rmt/c4t3d0BEST
/dev/rmt/1m /dev/rmt/c4t3d0BESTb
/dev/rmt/1mb /dev/rmt/c4t3d0BESTn
/dev/rmt/1mn /dev/rmt/c4t3d0BESTnb
/dev/rmt/1mnb
tape 0 10/12/5.0.0 stape CLAIMED DEVICE HP C1533A
/dev/rmt/0m /dev/rmt/c5t0d0BEST
/dev/rmt/0mb /dev/rmt/c5t0d0BESTb
/dev/rmt/0mn /dev/rmt/c5t0d0BESTn
/dev/rmt/0mnb /dev/rmt/c5t0d0BESTnb

So I think you are right. I checked DLT8000 specifications with more attention and it clears says that only works with FWD - Fast Wide Differential.

Thank you very much. Problem solved.
Hi! I'm keko