- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tape Device Drivers
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 06:16 AM
03-14-2002 06:16 AM
Tape Device Drivers
I have a compaq TZ877 tape drive which when I do an ioscan shows as claimed by the 'tape2' driver. Is there any way I can change it to be claimed by the 'stape' driver instead.
It won't work as it is, so out of curiosity I would like to try it. (Autoloader has been configured and works ok).
Cheers
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 06:30 AM
03-14-2002 06:30 AM
Re: Tape Device Drivers
You can make use of the 'mksf' command for making a special file for this device, with a special driver.
See man pages of 'mksf'. You can create the special file with the driver name you want, the H/W address you need, with the Class name you need on any devices. It will work only if your device is compatible with these paramters.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 06:35 AM
03-14-2002 06:35 AM
Re: Tape Device Drivers
driver
where
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:00 AM
03-14-2002 07:00 AM
Re: Tape Device Drivers
I have tried to create the device file using mksf -d stape -H 10/40/8.2.0 and I get the error
mksf: Couldn't find driver matching arguments
but if I do and lsdev -d stape it shows the driver as present with a major number of 205. So I then created a device file using mknod but still cannot access the drive. Am I to assume that it just is not compatible?
Cheer for your help so far
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:20 AM
03-14-2002 07:20 AM
Re: Tape Device Drivers
Which OS version ? This was an error with old 10.x 'mksf' command, but was resolved by patches.
Did you specify the correct syntax ? This can be only a testing. The driver which is identified by the system will be the right one !
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:32 AM
03-14-2002 07:32 AM
Re: Tape Device Drivers
It is v11.0.
The syntax I used was:
mksf -d stape -H 10/4/8.2.0
have I missed something off ?
The only reason I think the driver may be incorrect is that we have compaq tape drives (allbeit newer) on a couple of other machines and they use the sptape driver rather than tape2.
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:46 AM
03-14-2002 07:46 AM
Re: Tape Device Drivers
Remove the tape2 driver from your kernel.
Make sure you have stape drive in your kernel.
Then reboot the system.
Now, your tape drive should take stape driver.
Thanks,
-Piyush.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:47 AM
03-14-2002 07:47 AM
Re: Tape Device Drivers
Try including the device file name along with mksf command.
Also if you have other systems, with the same type of device, then do 'lssf' there and findout the detail configuration of the device file and apply it here.
mksf should work fine in 11.x
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:52 AM
03-14-2002 07:52 AM
Re: Tape Device Drivers
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 07:58 AM
03-14-2002 07:58 AM
Re: Tape Device Drivers
Next time the machine is rebooted I'll bind the driver to the device and see what happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 09:36 AM
03-14-2002 09:36 AM
Re: Tape Device Drivers
This FAQ at Compaq may explain this:
http://www.compaq.com/support/storage/open_vendor/techtips/mvtapes/hp/hpdltfaq.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 04:41 AM
03-15-2002 04:41 AM
Re: Tape Device Drivers
To be sure, post the "ioscan -f -H ..." output for the *interface*. I.e. do a "ioscan -f", look up the tape drive, then go 'up' and look at the interface ("H/W Type" is "INTERFACE") and then use the "H/W Path" of that line as the "-H" parameter.
Of course the hardware manual of the computer should also tell you whether or not it can have NIO/HP-PB interfaces and if so at which addresses.