- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DLT7000 robotic libray help needed.
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
06-09-2003 01:15 PM
06-09-2003 01:15 PM
I just connected an HP 1/6 DLT-Autoloaded (6 slots, 1 drive) to my RP7410.
I'm trying to make the device file but don't seem to be getting it correct.
ioscan produces:
1/0/10/0.8.0 HW path and device file c5t8d0.
I typed: mknod /dev/rac c 203 0x018000
and then to test I/O I ran:
/opt/omni/lbin/uma -ioctl /dev/rac
but get nothing...just a blinking cursor. I have to Ctrl-C to get my prompt back.
My lsdev -d sctl produces:
Char: 203 Block -1 Driver:sctl and Class:ctl.
Stumped. Any help would be great. Thanks. :)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:22 PM
06-09-2003 01:22 PM
Re: DLT7000 robotic libray help needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:28 PM
06-09-2003 01:28 PM
Re: DLT7000 robotic libray help needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 02:02 PM
06-09-2003 02:02 PM
SolutionRegards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 03:32 AM
06-10-2003 03:32 AM
Re: DLT7000 robotic libray help needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 03:50 AM
06-10-2003 03:50 AM
Re: DLT7000 robotic libray help needed.
HP(UX) libraries configuration.Wish we have more like this one on another issues :)
Anyway ...
In your particular case the picker is here:
unknown -1 1/0/10/0/0.9.0 UNCLAIMED UNKNOWN HP C6280-7000
So just build the /dev/rac with the 0x059000
(ext_bus=5,scsi target=9,lun=0).Continue later
with the manual.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 03:50 AM
06-10-2003 03:50 AM
Re: DLT7000 robotic libray help needed.
I was just curious...did you load the drivers for the robotic arm. I would guess that the RP5410 is a HSC or PCI card...so you'd probably need the following:
schgr sctl
Do you have these drivers loaded?
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 04:52 AM
06-10-2003 04:52 AM
Re: DLT7000 robotic libray help needed.
target 18 1/0/10/0/0.9 tgt CLAIMED DEVICE
Make sure you have the schgr driver in your kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 04:53 AM
06-10-2003 04:53 AM
Re: DLT7000 robotic libray help needed.
unknown -1 1/0/10/0/0.9.0 UNCLAIMED UNKNOWN HP C6280-7000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 05:04 AM
06-10-2003 05:04 AM
Re: DLT7000 robotic libray help needed.
Delete your /dev/rac and re-create it with
mknod /dev/rac c 203 0x059000
and you should be good to go. Test is with uma to be sure. And let us know if it worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 06:31 AM
06-10-2003 06:31 AM
Re: DLT7000 robotic libray help needed.
Now I feel like a newbie moron for trying:
mknod /dev/rac c 203 0x018000. I thought this because I saw 1/0/10/0/0.8.0 as the DLT. How does one know that it should be 0x059000? I don't see any reason for this. Can someone help me understand this (I'm like a sponge...i want to learn how & why...not just how to get passed my issue) thanks a million.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2003 06:44 AM
06-10-2003 06:44 AM
Re: DLT7000 robotic libray help needed.
The document Michael posted has it all :)
But...
HP as regarding to device files (like /dev/rac)
you created uses 2 special numbers,one called major ,second minor (I allways confuse which one is which :)).Anyway,major number sort of identifies the device driver.Can see major numbers with lsdev.The minor number usually (but not allways) specify device location.Like in your case with 0x050900.This is translated to bus N5,scsi target N9 and scsi lun N0.The device ext_bus in ioscan speaks for bus,so you
do ioscan search for bus N5 (ioscan -fnCext_bus),target N9 speaks for t9 on that bus and lun isn't used here.
Read man 1m mknod for more :)
I hope I put it in readable format :))
Zeev