- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ATL P1000
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
тАО11-02-2000 03:43 AM
тАО11-02-2000 03:43 AM
ATL P1000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 05:07 AM
тАО11-02-2000 05:07 AM
Re: ATL P1000
Give us more details:
What model tape drive (product number)?
Show us what ioscan provides:
# ioscan -fnC tape
What is the SCSI error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 05:27 AM
тАО11-02-2000 05:27 AM
Re: ATL P1000
sorry for the oversight... I see it is an ALT P1000 which from all documentation I can find is an unsupported tape unit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 08:10 AM
тАО11-02-2000 08:10 AM
Re: ATL P1000
Here is the ioscan - the tape drives are ok as we can manualy put a tape in the drives and write data to them it is just the robotics are not working and giving an unknown scsi error (very useful !!) when we try to do anything within Legato involving the robot ie inventory,labelling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-02-2000 10:11 AM
тАО11-02-2000 10:11 AM
Re: ATL P1000
According to the Quantum ALT page http://www.atlp.com/pdf/swguide.pdf the unit has been certified on HP-UX.
Did you add a line to the kernel that specifically binds the arm and driver?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2000 01:59 AM
тАО11-03-2000 01:59 AM
Re: ATL P1000
All I have done kernel wise is to add the driver using SAM.How do you go about binding the arm to the driver ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2000 07:29 AM
тАО11-03-2000 07:29 AM
Re: ATL P1000
That is probably the issue then.. bind the driver and rebuild the kernel. Then use mknod to make the special file... Here's how:
Edit /stand/system to include the line:
# driver
# lsdev -d sctl (to get the major number)
# mknod {device name} c {major#} {minor#}
where major# is from the lsdev
minor# is c=controller interface#
t= target#
d=lun#
Rebuild the kernel manually and reboot. If you run into any problems, then you'll need to boot from the old kernel to bring the system back up. Otherwise, test the robotic arm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2000 08:06 AM
тАО11-03-2000 08:06 AM
Re: ATL P1000
sort of tried this originaly but did mknod using spt driver not sctl as you show it.
Got told this was not the way to do this so backed it all out and just added the schgr & sctl drivers and the dev file was created during bootup ie /dev/rac/c8t0d0
Any other ideas ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2000 10:41 AM
тАО11-03-2000 10:41 AM
Re: ATL P1000
I found one case where the ALT P1000 was used successfully on an Nclass using exact same procedure.
Check out the Knowlege Base document for Configuring Autoloaders. This is the right procedure.
I will double check on that driver. I thought I had it correct. It should be the same driver as shows on the ioscan line for the Alt P1000.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-06-2000 08:07 AM
тАО11-06-2000 08:07 AM
Re: ATL P1000
Thanks for the assist will try this out
though still confused about the driver