- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite tapes ejected when Ignite completes
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-13-2005 06:11 AM
09-13-2005 06:11 AM
Most eject the tape upon completion, but some do not. The Ignite scripts are set up the same:
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -a /dev/rmt/cXtYdZBESTn
/usr/bin/mt -t /dev/rmt/cXtYdZBESTb offline
Any way to force the tape to eject?
Thanks,
Joan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 06:14 AM
09-13-2005 06:14 AM
Re: Ignite tapes ejected when Ignite completes
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 06:19 AM
09-13-2005 06:19 AM
Re: Ignite tapes ejected when Ignite completes
The tape will reqind before offline (ejecting).
What happens if you issue rewind with the mt command? And do this before you mt-offline?
mt -t /dev/rmt/cXtYdZBESTb rewind
mt -t /dev/rmt/cXtYdZBESTb offline
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 06:28 AM
09-13-2005 06:28 AM
SolutionIt shouldn't make any difference I wouldn't think but you're writing to the AT&T style device, then rewinding the Berkely style device. I would be tempted to try "/usr/bin/mt -t /dev/rmt/cXtYdZBESTn offline" and see if that makes any difference.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 07:44 AM
09-13-2005 07:44 AM
Re: Ignite tapes ejected when Ignite completes
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 07:47 AM
09-13-2005 07:47 AM
Re: Ignite tapes ejected when Ignite completes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 07:51 AM
09-13-2005 07:51 AM
Re: Ignite tapes ejected when Ignite completes
You could try with n option as said above.
And also make rewind opetion before offile
/usr/bin/mt -t /dev/rmt/cXtYdZBESTn rew
/usr/bin/mt -t /dev/rmt/cXtYdZBESTn offl
----------------------------------------
rew Rewind tape.
offl Rewind tape and go offline.
-----------------------------------------
Cheers,
Raj.