- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Auto eject on a tape
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
11-17-2004 09:33 PM
11-17-2004 09:33 PM
I am running 11.11.
Ta
Ian Warner
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 09:44 PM
11-17-2004 09:44 PM
Re: Auto eject on a tape
mt -f /dev/rmt/0mn offl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 09:58 PM
11-17-2004 09:58 PM
Re: Auto eject on a tape
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 10:08 PM
11-17-2004 10:08 PM
Re: Auto eject on a tape
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 10:10 PM
11-17-2004 10:10 PM
SolutionThere are 3 ways to approach this:-
1. Create your own backup script which will perform the fbackup with your graph directly, then issue the mt offl command at the end of your script. This would be the best option.
2. Copy the br_backup script to an alternate location and edit it to include an offl. Change the crontab entry to point to this. Do NOT edit the file in-situ. It will be overwritten when SAM patches are later put on the server.
3. If you know your backups are always finished by a certain time, eg 7am, add an extra crontab at this time to run the offl. This however is not ideal eg if backups run late they will fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 11:02 PM
11-17-2004 11:02 PM
Re: Auto eject on a tape
Just a reminder that as you are using fbackup via SAM's br_backup script that you cannot use a no-rewind device file.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2004 08:26 AM
11-19-2004 08:26 AM
Re: Auto eject on a tape
mt -t
I have a DLT drive so "offl" doesn't physically eject the tape, but the effect is the same. Software sees the tape as being ejected.
I don't recall if our DAT drive used to eject the tape physically - but I think it did.