<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: EVA data erasure tools/commands in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872559#M21787</link>
    <description>if you are going to go host based, there is a FREE windows utility called ERASURE, &lt;BR /&gt;&lt;A href="http://www.heidi.ie/eraser/" target="_blank"&gt;http://www.heidi.ie/eraser/&lt;/A&gt; &lt;BR /&gt;that includes the DoD 5220-22.M method &lt;BR /&gt;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) &lt;BR /&gt;&lt;BR /&gt;there is also a FREE linux utility, WIPE, &lt;BR /&gt;&lt;A href="http://wipe.sourceforge.net/" target="_blank"&gt;http://wipe.sourceforge.net/&lt;/A&gt; &lt;BR /&gt;but i do not think it has the DoD method&lt;BR /&gt;</description>
    <pubDate>Mon, 02 Oct 2006 12:15:13 GMT</pubDate>
    <dc:creator>chris callihan</dc:creator>
    <dc:date>2006-10-02T12:15:13Z</dc:date>
    <item>
      <title>EVA data erasure tools/commands</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872557#M21785</link>
      <description>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?&lt;BR /&gt;The erasure/shredding process needs to be certified for this purpose, ie. with DoD.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;thanks in advance.</description>
      <pubDate>Fri, 29 Sep 2006 16:50:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872557#M21785</guid>
      <dc:creator>Lyndon Handy</dc:creator>
      <dc:date>2006-09-29T16:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: EVA data erasure tools/commands</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872558#M21786</link>
      <description>There is no certified EVA based method to erase data.&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;But... data does not get erased that way!&lt;BR /&gt;&lt;BR /&gt;So the only way will be overwriting the LUNs several times with different patterns using a certified software!&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Peter</description>
      <pubDate>Sat, 30 Sep 2006 10:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872558#M21786</guid>
      <dc:creator>Peter Mattei</dc:creator>
      <dc:date>2006-09-30T10:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: EVA data erasure tools/commands</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872559#M21787</link>
      <description>if you are going to go host based, there is a FREE windows utility called ERASURE, &lt;BR /&gt;&lt;A href="http://www.heidi.ie/eraser/" target="_blank"&gt;http://www.heidi.ie/eraser/&lt;/A&gt; &lt;BR /&gt;that includes the DoD 5220-22.M method &lt;BR /&gt;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) &lt;BR /&gt;&lt;BR /&gt;there is also a FREE linux utility, WIPE, &lt;BR /&gt;&lt;A href="http://wipe.sourceforge.net/" target="_blank"&gt;http://wipe.sourceforge.net/&lt;/A&gt; &lt;BR /&gt;but i do not think it has the DoD method&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Oct 2006 12:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872559#M21787</guid>
      <dc:creator>chris callihan</dc:creator>
      <dc:date>2006-10-02T12:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: EVA data erasure tools/commands</title>
      <link>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872560#M21788</link>
      <description>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.&lt;BR /&gt;&lt;BR /&gt;for i in $i&lt;BR /&gt;&amp;gt;do&lt;BR /&gt;&amp;gt;dd if=/dev/zero of=/dev/dsk/c1t2di bs=1024&lt;BR /&gt;&amp;gt;done&lt;BR /&gt;&lt;BR /&gt;You have to change the variables for c,t, and d  for different controllers and targets.&lt;BR /&gt;&lt;BR /&gt;dd command will erase all your data.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 23:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/eva-data-erasure-tools-commands/m-p/3872560#M21788</guid>
      <dc:creator>Novonil Choudhuri</dc:creator>
      <dc:date>2007-06-25T23:50:23Z</dc:date>
    </item>
  </channel>
</rss>

