- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Eject tape from DLT drive
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
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
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
тАО05-09-2002 12:20 PM
тАО05-09-2002 12:20 PM
mt -t
that will work on DLT tape drives?
Thanks
Paul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 12:31 PM
тАО05-09-2002 12:31 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 12:31 PM
тАО05-09-2002 12:31 PM
Re: Eject tape from DLT drive
I dont think that can be done . May be you like to look at this :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xced5d08cc06fd511abcd0090277a778c,00.html
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 12:31 PM
тАО05-09-2002 12:31 PM
Re: Eject tape from DLT drive
Nope, sorry.
HP does not have an eject command like Solaris.
We'd all like one, but............
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 12:35 PM
тАО05-09-2002 12:35 PM
Re: Eject tape from DLT drive
'offl' will the rewind the medium, unlock the mechanism, and illuminate the 'Operate Handle' LED but the operator still has to manually operate the handle to eject the medium.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 12:36 PM
тАО05-09-2002 12:36 PM
Re: Eject tape from DLT drive
The "uma" command has the "offl" option that will do the eject "physically".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 12:39 PM
тАО05-09-2002 12:39 PM
Re: Eject tape from DLT drive
The command you specified will bring the DLT media to offline mode ( will not eject by itself, you have to use the handle operator). But in DDS drives, the same command will eject the tape out of the drives ( these are only drive mechanic specific).
If you go through these man pages, you will get a better idea:
# man mt
# man mc
# man 7 mt
Another option is the 'uma' utility with Omniback.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 12:53 PM
тАО05-09-2002 12:53 PM
Re: Eject tape from DLT drive
A.C.S. Are you saying that the offl command will do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 01:00 PM
тАО05-09-2002 01:00 PM
Re: Eject tape from DLT drive
Yes, the offl command with mt will do that trick. If you invoke this command, the DLT drive will go offline and if you want that to make online (writable/readable), then you have to manually eject and reload the media.
Read the man pages for more information
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2002 05:06 PM
тАО05-09-2002 05:06 PM
Re: Eject tape from DLT drive
What is being mentioned is correct:
# mt -t /dev/rmt/1m rew
# mt -t /dev/rmt/1m offl
If the tape drive is a stand-a-lone you can
eject the tape by lifting the handle. If it
is in a tape library you can use the 'uma'
command or the 'mc' command. If you choose the
'mc' command and you use omniback or similar
you will need to to do a barcode scan of your
library so that your database remains in sync.
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2002 05:46 AM
тАО05-10-2002 05:46 AM
Re: Eject tape from DLT drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2002 06:16 AM
тАО05-10-2002 06:16 AM
Re: Eject tape from DLT drive
As suggested by other forum members, if you are using a standalone DLT drive, you will still have to operate the handle to eject the DLT from the drive after running the mt command with the offl option for the drive. No other solution.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2002 07:05 AM
тАО05-10-2002 07:05 AM
Re: Eject tape from DLT drive
Thank you all (again) for the info. Appreciate all the help.
Paul