Operating System - HP-UX
1856587 Members
7848 Online
104113 Solutions
New Discussion

Re: DLT Drive Stuck Reading

 
Wayne Green
Frequent Advisor

DLT Drive Stuck Reading

I have a tape in a DLT drive which after my terminal emulator crashed was left in a reading state (without actually progressing on the lcd readout). I have killed any processes which may be hanging on to it to no avail. Is reboot the only answer?
I'll have a beer, thanks
2 REPLIES 2
Scott D. Allen
Regular Advisor

Re: DLT Drive Stuck Reading

So there is activity on the drive but no processes accessing it?

Can you power cycle the DLT without rebooting?

Try an mt command to the drive.

mt -t /dev/rmt/0 rew
or
mt -t /dev/rmt/0n offl

--Scott
"Sometimes the devil you know is better than the devil you don't know."
Alan Riggs
Honored Contributor

Re: DLT Drive Stuck Reading

Also, use

fuser /dev/rmt/0m

to see whether any processes are still attached to the device file.