<?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 removal in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167775#M160692</link>
    <description>Jerry,&lt;BR /&gt;   unfortunately, proving that a thing "doesn't" exist&lt;BR /&gt;is a bit difficult. If it's a "must do" sort of thing, then you may&lt;BR /&gt;want to invest in a blowtorch. melting the platters is fun anyhow  ;-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total destruction is the only "absolute" method of&lt;BR /&gt;proving that data on the disks can't ever be recovered.&lt;BR /&gt;If they can't take what's acceptable as "best practice",&lt;BR /&gt;then "total destruction" is your only out, in my opinion.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Jan 2004 16:12:13 GMT</pubDate>
    <dc:creator>Chris Watkins_1</dc:creator>
    <dc:date>2004-01-19T16:12:13Z</dc:date>
    <item>
      <title>Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167763#M160680</link>
      <description>If you needed to completely wipe the data&lt;BR /&gt;from disks and prove that it was. What would you use or how would you really make sure and prove it was really removed. An rm does no literally remove all the bits. Just the link to the data as I understand it.&lt;BR /&gt;&lt;BR /&gt;These are EMC arrays using LVM. Argument has&lt;BR /&gt;it that if you remove the lun then there is&lt;BR /&gt;no way to find the contiguous data. &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2004 11:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167763#M160680</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-01-19T11:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167764#M160681</link>
      <description>IF you can dd using the /dev/zero file to the device that will wipe out any bytes of leftovers...&lt;BR /&gt;&lt;BR /&gt;Just do it a few times... &lt;BR /&gt;&lt;BR /&gt;Also there is a /dev/random that you can use to randomize the overwriting.</description>
      <pubDate>Mon, 19 Jan 2004 11:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167764#M160681</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-01-19T11:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167765#M160682</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you are using LVM on EMC then you can execute lvremove of logical volumes.&lt;BR /&gt;&lt;BR /&gt;# lvremove /dev/vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;It will ask you if you are sure to delete it; answer yes and you should remove data completely.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Mon, 19 Jan 2004 11:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167765#M160682</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-01-19T11:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167766#M160683</link>
      <description>To wipe the disk at the unix level, use&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=/dev/rdsk/DEVICE bs=1024k&lt;BR /&gt;&lt;BR /&gt;However, this can take a long time depending on the size of the disks.</description>
      <pubDate>Mon, 19 Jan 2004 11:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167766#M160683</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2004-01-19T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167767#M160684</link>
      <description>Here is a link to the just released supported version of /dev/random...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=KRNG11I&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;enjoy!!</description>
      <pubDate>Mon, 19 Jan 2004 11:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167767#M160684</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-01-19T11:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167768#M160685</link>
      <description>Hi Jerry,&lt;BR /&gt;&lt;BR /&gt;Although the only "sure" way to prevent data recapture on hard disks is to smash &amp;amp; burn 'em, see this thread which explains how to write multiple passes of ones &amp;amp; zeros:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=201988" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=201988&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 19 Jan 2004 11:57:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167768#M160685</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-19T11:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167769#M160686</link>
      <description>Just how complete do you want the removal to be? Using dd to copy zeros, or a large file like vmunix, can wipe out the directory structure, but the raw data is still there. There is no way to create any links as all files and inodes are gone. However, a determined hacker might be able to recognize certain data patterns with prior knowledge. The rm command simply removes the entry in the directory and the inode. A scan of the disk could still find the data. Running dd across the entire disk using /dev/zero will wipe out all the data but with unlimited resources, residual magnetism could be analyzed and several erasures recovered. However, you'll need a CIA type budget for the equipment and the detailed knowledge of the filesystems and VLM layout design to interpret the results.</description>
      <pubDate>Mon, 19 Jan 2004 13:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167769#M160686</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-19T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167770#M160687</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;because of those guys with extraordinary technics, it is not enough to do it once. I wonder, if writing ones wouldn't be better than writing zeros. If you don't need the disk again, you might open it, start it and use a strong magnet on it or drop it in a volcano. ;-)&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2004 15:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167770#M160687</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-01-19T15:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167771#M160688</link>
      <description>ones or zeros don't represent better or worse patterns. The reason is that on disk, the data is recorded as amplitude and position changes and while the pattern for all zeros or all ones might seem simple, there are several changes occuring on the disk surface, so the underlying pattern is completely invisible to normal disk drives. The money-is-no-object sleuths will remove all the electronics and replace it with very sophisticated analog read heads, sometimes with multiple read heads per track to look at the borders of each track. All this analog data is fed into analyzers that can subtract out the strongest signal and amplify the residual signal. Repeat as needed until the magnetic noise on the disk is the same as the residual.&lt;BR /&gt; &lt;BR /&gt;So the technique depends on your level of paranoia (or government or business regulations). Current technology says that 15 to 20 rewrites of random data will eliminate all recoverable data. However, as stated before, a hammer does the job in a lot less time.</description>
      <pubDate>Mon, 19 Jan 2004 15:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167771#M160688</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-01-19T15:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167772#M160689</link>
      <description>To truly and irrecoverably destroy your data, I suggest removing the disk physically from your computer, and mounting in on an M$DOS or Windows system, then using the Norton Disk Utilities--they have a wipedisk command that will truly and absolutely destroy the data on the disk--to DOD specs and beyond.  It can then be remounted to your HPUX system and re-initialized as you will.  &lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 19 Jan 2004 15:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167772#M160689</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2004-01-19T15:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167773#M160690</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Besides the UNIX command there it must be possible to let the EMC engineer wipe out the data. This will safe you the time and responcebility.&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;PS the hammer methode sounds like a good anti RSI method!</description>
      <pubDate>Mon, 19 Jan 2004 16:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167773#M160690</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-19T16:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167774#M160691</link>
      <description>Most of you are assuming one disk. Since this is an array utilizing several disks, ~$50,000 worth, the hammer method would not be a good idea. Since striping is involved&lt;BR /&gt;in this volume group. Removing the lun&lt;BR /&gt;would make sense. Since all the bits are&lt;BR /&gt;scattered across multiple disks. Once the&lt;BR /&gt;lun is removed there would be no way to&lt;BR /&gt;reconstruct the data as I understand it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2004 16:10:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167774#M160691</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2004-01-19T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167775#M160692</link>
      <description>Jerry,&lt;BR /&gt;   unfortunately, proving that a thing "doesn't" exist&lt;BR /&gt;is a bit difficult. If it's a "must do" sort of thing, then you may&lt;BR /&gt;want to invest in a blowtorch. melting the platters is fun anyhow  ;-)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total destruction is the only "absolute" method of&lt;BR /&gt;proving that data on the disks can't ever be recovered.&lt;BR /&gt;If they can't take what's acceptable as "best practice",&lt;BR /&gt;then "total destruction" is your only out, in my opinion.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2004 16:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167775#M160692</guid>
      <dc:creator>Chris Watkins_1</dc:creator>
      <dc:date>2004-01-19T16:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167776#M160693</link>
      <description>Hi Jerry,&lt;BR /&gt;&lt;BR /&gt;Never say never I always say. The sensitivity of the data will dictate the methods required.&lt;BR /&gt;I think if you run several dozen iterations of overwrites with alternating ones &amp;amp; zeros (random data would be better) &amp;amp; THEN removed the LUNs - you'll be safe from all but the most determined "data thiefs" with unlimited budgets. &lt;BR /&gt;&lt;BR /&gt;And to Chris V - A sage piece of advice my friend - Don't believe everything you read. I'll bet even Peter would tell you to take what the marketeer-type would tell you with a grain of salt.&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 19 Jan 2004 16:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167776#M160693</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-19T16:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167777#M160694</link>
      <description>To Jeff S:&lt;BR /&gt;&lt;BR /&gt;REALLY?????  I've TRIED to get data back after Norton's Wipedisk did its thing.....the Data Address Marks were gone--no way to tell where the sectors began and/or ended.  It required a low-level format before the disk was usable again.  &lt;BR /&gt;Of course, this was years ago, and it was the DOS version of Norton.  &lt;BR /&gt;&lt;BR /&gt;Whatever it did: it took a long time to do it.  Of course, this was back when we thought 512MB was a huge hard disk, but then I'm dating myself.......&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 19 Jan 2004 16:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167777#M160694</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2004-01-19T16:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167778#M160695</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Well - it'll work fine for that drive with it's current head/track alignment. But if the platters were pulled out, specialized equipment could scan either/both "sides" of the track(s) and still retrieve the data. &lt;BR /&gt;That's basically how all the data retrieval companies do it. In clean rooms with expensive equipment.&lt;BR /&gt;It all boils down to just how sensitive the data is &amp;amp; how determined &amp;amp; well-funded those in pursuit of said data are.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 19 Jan 2004 17:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167778#M160695</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-01-19T17:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data removal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167779#M160696</link>
      <description>To Jeff S.&lt;BR /&gt;&lt;BR /&gt;It was my understanding of the WipeDisk utilities that they actually seized control of the head stepper motor, and caused it to act in an almost analog fasion as it wrote the random data out to the disk.  Otherwise, it could not have passed DOD certification.&lt;BR /&gt;  &lt;BR /&gt;And anyway, the last hard drive I sent to a clean room to get its data recovered was a MFM drive (circa 1985).  When they cracked the case, this fine powder poured out--powder that used to be the magnetic coating of the platter.  Now THAT is irrecoverable.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 19 Jan 2004 17:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/data-removal/m-p/3167779#M160696</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2004-01-19T17:35:20Z</dc:date>
    </item>
  </channel>
</rss>

