Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
02-01-2004 03:02 PM
02-01-2004 03:02 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 03:18 PM
02-01-2004 03:18 PM
Re: tape
You could try the 'mc' command as well. 'man mc' for more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 03:41 PM
02-01-2004 03:41 PM
Re: tape
I'm attaching tape eject script that contains one of the basic commands you may need.
That command family will what you need.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 04:04 PM
02-01-2004 04:04 PM
SolutionIt is possible in later versions of HPUX. Use the mc command. It's not in 10.20, maybe in 11.0. I know for sure it's in 11.11.
You need to have a tape picker device configured. Document DFQKBCA00000222 has information on configuring one.
Make sure the schgr driver is in the kernel.
It's mentioned in the doc, but an easy thing to miss.
Once you've got the picker added, us mc something like this:
mc -p /dev/picker -r IDSM
This would give a listing of tapes for
mail slot -- I
tape drives -- D
tape slots -- S
picker -- M
See the mc command for more details.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 04:11 PM
02-01-2004 04:11 PM
Re: tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2004 04:42 PM
02-01-2004 04:42 PM
Re: tape
mc -p /dev/picker -r S
If you've got barcodes and a reader in the library you'll get a list of them.
Something like this:
ST_slot_1 EMPTY
ST_slot_2 FULL 060107
ST_slot_3 FULL 000058
...
ST_slot_40 FULL cln047
Hope that helps,
Tom