- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unclaimed Devices in ioscan output
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-22-2008 09:14 AM
10-22-2008 09:14 AM
Unclaimed Devices in ioscan output
I have newly configured RX8640 box. Netback up person attached netbackup libraray on HBA to server. When we are checking for the tape drives, is is showing correctly those 12 tape drives in tape library but showing as UNCLAIMED.
unknown -1 0/0/6/1/1.102.13.255.0.0.0 UNCLAIMED UNKNOWN IBM ULT3580-TD3
What can we do to make it available.
Above is the output from ioscan -f
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 09:31 AM
10-22-2008 09:31 AM
Re: Unclaimed Devices in ioscan output
If you haven't already got it, check here:
ftp://ftp.software.ibm.com/storage/devdrvr/HPUX/11i_PCI/
install, add to kernal and rescan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 09:37 AM
10-22-2008 09:37 AM
Re: Unclaimed Devices in ioscan output
My OS version is 11v2.
So in the path you provided under 11v2 there are 2 binary files atdd.5.5.0.84.bin and atdd.5.6.0.84.bin.
Which one should I install, the 5.6 one or its specific to IBM tape drives.
I have IBM ULT3580-TD2 and IBM ULT3580-TD3 attached.
Any suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 10:07 AM
10-22-2008 10:07 AM
Re: Unclaimed Devices in ioscan output
1) these files are NOT for HPUX
2) there should be some installation procudures for HPUX. Typically HPUX appilcations and drivers would come in a .depot type of file. One that you could user swinstall in order to install.
UNCLAIMED and UNKNOWN is as you know a lack of driver for this type of device in the kernel. Do you at least have an stape driver in your kernel ? kcmodule|grep stape and is it enabled ?
The stape driver would allow you to use the device if it supports it but probably not the robotics, etc.. Do some searching on google for IBM ULT350 driver for HPUX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 11:05 AM
10-22-2008 11:05 AM
Re: Unclaimed Devices in ioscan output
from the "README" file in the stuff I linked:
Files in this directory contain Licensed Materials, property of IBM,
(C) Copyright IBM Corporation 2004-, All Rights Reserved.
atdd.3.n.n.n.bin - ATDD device driver for HP-UX 11i v1(64-bit) PCI Bus systems
atdd.5.5.n.n.bin - ATDD device driver for HP-UX 11i v2(64-bit) for Itanium 2 systems
atdd.5.6.n.n.bin - ATDD device driver for HP-UX 11i v2(64-bit) for PA-RISC systems
atdd.IA.6.n.n.n.bin - ATDD device driver for HP-UX 11i v3(64-bit) for Itanium 2 systems
atdd.PA.6.n.n.n.bin - ATDD device driver for HP-UX 11i v3(64-bit) for PA-RISC systems
atdd.fixlist - Log of fixes implemented by driver level
atdd.Readme - Readme file for atdd
tapeutil.hpux.n.n.n.n.bin - Tape Utility Program
tapeutil.hpux.fixlist - Log of fixes for tapeutil
tapeutil.hpux.Readme - Readme for Tape Utility Program
InstallAtdd - Script for installing atdd
you will need to determine which one applies, and review atdd.Readme, README...
you will probably need InstallAtdd and some of the tapeutil stuff as well.