- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- EVA data erasure tools/commands
Disk Enclosures
1819931
Members
3128
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-29-2006 09:50 AM
тАО09-29-2006 09:50 AM
We need to erase/shred all data on an EVA 5000 before it gets returned at end-of-lease. What tools/commands can be executed on the HSV110 controller or from CV EVA that will perform this function?
The erasure/shredding process needs to be certified for this purpose, ie. with DoD.
Obviously the best method would be to run a utility on the EVA controller itself, rather than have 30+ hosts all running their respective erasure processes against their LUNs.
thanks in advance.
The erasure/shredding process needs to be certified for this purpose, ie. with DoD.
Obviously the best method would be to run a utility on the EVA controller itself, rather than have 30+ hosts all running their respective erasure processes against their LUNs.
thanks in advance.
"tried and true instead of new and improved"
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2006 03:54 AM
тАО09-30-2006 03:54 AM
Re: EVA data erasure tools/commands
There is no certified EVA based method to erase data.
Initializing the EVA will delete all mapping information. It will be almost impossible to reconstruct data contents since the blocks on the individual disk only contain small parts of LUNs.
But... data does not get erased that way!
So the only way will be overwriting the LUNs several times with different patterns using a certified software!
Cheers
Peter
Initializing the EVA will delete all mapping information. It will be almost impossible to reconstruct data contents since the blocks on the individual disk only contain small parts of LUNs.
But... data does not get erased that way!
So the only way will be overwriting the LUNs several times with different patterns using a certified software!
Cheers
Peter
I love storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2006 05:15 AM
тАО10-02-2006 05:15 AM
Solution
if you are going to go host based, there is a FREE windows utility called ERASURE,
http://www.heidi.ie/eraser/
that includes the DoD 5220-22.M method
once production is complete, just take a spare server or two and mount all the volumes you need to wipe (i would would do a couple of LUNs at a time)
there is also a FREE linux utility, WIPE,
http://wipe.sourceforge.net/
but i do not think it has the DoD method
http://www.heidi.ie/eraser/
that includes the DoD 5220-22.M method
once production is complete, just take a spare server or two and mount all the volumes you need to wipe (i would would do a couple of LUNs at a time)
there is also a FREE linux utility, WIPE,
http://wipe.sourceforge.net/
but i do not think it has the DoD method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2007 04:50 PM
тАО06-25-2007 04:50 PM
Re: EVA data erasure tools/commands
Hi You can always write a small shell script something like this and run on all the VDISKs after presenting them to a perticular host.
for i in $i
>do
>dd if=/dev/zero of=/dev/dsk/c1t2di bs=1024
>done
You have to change the variables for c,t, and d for different controllers and targets.
dd command will erase all your data.
for i in $i
>do
>dd if=/dev/zero of=/dev/dsk/c1t2di bs=1024
>done
You have to change the variables for c,t, and d for different controllers and targets.
dd command will erase all your data.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP