<?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: Wipe in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097137#M751664</link>
    <description>This topic was discussed rather fully here:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x24b53a7b3682d611abdb0090277a778c%2C00.html&amp;amp;admit=716493758+1066657969319+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x24b53a7b3682d611abdb0090277a778c%2C00.html&amp;amp;admit=716493758+1066657969319+28353475&lt;/A&gt;</description>
    <pubDate>Mon, 20 Oct 2003 08:57:10 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-10-20T08:57:10Z</dc:date>
    <item>
      <title>Wipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097132#M751659</link>
      <description>Could anyone tell me if there is a wipe tool for HP-UX. I would accept any free tool working as WIPE tool running in HP-UX 11i.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 20 Oct 2003 05:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097132#M751659</guid>
      <dc:creator>Alberto Diaz_2</dc:creator>
      <dc:date>2003-10-20T05:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097133#M751660</link>
      <description>Do you say wipe the disk?&lt;BR /&gt;&lt;BR /&gt;You can simply do dd if=/dev/null of=/dev/dsk/xxxx&lt;BR /&gt;&lt;BR /&gt;command mediainit can also be used.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No wipe tool per se in HP-UX.&lt;BR /&gt;&lt;BR /&gt;There one such tool on gnu. But I don't remember the name.</description>
      <pubDate>Mon, 20 Oct 2003 05:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097133#M751660</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-10-20T05:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097134#M751661</link>
      <description>You want to use this perl command to produce random numbers then dd them to your raw disk;&lt;BR /&gt;&lt;BR /&gt;# Works - random number from 0 to 255 - this version to write random numbers to a disk&lt;BR /&gt;perl -e 'srand(time() ^ $$); while (1) { print int(rand(1)*256); }' | dd bs=8k of=/dev/rdsk/cxxxxxx&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 05:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097134#M751661</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-10-20T05:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097135#M751662</link>
      <description>I am working for a client very interested in security and he wants to sure that every information deleted in the disks is not available anymore (I am talking about any tool similar to rm command but more secure).&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 20 Oct 2003 05:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097135#M751662</guid>
      <dc:creator>Alberto Diaz_2</dc:creator>
      <dc:date>2003-10-20T05:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097136#M751663</link>
      <description>There is no such tool to do it. This was discussed at some length here on the itrc a while ago. The consensus was not to use mediainit as it may damage the disks. If you use dd from /dev/zero this only writes zeroes which may not be sufficient to wipe your disks.&lt;BR /&gt;If you use the perl command in my earlier reply this will dd random numbers to your disk. If you really want to be safe run it 3 times - this should be more than sufficient to ensure all data on your disks is wiped forever.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 05:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097136#M751663</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-10-20T05:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097137#M751664</link>
      <description>This topic was discussed rather fully here:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x24b53a7b3682d611abdb0090277a778c%2C00.html&amp;amp;admit=716493758+1066657969319+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x24b53a7b3682d611abdb0090277a778c%2C00.html&amp;amp;admit=716493758+1066657969319+28353475&lt;/A&gt;</description>
      <pubDate>Mon, 20 Oct 2003 08:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097137#M751664</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-20T08:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097138#M751665</link>
      <description>I have used the perl/dd method, then attempted recovery with specialized tools. (little to no success with the best tools)  Do more passes.  I generally do 7 - 30 passes depending on what is on the disk.  After 3, someone is going to be spending major $$ to recover if it's even possible.  You can write a quick script that will call that routine.  Read the info on DOD wiping util's.  They normally don't go beyond 7 wipes.  &lt;BR /&gt;&lt;BR /&gt;-Brian.</description>
      <pubDate>Thu, 23 Oct 2003 01:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe/m-p/3097138#M751665</guid>
      <dc:creator>Brian Markus</dc:creator>
      <dc:date>2003-10-23T01:33:24Z</dc:date>
    </item>
  </channel>
</rss>

