Operating System - HP-UX
1753792 Members
3594 Online
108799 Solutions
New Discussion юеВ

External scsi tape drive disappears

 
Negasi Gerima
New Member

External scsi tape drive disappears

We have an older model HP-UX machine here running 10.20 that has an external tape drive attached to it. It seems that every so often the tape drive becomes unaccessible for some reason. It is visible when I run "ioscan -C tape -fun". It returns the following results:

$ioscan -C tape -fun
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
tape 0 10/0/15/0.3.0 stape NO_HW DEVICE ARCHIVE Python 04106-XXX
/dev/rmt/0m /dev/rmt/c2t3d0BEST
/dev/rmt/0mb /dev/rmt/c2t3d0BESTb
/dev/rmt/0mn /dev/rmt/c2t3d0BESTn
/dev/rmt/0mnb /dev/rmt/c2t3d0BESTnb

The problem is that instead of saying "NO_HW", the driver should say "CLAIMED". I've tried running the SAM application but that doesn't seem to pick the drive up at all. Is there something I can do to get this drive working again without calling in a HP service person? Any ideas or suggestions are much appreciated.
10 REPLIES 10
VK2COT
Honored Contributor

Re: External scsi tape drive disappears

Hello,

Unfortunately, NO_HW means exactly that.
One or more of the following conditions apply to your case:

The tape drive is faulty
SCSI cable is faulty
SCSI card is faulty
and similar

You need to look at the hardware problem.

Cheers,

VK2COT
VK2COT - Dusan Baljevic
Mridul Shrivastava
Honored Contributor

Re: External scsi tape drive disappears

Have you checked the tape drive physically. Is it powered ON and all the cables and terminators are connected firmly ??

Check the above things before calling HP as they will ask the same questions.
Time has a wonderful way of weeding out the trivial
Bill Hassell
Honored Contributor

Re: External scsi tape drive disappears

ioscan performs a very simple SCSI ID request to the device and if it fails to return anything, the drive is dead and marked as NO_HW. This isn't a software problem -- replace the drive (after checking cables and any other devices on the same bus).


Bill Hassell, sysadmin
Negasi Gerima
New Member

Re: External scsi tape drive disappears

Everyone, thanks for the replies.

We've had the problem in the past where this machine has lost access to the tape drive and it turned out to be the system board rather than the tape drive. If we were to suppose that the issue was with the system board, wouldn't I also see issues with the network connection or usb ports which are also on the same bit of pcb?

I'm just trying to do a bit of baseline troubleshooting before calling support.

TIA,

Negasi
OldSchool
Honored Contributor

Re: External scsi tape drive disappears

"wouldn't I also see issues with the network connection or usb ports which are also on the same bit of pcb"

something here doesn't make sense..."older system" and 10.20, shouldn't have usb ports? And "newer" old boxes (like L-clase) didn't run 10.20

older boxes (like H and K class for example) should have a core i/o board that would have a scsi port, 10BT, modem ports, etc.... The scsi could fail w/o impacting anything else (depending on which components failed). There were also single board scsi adapters that had nothing more than the scsi on them.

Negasi Gerima
New Member

Re: External scsi tape drive disappears

This unit is a J9000 workstation which according to my research came out in 1999. To the best of my recollection usb made its debut around 1996.

Thanks,

Negasi
OldSchool
Honored Contributor

Re: External scsi tape drive disappears

ah...i had assumed it was a server, not a workstation. sorry 'bout that.
OldSchool
Honored Contributor

Re: External scsi tape drive disappears

and the "servers" didn't support usb on 10.20, some never did.
Negasi Gerima
New Member

Re: External scsi tape drive disappears

Not a problem. LOL, in our environment workstations routinely see server duty.