<?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: Data shredder in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012658#M613463</link>
    <description>Hi (again) David:&lt;BR /&gt;&lt;BR /&gt;Certainly, multiple random overwrites are superior to one pass.  Sophisticated techniques allow data recovery even after multiple writes have occured.  You have to decide on how sensitive your data is and how likely someone else might want to attempt to recover it.&lt;BR /&gt;&lt;BR /&gt;If you are really interested in data distruction, physical shredding of the media (or an acid etching) is required.  There are companies that perform this kind of service.  Google the web if you need.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 07 Nov 2006 11:27:37 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-11-07T11:27:37Z</dc:date>
    <item>
      <title>Data shredder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012654#M613459</link>
      <description>Can anyone advise on a tool to securely delete data stored on an EVA ? OS=hpux&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Tue, 07 Nov 2006 10:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012654#M613459</guid>
      <dc:creator>kavanagh_1</dc:creator>
      <dc:date>2006-11-07T10:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data shredder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012655#M613460</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;One solution is to write zeros or a random pattern at least once over the disk. This is a "reasonable" destruction of data.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zeros of=/dev/rdsk/cXtYdZ bs=1024k&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/urandom of=dev/rdsk/CxtYdZ bs=1024k&lt;BR /&gt;&lt;BR /&gt;Note the use of the raw disk device to circumvent the LVM layer, and the use of a large blocksize for fast I/O.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 07 Nov 2006 10:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012655#M613460</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-07T10:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data shredder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012656#M613461</link>
      <description>David,&lt;BR /&gt;please see previous posts:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=972440" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=972440&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=458247" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=458247&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870349" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870349&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Main answers:&lt;BR /&gt;mediainit (slow) and dd</description>
      <pubDate>Tue, 07 Nov 2006 11:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012656#M613461</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-11-07T11:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data shredder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012657#M613462</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thanks for your very quick reply. &lt;BR /&gt;&lt;BR /&gt;I have used the  command: "# dd if=/dev/zero of=/dev/rdsk/cXtYdZ bs=1024k" before. &lt;BR /&gt;&lt;BR /&gt;The requirement is to ensure data is securely deleted during decommissioning of an EVA previously used for a trading system. &lt;BR /&gt;&lt;BR /&gt;The HP XP12000 now has a product called the "HP StorageWorks XP Data Shredder" which offers &lt;BR /&gt;&lt;BR /&gt;1) Overwrites data volumes up to eight times.&lt;BR /&gt; &lt;BR /&gt;2) User selectable overwrite patterns: &lt;BR /&gt;The customer can choose his own overwrite patterns or else he can choose a random overwrite pattern. &lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;Do you know of any tool that could give a more thorough deletion ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;David&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012657#M613462</guid>
      <dc:creator>kavanagh_1</dc:creator>
      <dc:date>2006-11-07T11:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data shredder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012658#M613463</link>
      <description>Hi (again) David:&lt;BR /&gt;&lt;BR /&gt;Certainly, multiple random overwrites are superior to one pass.  Sophisticated techniques allow data recovery even after multiple writes have occured.  You have to decide on how sensitive your data is and how likely someone else might want to attempt to recover it.&lt;BR /&gt;&lt;BR /&gt;If you are really interested in data distruction, physical shredding of the media (or an acid etching) is required.  There are companies that perform this kind of service.  Google the web if you need.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 07 Nov 2006 11:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012658#M613463</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-07T11:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data shredder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012659#M613464</link>
      <description>One tool would be a sledge hammer; another might involve explosives. In any event, 8 passes of random data should more than suffice. To add another layer, once the random i/o operation is completed then randomly rearrange the disks within the array (or even between arrays).</description>
      <pubDate>Tue, 07 Nov 2006 11:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012659#M613464</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-11-07T11:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data shredder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012660#M613465</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;Here's a simple recipe that will guarantee no one will read your data :-))&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://driveslag.eecue.com/" target="_blank"&gt;http://driveslag.eecue.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 07 Nov 2006 13:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012660#M613465</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-07T13:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data shredder</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012661#M613466</link>
      <description>Just ordering a furnace!!&lt;BR /&gt;&lt;BR /&gt;Not really. Now writing a script following the recommendations.&lt;BR /&gt;&lt;BR /&gt;Many thanks</description>
      <pubDate>Tue, 14 Nov 2006 15:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-shredder/m-p/5012661#M613466</guid>
      <dc:creator>kavanagh_1</dc:creator>
      <dc:date>2006-11-14T15:07:36Z</dc:date>
    </item>
  </channel>
</rss>

