<?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: Destroy data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261509#M547962</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;its depend if you like the disk use again,&lt;BR /&gt;&lt;BR /&gt;if not you could use also physical damage on the disks.&lt;BR /&gt;&lt;BR /&gt;PS : i think if you use pvcreate -f on your disk it could be enough.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
    <pubDate>Thu, 04 Nov 2010 11:45:18 GMT</pubDate>
    <dc:creator>Michal Kapalka (mikap)</dc:creator>
    <dc:date>2010-11-04T11:45:18Z</dc:date>
    <item>
      <title>Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261507#M547960</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a few old HP-UX boxes with loads of data which I like to sanitize.&lt;BR /&gt;My question is: What can I do best:&lt;BR /&gt;umount the mountpoints, lvreduce -m0 ..., lvrmeove, vgremove and then sanitze with dd or can I umount, vgexport the VG and sanitize with dd.&lt;BR /&gt;&lt;BR /&gt;Greets,&lt;BR /&gt;Renarios</description>
      <pubDate>Thu, 04 Nov 2010 09:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261507#M547960</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2010-11-04T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261508#M547961</link>
      <description>Hi Renarios:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; umount, vgexport the VG and sanitize with dd.&lt;BR /&gt;&lt;BR /&gt;This will be quite appropriate.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2010 10:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261508#M547961</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-11-04T10:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261509#M547962</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;its depend if you like the disk use again,&lt;BR /&gt;&lt;BR /&gt;if not you could use also physical damage on the disks.&lt;BR /&gt;&lt;BR /&gt;PS : i think if you use pvcreate -f on your disk it could be enough.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Thu, 04 Nov 2010 11:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261509#M547962</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-11-04T11:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261510#M547963</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;Realize that you can still retrieve information from a disk after just about anything you can do to it - short of meling it down.  &lt;BR /&gt;&lt;BR /&gt;If you have legal requirements to ensure the data is irretrievable, you're pretty much stuck with finding someone to give it an acid bath or melt it down.  Other than that, a few dd runs with alternating 0s and 1s should do the trick.&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 04 Nov 2010 15:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261510#M547963</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2010-11-04T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261511#M547964</link>
      <description>Allright, so vgexport is the best option. Thanks!&lt;BR /&gt;I already created that a loop that alternately does a dd if=/dev/null and /dev/zero for a couple of times, so I hope that does the trick.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Thu, 04 Nov 2010 19:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261511#M547964</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2010-11-04T19:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261512#M547965</link>
      <description>Hi (again) Renarios:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I already created that a loop that alternately does a dd if=/dev/null and /dev/zero for a couple of times,&lt;BR /&gt;&lt;BR /&gt;Using '/dev/null' will do nothing.  You can most certainly use '/dev/zero' or for random patterns (slower) use '/dev/urandom':&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 buffer cache.  Note, too, the use of a large blocksize for fast I/O.&lt;BR /&gt;&lt;BR /&gt;As Doug noted, "sanitization" really is a relative term, but for general purposes, a few passes with 'dd' is probably reasonable.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 04 Nov 2010 20:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261512#M547965</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-11-04T20:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261513#M547966</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;Thanks for the input. RandomNumGen wasn't installed on the boxes yet. I installed it, so let's test it!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Renarios</description>
      <pubDate>Fri, 05 Nov 2010 12:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261513#M547966</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2010-11-05T12:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261514#M547967</link>
      <description>vgexport is the best method.</description>
      <pubDate>Fri, 05 Nov 2010 12:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261514#M547967</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2010-11-05T12:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261515#M547968</link>
      <description>We have a tool that wipes disk drives to HIPAA standards, or U.S Department of Defense standards, on HP-UX systems (and MPE systems).  It's called WipeDisk/UX.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.allegro.com/?page_id=419" target="_blank"&gt;http://www.allegro.com/?page_id=419&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(We support other multi-pass erasure standards, but find that most people seem to be interested in either HIPAA or single-pass erasure.)&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Dec 2010 19:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261515#M547968</guid>
      <dc:creator>Stan Sieler</dc:creator>
      <dc:date>2010-12-10T19:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261516#M547969</link>
      <description>Hi Stan,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, but I've already done the trick. Disks are clean after being rewritten with /dev/urandom information for forty times.&lt;BR /&gt;It would be a good alternative for the next time though!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Fri, 10 Dec 2010 19:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261516#M547969</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2010-12-10T19:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261517#M547970</link>
      <description>no problem, thanks for the update.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Dec 2010 19:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/destroy-data/m-p/5261517#M547970</guid>
      <dc:creator>Stan Sieler</dc:creator>
      <dc:date>2010-12-10T19:37:06Z</dc:date>
    </item>
  </channel>
</rss>

