Operating System - HP-UX
1832867 Members
2734 Online
110048 Solutions
New Discussion

Re: Cannot connect to Tape drives

 
P. Prinsloo
Advisor

Cannot connect to Tape drives

I have a N4000 with 6 A5158A fiber cards installed. Two of these cards are connected to EMC disks, there is no problem here. Two of the other cards are connected to a StorageTek Robot via fibre cable. When I do a ioscan on the hardware path I get the following :Class I H/W
Path Driver S/W State
H/W Type Description
========================================
========================================
=
ba 12 1/10
lba CLAIMED BUS_NEXUS Local
PCI Bus Adapter (782)
fc 4 1/10/0/0
td CLAIMED INTERFACE HP
Tachyon TL/TS Fibre Channel Mass
Storage Adapter
/dev
/td4
fcp 3 1/10/0/0.8
fcp CLAIMED INTERFACE FCP
Protocol Adapter
ext_bus 8 1/10/0/0.8.0.255.0
fcpdev CLAIMED INTERFACE FCP
Device Interface
target 24 1/10/0/0.8.0.255.0.1
tgt CLAIMED DEVICE
unknown -1
1/10/0/0.8.0.255.0.1.0
UNCLAIMED UNKNOWN STK 9840

The tape is unclaimed, I cannot connect to it.

I have checked the driver I have installed for it and when I do swlist this is what I get.
A5158A
B.11.00.05 HP PCI Tachyon TL Fibre
Channel.

Additionally the Fibre Channel Mass Storage Driver patch PHKL_23939 is installed on this machine.

Can anyone help me to see the tape drives ( according to StorageTek the drive are on abitrated loop)
Wally
6 REPLIES 6
Michael Tully
Honored Contributor

Re: Cannot connect to Tape drives

Hi,

You need to set up a robotic arm device
and add the appropriate kernel driver.

The attached document will tell you how.
Anyone for a Mutiny ?
Stefan Farrelly
Honored Contributor

Re: Cannot connect to Tape drives


I dont think you have the correct driver loaded for the tape library, thats all. Its either tape2 or spt. It should be added to the /stand/system file and look like this;

driver 1/10/0/0.8.0.255.0.1.0 spt
or
driver 1/10/0/0.8.0.255.0.1.0 tape2

Try spt first, rebuild then kernel and reboot and see if you can see it CLAIMED now.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Michael Tully
Honored Contributor

Re: Cannot connect to Tape drives

If your using OmniBack, bear these items in mind.

Turn off EMS monitoring to your tape drives. Make sure that you have the latest SCSI patches loaded for your OS level. Have the 'st_ats_enabled' parameter set to '0'. Have your library in Omniback set to eject tapes instead of aborting, this will return tapes to slots instead of leaving them stuck
in drives.
Anyone for a Mutiny ?
Pete Devlin
Valued Contributor

Re: Cannot connect to Tape drives

Hi it's been a long time since i set a library up & I could be wrong but I seem to remember for our K servers the sctl driver was needed. We then had to manually bind the driver to the device. Could be totally wrong as that was 3.1 on hpux 10.20.
Cheers
Pete
Pete Devlin
Valued Contributor

Re: Cannot connect to Tape drives

sorry, also schgr driver.
Cheers
P. Prinsloo
Advisor

Re: Cannot connect to Tape drives

Thanks guys. I will try the solutions. This will however require downtime on the box and I'll only be able to try next week. I'll keep u posted on the resolution
Wally