- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tape Drives show as unknown
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
10-07-2004 01:14 AM
10-07-2004 01:14 AM
- HP dds3 4mm that can go to 24gb with compression
- Exabyte 85xx 8mm that can go to 12gb with compression
Both are seen with the ioscan but show as unknown:
target 7 0/1/1/1.5 tgt CLAIMED DEVICE
unknown -1 0/1/1/1.5.0 UNCLAIMED UNKNOWN EXABYTE EXB-85
05SMBANSH2
target 5 0/1/1/1.6 tgt CLAIMED DEVICE
unknown -1 0/1/1/1.6.0 UNCLAIMED UNKNOWN HP C1537A
Is there drivers I have to download for these drives and install, and if so where can I find them ??
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 01:20 AM
10-07-2004 01:20 AM
SolutionInvoke SAM, then go to Kernel Configuration and then Drivers. Scroll through the driver list and select 'tape', 'tape2' and 'stape' drivers. The go up to the Actions menu and select 'Add Drivers to Kernel'. When that is done go back to the Actions menu and select 'Process New Kernel'.
This will regen the kernel and force a reboot of the machine. When the machine comes back up, you should see your tape drives and be able to use them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 01:21 AM
10-07-2004 01:21 AM
Re: Tape Drives show as unknown
You need to configure the stape driver into your kernel. It's probably easiest to do this with SAM > Kernel Configuration > Drivers.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 01:22 AM
10-07-2004 01:22 AM
Re: Tape Drives show as unknown
It is tape2 driver in your kernel or 'out'? This is the driver for dds tape drives.
I am not sure about the 8mm drive... It could be the 'stape' driver.
Do a 'grep tape2 /stand/system' and 'grep stape /stand/system' to see.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 01:25 AM
10-07-2004 01:25 AM
Re: Tape Drives show as unknown
you'll need the "stape" driver here
look if it's there using "kmsystem"
if not then use
kmsystem -c y stape
to configure it into the kernel
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 01:46 AM
10-07-2004 01:46 AM
Re: Tape Drives show as unknown
because this is 11.23 OS there is no kmsystem
command. You can check you driver module
by command kcmodule
kcmodule | grep stape
and you can try:
kcmodule stape=static - it will rebuild kernel
or use kcweb interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 05:34 AM
10-07-2004 05:34 AM