- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: c6364a auto loader
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
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
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
тАО07-31-2000 06:02 AM
тАО07-31-2000 06:02 AM
c6364a auto loader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2000 06:06 AM
тАО07-31-2000 06:06 AM
Re: c6364a auto loader
have a look at the kernel if the spt (scsi pass through) driver is included.
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2000 06:13 AM
тАО07-31-2000 06:13 AM
Re: c6364a auto loader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2000 06:20 AM
тАО07-31-2000 06:20 AM
Re: c6364a auto loader
First check to see if you have a device file in /dev. If you do, remove it with rmsf. Make a note of the minor number.
Try to use the insf command first to bring back in the device file. Use:
insf -H [target_hardware_address_from_ioscan]
or
insf -e
Check to see if the file has been rebuilt. If not you can rebuild it using:
mknod [device_file_name_for_robotic_arm] c 143 0x1c0000
The 143 corresponds to the major number for the spt driver. Please verify that you need this driver for your tape drive. You can get a list of other major numbers using lsdev | more. The 0x1c0000 is the minor number of the target. Pick a unique minor number that corresponds tot hat target address.
I would like someone who have this type of hardware to confirm these actions before you proceed.
Hope this helps.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2000 06:00 AM
тАО08-01-2000 06:00 AM
Re: c6364a auto loader
What do you see in an ioscan? If you don't see the robot at all then you probably have a hardware problem - for some reason it's not answering when the SCSI bus is polled.
If you see it as "UNCLAIMED" then there's no driver for it in the kernel and you need to add one. For a D-class you'll want "schgr" and "sctl". If, as mentioned above, it is claimed in ioscan and a driver is assigned to it then you probably just need to recreate the device file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2000 06:47 AM
тАО08-01-2000 06:47 AM
Re: c6364a auto loader
Document #A4151456 covers adding a AutoLoader to a D-class server at:
http://us-support2.external.hp.com/cki/bin/doc.pl/
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2000 06:59 AM
тАО08-01-2000 06:59 AM
Re: c6364a auto loader
This will provide you with the major and minor numbers to do the mknod command. The autochanger will not be present (UNCLAIMED) in the ioscan until the schgr driver is included in the kernel. The document can be searched in the Knowledge Base and look for "Adding Tape Drives to 10.x and 11.x"