Operating System - HP-UX
1836590 Members
1700 Online
110102 Solutions
New Discussion

How to check if hp-ux 11i supports a tape driver

 
Simon Qu
Frequent Advisor

How to check if hp-ux 11i supports a tape driver

The old tape driver did not work. We want to buy a new external tape driver.How to check if hp-ux 11i supports a tape driver?
We want to buy a SDLT320(LVD),160GB/320GB, TT,
Is it the supported tape driver on hp-ux 11i?
Thanks.
1 REPLY 1
Pete Randall
Outstanding Contributor

Re: How to check if hp-ux 11i supports a tape driver

It uses the regular stape driver:

# ioscan -kfnCtape
Class I H/W Path Driver S/W State H/W Type Description
===========================================================================
tape 7 0/0/1/0/0.1.0 stape CLAIMED DEVICE COMPAQ SDLT320
/dev/rmt/1m /dev/rmt/7mn
/dev/rmt/1mb /dev/rmt/7mnb
/dev/rmt/1mn /dev/rmt/c24t1d0BEST
/dev/rmt/1mnb /dev/rmt/c24t1d0BESTb
/dev/rmt/7m /dev/rmt/c24t1d0BESTn
/dev/rmt/7mb /dev/rmt/c24t1d0BESTnb


Pete

Pete