- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Methods to securely delete data from tape
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
10-30-2006 06:31 AM
10-30-2006 06:31 AM
I'm researching ways that we can safely delete contents on tape media we have before it is reused. Now, LTT offers a 3 level 'erase' function for DDS and LTO which is helpful but DLT is not supported by that function for some reason. I offered several options for degaussers to management but was turned down because of the cost involved. I know I can run dd against the tape but that ties up a drive for over a day before completing. This interferes with nightly backups. I'd like your input as to any solutions you may have implemented.
Thanks,
Eric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 06:36 AM
10-30-2006 06:36 AM
Re: Methods to securely delete data from tape
A very powerful magnet has always done us well, at least in my prior job.
Where I work now, we're so security conscious that we simply won't resell old tapes no matter what their dollar/shekel value.
All old tapes and disks are physically destroyed at end of life.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 07:37 AM
10-30-2006 07:37 AM
Re: Methods to securely delete data from tape
I think ou to set priority first:
- low costs
=> reuse of tapes
=> no physical destroying
- high security
=> buy degauss equipment
OR
=> destroy tapes physically
Both aspects could be done via
dd if=/dev/random of=/dev/lto bs=5k
but since you have another one:
- no availability (time to erase or additional drive)
... you have to decide!
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 07:40 AM
10-30-2006 07:40 AM
Re: Methods to securely delete data from tape
costs too much, but doubling the
wear-and-tear on the actual tape drive is OK?
Yikes.
For erasing a tape well, fire is good. If you
plan to do anything less effective than that,
then a large permanent magnet is probably
about as good as anything. It all depends
on what's good enough, that is, whom you are
trying to stop from reading the tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 08:20 AM
10-30-2006 08:20 AM
SolutionNow this is where the importance of protecting the old data comes in. A very determined hacker can try positioning the tape and powering the drive off under certain conditions. Or the tape can be sent to a data recovery company where they have special firmware to recover unreadable data .
And note that degaussing modern tapes can create problems with the tape. If the tape is to be thrown away, then a simple degausser will work just fine. Only companies with enormous budgets can afford the equipment needed to read data that has been overwritten or degaussed.
So how important is the data and what is your company's exposure should the data be stolen? Generally speaking, the importance and liability is far more than the cost of the tapes -- which means destruction (crushed, chipped or incinerated) is by far the safest and cheapest method. I would not waste the time and wear using some program to erase the tapes.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 08:27 AM
10-30-2006 08:27 AM
Re: Methods to securely delete data from tape
Thanks for your input and insight. I think I'll make another push for a degausser.
Thanks again,
Eric