- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems loading tape to tape from tape librar...
Operating System - HP-UX
1819858
Members
3140
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-19-2003 07:09 AM
тАО11-19-2003 07:09 AM
Problems loading tape to tape from tape library
# mc -p /dev/rac/c4t0d0 -sST_slot_2 -dDT_slot_1
ERROR: 0x5 Illegal Request : 0x2101 Invalid element address
ERROR: 0x5 Illegal Request : 0x2101 Invalid element address
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2003 08:55 AM
тАО11-19-2003 08:55 AM
Re: Problems loading tape to tape from tape library
bad syntax... "Invalid element address"
For the 'element' use:
D = drive
S = slot
-moves tape from slot 2 to drive 1-
# mc -p /dev/rac/c4t0d0 -sS2 -dD1
-from drive 1 to slot 2-
# mc -p /dev/rac/c4t0d0 -sD1 -dS2
You may also need to create a device file for the robot that is bound to spt and not schgr... to do so...
# mknod /dev/robot c 203 0x??????
where 0x?????? is the minor# of /dev/rac/c4t0d0
# ll /dev/rac/c4t0d0 -> to get the minor#
test with...
# mc -d /dev/robot -rDS
Hope this helps,
-Denver
For the 'element' use:
D = drive
S = slot
-moves tape from slot 2 to drive 1-
# mc -p /dev/rac/c4t0d0 -sS2 -dD1
-from drive 1 to slot 2-
# mc -p /dev/rac/c4t0d0 -sD1 -dS2
You may also need to create a device file for the robot that is bound to spt and not schgr... to do so...
# mknod /dev/robot c 203 0x??????
where 0x?????? is the minor# of /dev/rac/c4t0d0
# ll /dev/rac/c4t0d0 -> to get the minor#
test with...
# mc -d /dev/robot -rDS
Hope this helps,
-Denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2003 08:57 AM
тАО11-19-2003 08:57 AM
Re: Problems loading tape to tape from tape library
oops, type-o :)
to test...
# mc -p /dev/robot -rDS
to test...
# mc -p /dev/robot -rDS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2003 12:40 AM
тАО12-03-2003 12:40 AM
Re: Problems loading tape to tape from tape library
I tried creating the robot link and I got the following error message
# ls -l /dev/rac/c4t0d0
crw------- 1 bin sys 231 0x040000 Nov 14 05:10 /dev/rac/c4t0d0
# mknod /dev/robot c 203 0x040000
# mc -d /dev/robot -rDS
ERROR: No such file or directory
# ls -l /dev/rac/c4t0d0
crw------- 1 bin sys 231 0x040000 Nov 14 05:10 /dev/rac/c4t0d0
# mknod /dev/robot c 203 0x040000
# mc -d /dev/robot -rDS
ERROR: No such file or directory
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP