<?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: disk scrub for 11.11 servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212335#M465052</link>
    <description>In my environment, the only internal disks we have are boot disks.  The rest of our disks are on the SAN.  The internal disks are the ones that I am look to wipe clean.&lt;BR /&gt;&lt;BR /&gt;There are three servers in all that I am decommissioning.  &lt;BR /&gt;&lt;BR /&gt;I could take the internal disks from two of the disks and put them into the third server but that still leaves me with one server's disks that I will not be able to wipe clean with the dd command.</description>
    <pubDate>Wed, 02 Dec 2009 16:47:54 GMT</pubDate>
    <dc:creator>PamelaJThrasher</dc:creator>
    <dc:date>2009-12-02T16:47:54Z</dc:date>
    <item>
      <title>disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212331#M465048</link>
      <description>I have three 11.11 servers that I will be decommissioning shortly.  I would like to clean the disks before the servers are removed from the data center.&lt;BR /&gt;&lt;BR /&gt;I have seen that there is a disk scrub for 11.31.  Is there one for 11.11?    &lt;BR /&gt;&lt;BR /&gt;If not, what is the best, most secure way to clean the disks?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Pam</description>
      <pubDate>Wed, 02 Dec 2009 15:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212331#M465048</guid>
      <dc:creator>PamelaJThrasher</dc:creator>
      <dc:date>2009-12-02T15:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212332#M465049</link>
      <description>Hi Pam:&lt;BR /&gt;&lt;BR /&gt;The disk scrub of which you speak isn't available in 11.11.  That said, you can do one or more passes of this:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero of=/dev/rdsk/cXtYdZ bs=1024k&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/urandom of=/dev/rdsk/cXtYdz bs=1024k&lt;BR /&gt;&lt;BR /&gt;Note the large blocksize and the use of the raw device to bypass the buffer cache.&lt;BR /&gt;&lt;BR /&gt;Generally one pass is sufficient for most purposes. Multiple (&amp;gt;10-15) passes are required to retard the spooks who _really_ want to discover your data.&lt;BR /&gt;&lt;BR /&gt;Of course, as shredder and an acid bath work wonders.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2009 15:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212332#M465049</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-12-02T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212333#M465050</link>
      <description>Thanks for the prompt response.  &lt;BR /&gt;&lt;BR /&gt;Can I login to the server and do this from the command line while the server is up at run level 3?  Or do I need to boot it off cd and run this command?</description>
      <pubDate>Wed, 02 Dec 2009 15:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212333#M465050</guid>
      <dc:creator>PamelaJThrasher</dc:creator>
      <dc:date>2009-12-02T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212334#M465051</link>
      <description>&amp;gt;&amp;gt;Can I login to the server and do this from the command line while the server is up at run level 3? Or do I need to boot it off cd and run this command?&lt;BR /&gt;&lt;BR /&gt;You can do this for all disks that are NOT boot disks while the server is at run level 3.&lt;BR /&gt;&lt;BR /&gt;For your boot disks, if you have a similar server, you can take them out of their primary server, insert them into another server and run the 'dd' from there.</description>
      <pubDate>Wed, 02 Dec 2009 16:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212334#M465051</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-12-02T16:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212335#M465052</link>
      <description>In my environment, the only internal disks we have are boot disks.  The rest of our disks are on the SAN.  The internal disks are the ones that I am look to wipe clean.&lt;BR /&gt;&lt;BR /&gt;There are three servers in all that I am decommissioning.  &lt;BR /&gt;&lt;BR /&gt;I could take the internal disks from two of the disks and put them into the third server but that still leaves me with one server's disks that I will not be able to wipe clean with the dd command.</description>
      <pubDate>Wed, 02 Dec 2009 16:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212335#M465052</guid>
      <dc:creator>PamelaJThrasher</dc:creator>
      <dc:date>2009-12-02T16:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212336#M465053</link>
      <description>Hi (again) Pam:&lt;BR /&gt;&lt;BR /&gt;I'd be less concerned about scrubbing a boot disk than one that had held sensitive data, assuming that its only the operating system contents on the disk.  Patrick's suggestion is a good one for that, though.&lt;BR /&gt;&lt;BR /&gt;If you are decommissioning a boot disk, you can start a 'dd' against it that grinds to an end.  While the 'dd' runs, recursively remove mountpoints and the kernel ('/stand/vmunix') itself.  You won't be booting the disk again.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 02 Dec 2009 16:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212336#M465053</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-12-02T16:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212337#M465054</link>
      <description>If you are really concerned about the data, just destroy the disks.  If you have a large magnet, run that over the disks.  Other options are: a hammer, a drill (drill THROUGH the entire drive, including disk platters), an acid bath.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2009 16:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212337#M465054</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-12-02T16:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212338#M465055</link>
      <description>Thank you.</description>
      <pubDate>Wed, 02 Dec 2009 17:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212338#M465055</guid>
      <dc:creator>PamelaJThrasher</dc:creator>
      <dc:date>2009-12-02T17:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212339#M465056</link>
      <description>.</description>
      <pubDate>Wed, 02 Dec 2009 17:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212339#M465056</guid>
      <dc:creator>PamelaJThrasher</dc:creator>
      <dc:date>2009-12-02T17:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: disk scrub for 11.11 servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212340#M465057</link>
      <description>Jim Garlick's "scrub" version 1.9 was ported to HPUX in 2007 and works great in HPUX 11.11&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/diskscrub/files/diskscrub/1.9/disk_scrub_B.1.9_HP-UX_B.11.11_PA.depot/download" target="_blank"&gt;http://sourceforge.net/projects/diskscrub/files/diskscrub/1.9/disk_scrub_B.1.9_HP-UX_B.11.11_PA.depot/download&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Be sure you have a REAL /dev/random.  HP has a KRNG* "patch" to create /dev/random.&lt;BR /&gt;&lt;BR /&gt;Scrubbing is slow, but effective.</description>
      <pubDate>Thu, 17 Dec 2009 21:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-scrub-for-11-11-servers/m-p/5212340#M465057</guid>
      <dc:creator>3M OS Support Team</dc:creator>
      <dc:date>2009-12-17T21:13:35Z</dc:date>
    </item>
  </channel>
</rss>

