- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- need help with mknod command with tape library
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
09-09-2008 12:05 PM
09-09-2008 12:05 PM
I am using the sctl driver and I dont understand the mknod command listed.
the ioscan output is
# ioscan -fH 0/7/1/0.22.11
Class I H/W Path Driver S/W State H/W Type Description
==========================================================================
ext_bus 13 0/7/1/0.22.11.255.0 fcd_vbus NO_HW INTERFACE FCP Device Interface
target 17 0/7/1/0.22.11.255.0.0 tgt NO_HW DEVICE
autoch 1 0/7/1/0.22.11.255.0.0.1 schgr NO_HW DEVICE HP MSL5000 Series
tape 5 0/7/1/0.22.11.255.0.0.2 stape NO_HW DEVICE COMPAQ SuperDLT1
tape 6 0/7/1/0.22.11.255.0.0.3 stape NO_HW DEVICE COMPAQ SuperDLT1
tape 7 0/7/1/0.22.11.255.0.0.4 stape NO_HW DEVICE COMPAQ SuperDLT1
tape 8 0/7/1/0.22.11.255.0.0.5 stape NO_HW DEVICE COMPAQ SuperDLT1
the output of lsdev -d sctl is
# lsdev -d sctl
Character Block Driver Class
203 -1 sctl ctl
I am not sure what the mknod command would be.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 12:11 PM
09-09-2008 12:11 PM
Re: need help with mknod command with tape library
Once the hardware shows up claimed how about insf -eH 0/7/1/0 to install the device files ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 12:11 PM
09-09-2008 12:11 PM
Re: need help with mknod command with tape library
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 12:20 PM
09-09-2008 12:20 PM
Re: need help with mknod command with tape library
Where the instance number from ext_bus,dec 13, is 19 hex...
to test your device...
mc -p /dev/your_picker -rIDSM
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 12:23 PM
09-09-2008 12:23 PM
Re: need help with mknod command with tape library
take ext_bus 13 to get d hex for when you create your device special file.
0x0d0100 not 0x19...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2008 09:28 AM
09-11-2008 09:28 AM
Re: need help with mknod command with tape library
autoch 2 0/7/1/0.22.11.255.0.0.0 schgr CLAIMED DEVICE HP MSL5000 Series
tape 9 0/7/1/0.22.11.255.0.0.1 stape CLAIMED DEVICE COMPAQ SuperDLT1
tape 5 0/7/1/0.22.11.255.0.0.2 stape CLAIMED DEVICE COMPAQ SuperDLT1
tape 6 0/7/1/0.22.11.255.0.0.3 stape CLAIMED DEVICE COMPAQ SuperDLT1
tape 7 0/7/1/0.22.11.255.0.0.4 stape CLAIMED DEVICE COMPAQ SuperDLT1
so I tried the mknod /dev/your_robot c 203 0x0d0100 (I still dont fully understand how this was arrived at)
and then tried the mc -p /dev/your_picker -rIDSM
and I got the error
ERROR: 0x5 Illegal Request : 0x2400 Invalid field in command descriptor block
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2008 09:39 AM
09-11-2008 09:39 AM
Re: need help with mknod command with tape library
Do a "insf -e" and you will get a device file for the robot like this:
/dev/rac/c8t0d0
now try mc command with this device file.
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
09-11-2008 09:46 AM
09-11-2008 09:46 AM
Re: need help with mknod command with tape library
I am not sure how to see if the device was recognized as dev/rac/c8t0d0 is there a ioscan switch I need?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2008 09:49 AM
09-11-2008 09:49 AM
Solution# ioscan -fn
and let us see.
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
09-11-2008 09:58 AM
09-11-2008 09:58 AM
Re: need help with mknod command with tape library
autoch 2 0/7/1/0.22.11.255.0.0.0 schgr CLAIMED DEVICE HP MSL5000 Series
/dev/rac/c13t0d0
tape 9 0/7/1/0.22.11.255.0.0.1 stape CLAIMED DEVICE COMPAQ SuperDLT1
/dev/rmt/9m /dev/rmt/9mn /dev/rmt/c13t0d1BEST /dev/rmt/c13t0d1BESTn
/dev/rmt/9mb /dev/rmt/9mnb /dev/rmt/c13t0d1BESTb /dev/rmt/c13t0d1BESTnb
tape 5 0/7/1/0.22.11.255.0.0.2 stape CLAIMED DEVICE COMPAQ SuperDLT1
/dev/rmt/5m /dev/rmt/5mn /dev/rmt/c13t0d2BEST /dev/rmt/c13t0d2BESTn
/dev/rmt/5mb /dev/rmt/5mnb /dev/rmt/c13t0d2BESTb /dev/rmt/c13t0d2BESTnb
tape 6 0/7/1/0.22.11.255.0.0.3 stape CLAIMED DEVICE COMPAQ SuperDLT1
/dev/rmt/6m /dev/rmt/6mn /dev/rmt/c13t0d3BEST /dev/rmt/c13t0d3BESTn
/dev/rmt/6mb /dev/rmt/6mnb /dev/rmt/c13t0d3BESTb /dev/rmt/c13t0d3BESTnb
tape 7 0/7/1/0.22.11.255.0.0.4 stape CLAIMED DEVICE COMPAQ SuperDLT1
/dev/rmt/7m /dev/rmt/7mn /dev/rmt/c13t0d4BEST /dev/rmt/c13t0d4BESTn
/dev/rmt/7mb /dev/rmt/7mnb /dev/rmt/c13t0d4BESTb /dev/rmt/c13t0d4BESTnb
I see now where the /dev/rac/c13t0d0 is found, I ran the mc -p /dev/rac/c13t0d0 -rIDSM and the listing of the tapes came up. Thank you torsten fot the help.(points assigned)
now if someone could point me to a document about running a backuop to diffrent tapes, I would be greatfull. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2008 10:28 AM
09-11-2008 10:28 AM
Re: need help with mknod command with tape library
try http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1154934
but it depends what you mean by backup and of what.
have a read of the fbackup man page, see http://docs.hp.com/en/IUX/index.html and perhaps look into dataprotector if you have ca$h.
no points this time please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2008 12:16 PM
09-11-2008 12:16 PM
Re: need help with mknod command with tape library
# ioscan -fn
and let us see.
I see now where the /dev/rac/c13t0d0 is found, I ran the mc -p /dev/rac/c13t0d0 -rIDSM and the listing of the tapes came up. Thank you torsten fot the help.(points assigned)