- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can user overwrite to a ignite tape left in th...
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-25-2003 07:20 AM
02-25-2003 07:20 AM
Thanks.
Geetha.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:25 AM
02-25-2003 07:25 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
It could happen. If you forget to eject the tape manually or if you run the make_tape_recovery automatically, you could eject the tape with a software command like this:
mt -f /dev/rmt/0m offl
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:25 AM
02-25-2003 07:25 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
The short anwswer is YES!
Regards,
RZ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:28 AM
02-25-2003 07:28 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
That is why I do a 'mt -f /dev/rmt/?mn offl' to rewind the tape and eject it after the make_tape_recovery finishes. That way no one can "accidentally" overwrite the tape.
That also forces you, or someone, to look at the tape drive and put the tape back in before the next make_tape_recovery. That way you can make sure that the drive doesn't need cleaning.
I would also hope that you aren't using the same tape time after time. I would recommend that you use at least 2 different tapes, preferably more, and keep some offsite somewhere. If something happened to your computer room then you would still want those other make_tape_recovery tapes available for DR purposes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:39 AM
02-25-2003 07:39 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
I do use 2 sets and alternate between them.
Geetha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:42 AM
02-25-2003 07:42 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
mt rw
and then start writing.
I do like that suggestion to eject the tape, I did not know that command existed.
I learnt something from this also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:56 AM
02-25-2003 07:56 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
Geetha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 07:58 AM
02-25-2003 07:58 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:11 AM
02-25-2003 08:11 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
Even rewinding and ejecting is not foolproof; the fool can always walk over and re-insert the medium.
If regular users have a legitmate need to write to the tape device then things get more complicated. Probably the most fool-proof method is to install another tape device with open permissions and the original is only writable by root - of course, if the fool is 'root' then you are still in trouble.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:13 AM
02-25-2003 08:13 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
take away write permission to the devices in /dev/rmt.
'chmod o-w /dev/...' for 'others'
Regards
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 08:32 AM
02-25-2003 08:32 AM
Re: Can user overwrite to a ignite tape left in the 4mm internal tape drive
Thx. I think I am all set.
Geetha.