<?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 Disk Cleansing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707236#M757356</link>
    <description>We have a legacy 10.20 system that will finally be shutdown for good in a couple of weeks.  Following the shutdown, we will be shipping the equipment off to the DRMO (Military Equipment Sales / Auction).  Before doing so, I need to scrub all the existing data from the disks, including the root volumes.  Nothing can remain, including the OS.  &lt;BR /&gt;&lt;BR /&gt;We currently have a shell script that can triple write a series of 1's and 0's to the disk (fill the disk with 1's, then fill the disk with 0's, repeat 3 times).  However, from a maintenance shell, I don't have access to tools like dd (used primarily in the script).&lt;BR /&gt;&lt;BR /&gt;Anyone had to do anything like this before?</description>
    <pubDate>Fri, 19 Apr 2002 13:49:30 GMT</pubDate>
    <dc:creator>Brian Atkins_1</dc:creator>
    <dc:date>2002-04-19T13:49:30Z</dc:date>
    <item>
      <title>Disk Cleansing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707236#M757356</link>
      <description>We have a legacy 10.20 system that will finally be shutdown for good in a couple of weeks.  Following the shutdown, we will be shipping the equipment off to the DRMO (Military Equipment Sales / Auction).  Before doing so, I need to scrub all the existing data from the disks, including the root volumes.  Nothing can remain, including the OS.  &lt;BR /&gt;&lt;BR /&gt;We currently have a shell script that can triple write a series of 1's and 0's to the disk (fill the disk with 1's, then fill the disk with 0's, repeat 3 times).  However, from a maintenance shell, I don't have access to tools like dd (used primarily in the script).&lt;BR /&gt;&lt;BR /&gt;Anyone had to do anything like this before?</description>
      <pubDate>Fri, 19 Apr 2002 13:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707236#M757356</guid>
      <dc:creator>Brian Atkins_1</dc:creator>
      <dc:date>2002-04-19T13:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Cleansing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707237#M757358</link>
      <description>I think the thing to do here would be to install a base HP-UX to a drive, wipe all of your other drives with your script, and then just remove the drive you installed HP-UX on prior to shipping the machine.</description>
      <pubDate>Fri, 19 Apr 2002 14:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707237#M757358</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-04-19T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Cleansing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707238#M757359</link>
      <description>Being a former DOD employee, I know what you are talking about. Anyway, the command is mediainit, that always was acceptable for our ISSO.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Fri, 19 Apr 2002 14:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707238#M757359</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-04-19T14:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Cleansing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707239#M757360</link>
      <description>Seems your script will do the trick for normal erasing. But I know there are companies around that for big bucs can retrive data that has ben overwritten more times than that. I have also been in contact with customer that will not return damaged disks but pay more to keep and physically destroy them. that was a military installation too.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Fri, 19 Apr 2002 14:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707239#M757360</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-04-19T14:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Cleansing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707240#M757361</link>
      <description>Hi Brian,&lt;BR /&gt;&lt;BR /&gt; A simple solution would be to install a previously loaded boot disk in this system (or install a new disk &amp;amp; load base OS on it) &amp;amp; use this disk to run your script on all other disks. Then remove this disk before shipping.&lt;BR /&gt;It should be noted that mediainit or format commands do not physically overwrite any data, which would be recoverable.&lt;BR /&gt;Your method of physically overwriting all blocks is better especially since you rotate the pattern - random rotation would be even better. But nothing is 100% certain - except physically destroying the disk.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 19 Apr 2002 14:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707240#M757361</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-19T14:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Cleansing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707241#M757362</link>
      <description>here's some from &lt;A href="http://www.lat.com:" target="_blank"&gt;www.lat.com:&lt;/A&gt;&lt;BR /&gt;UniShred Pro permits the immediate reuse of disks with no possibility of data compromise. &lt;BR /&gt;&lt;BR /&gt;It avoids the harm that can be caused by removing hard disks from their host systems for physical destruction or for degaussing. It is environmentally safe; avoiding the hazards of chemical oxide removal, including the possible dissipation of oxide materials into the air. &lt;BR /&gt;--&lt;BR /&gt;hth, Thomas.</description>
      <pubDate>Thu, 02 May 2002 08:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707241#M757362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-02T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Cleansing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707242#M757363</link>
      <description>to be more specific:&lt;BR /&gt;&lt;A href="http://www.lat.com/usp_main.htm" target="_blank"&gt;http://www.lat.com/usp_main.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2002 08:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707242#M757363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-02T08:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Cleansing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707243#M757364</link>
      <description>some more word on it:&lt;BR /&gt;&lt;A href="http://rr.sans.org/unix/sec_files.php" target="_blank"&gt;http://rr.sans.org/unix/sec_files.php&lt;/A&gt;</description>
      <pubDate>Thu, 02 May 2002 08:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-cleansing/m-p/2707243#M757364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-05-02T08:29:59Z</dc:date>
    </item>
  </channel>
</rss>

