- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tape library autochanger device file (MSL5000)
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
12-08-2009 03:06 PM
12-08-2009 03:06 PM
Tape library autochanger device file (MSL5000)
Going from the example of the former config,
root: ll /dev/robot.old
crw-r--r-- 1 root sys 203 0x411000 Mar 26 2007 /dev/robot.old
root: ll /dev/rmt/1m
crw-rw-rw- 2 bin bin 205 0x411100 Oct 23 09:06 /dev/rmt/1m
and now
root: ll /dev/rmt/2m
crw-rw-rw- 2 bin bin 205 0x421100 Dec 1 16:54 /dev/rmt/2m
I tried creating the special file with
root: mknod /dev/robot c 203 0x421100
but when trying the usual command it returns an error:
root: mc -p /dev/robot -r DS
ERROR: 0x5 Illegal Request : 0x2400 Invalid field in command descriptor block
Reading HP Document KBAN00000190 that explains all this stuff, I determined that I should have used:
root: mknod /dev/robot c 203 0x421000
But the results of that are:
ERROR: 0x2 Not Ready : 0x48d Unknown Additional Sense Code
Seems like I'm getting closer but not quite there. Any suggestions?
For completeness, here are the relevant ioscan outputs:
Class I H/W Path Driver S/W State H/W Type Description
=========================================================================
ext_bus 42 1/0/4/1/1.8.0.255.6 fcd_vbus CLAIMED INTERFACE FCP Device Interface
tape 2 1/0/2/1/0.1.16.255.0.1.1 stape CLAIMED DEVICE COMPAQ SDLT320
/dev/rmt/2m /dev/rmt/c66t1d1BEST
/dev/rmt/2mb /dev/rmt/c66t1d1BESTb
/dev/rmt/2mn /dev/rmt/c66t1d1BESTn
/dev/rmt/2mnb /dev/rmt/c66t1d1BESTnb
autoch 2 1/0/2/1/0.1.16.255.0.1.0 schgr CLAIMED DEVICE COMPAQ MSL5000 Series
/dev/rac/c66t1d0
Thanks everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2009 08:12 PM
12-08-2009 08:12 PM
Re: Tape library autochanger device file (MSL5000)
ERROR: 0x2 Not Ready : 0x401 Logical unit in process of becoming ready
(time after time)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2009 09:21 PM
12-08-2009 09:21 PM
Re: Tape library autochanger device file (MSL5000)
autoch 2 1/0/2/1/0.1.16.255.0.1.0 schgr CLAIMED DEVICE COMPAQ MSL5000 Series
/dev/rac/c66t1d0
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 01:21 AM
12-09-2009 01:21 AM
Re: Tape library autochanger device file (MSL5000)
Please do the following steps.
1. mv /dev/rmt/2m /dev/rmt/1m
2. mv /dev/rmt/2mb /dev/rmt/1mb
3. mv /dev/rmt/2mn /dev/rmt/1mn
4. mv /dev/rmt/2mnb /dev/rmt/1mnb
5. ioscan
6. insf
Please try and let me know the update.
Regards,
Prasanth Thomas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 04:12 AM
12-09-2009 04:12 AM
Re: Tape library autochanger device file (MSL5000)
I don't really see where the problem is.
For example with "mc" you can control the robot using /dev/rac/c66t1d0.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 07:24 AM
12-09-2009 07:24 AM
Re: Tape library autochanger device file (MSL5000)
root: mc -p /dev/rac/c66t1d0 -r DS
ERROR: 0x2 Not Ready : 0x401 Logical unit in process of becoming ready
So it seems I created the robot device file correctly and there's a changer problem of some sort. Next up I guess I'll have them cycle power on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 07:31 AM
12-09-2009 07:31 AM
Re: Tape library autochanger device file (MSL5000)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 07:36 AM
12-09-2009 07:36 AM
Re: Tape library autochanger device file (MSL5000)
You are right. Have a look at the front panel or use the web console of this library to get the current status.
Was it moved too?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 07:43 AM
12-09-2009 07:43 AM
Re: Tape library autochanger device file (MSL5000)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 07:49 AM
12-09-2009 07:49 AM
Re: Tape library autochanger device file (MSL5000)
Maybe something is not properly seated now?
The device file will be OK, but you need to fix the library hardware first.
What is the status of the MSL?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2009 08:25 AM
12-09-2009 08:25 AM
Re: Tape library autochanger device file (MSL5000)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2009 12:53 PM
12-13-2009 12:53 PM