- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DLT Auto Changer
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
02-12-2003 07:07 AM
02-12-2003 07:07 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:19 AM
02-12-2003 07:19 AM
Re: DLT Auto Changer
We use the 'mc' command when we have to manipulate our auto changer manually. If your autochanger device is something like c7t0d0, here is a sample command to move a tape from drive 1 to slot 3:
mc -p /dev/rac/c7t0d0 -sD1 -dS3
I hope that helps.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:19 AM
02-12-2003 07:19 AM
Re: DLT Auto Changer
Look at the man page of "mc" command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:21 AM
02-12-2003 07:21 AM
Re: DLT Auto Changer
mc -s D1 -d S1 -s S2 -d D1
Unloads from drive 1 to slot 1, then loads slot 2 to drive 1.
hth,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:29 AM
02-12-2003 07:29 AM
Re: DLT Auto Changer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:36 AM
02-12-2003 07:36 AM
Re: DLT Auto Changer
uma -ioctl /dev/rac/c6t6d0
or something like that.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 08:17 AM
02-12-2003 08:17 AM
Solution/opt/omni/lbin/uma -ioctl /dev/rac/c47t6d0 -barcode
The /dev/rac/c47t6d0 is my device name for the robot. Use the device file name specific to your environment.
If no OB, use the 'mc' commands as specified.
Do remember that which ever method you choose you will probably need to become aquainted with the 'mt' command as well. The 'mt' command allows you to rewind a tape, get the status of a tape device, offline a tape from a tapew device, etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2003 06:20 AM
02-13-2003 06:20 AM