<?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: Easiest way to &amp;quot;scrub&amp;quot; (erase/delete) all disk drives? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329152#M188741</link>
    <description>Hi Jared,&lt;BR /&gt;&lt;BR /&gt;I had recently decomissioned our K360 Server.&lt;BR /&gt;for which I sanitized all the disks using dd /dev/zero which produces an (virtual) endless stream of zero's.&lt;BR /&gt;&lt;BR /&gt;If you do not have /dev/zero, then you can build one as for HP-UX 11&lt;BR /&gt;&lt;BR /&gt;cd /dev&lt;BR /&gt;mknod zero c 3 0x000004&lt;BR /&gt;chown bin:sys zero&lt;BR /&gt;chmod 666 zero&lt;BR /&gt;&lt;BR /&gt;Note: On 10.20, I think the correct minor device no. is 0x000003 but everything else is the same.&lt;BR /&gt;&lt;BR /&gt;Now use dd as&lt;BR /&gt;dd if=/dev/zero if=/dev/dsk/cXtYdZ bs=1024K&lt;BR /&gt;&lt;BR /&gt;Do this for all the external disks and then for the internal disks if you wanted the wipe off the OS any any other software installed on the internal disks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A &lt;BR /&gt;</description>
    <pubDate>Mon, 12 Jul 2004 20:08:15 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2004-07-12T20:08:15Z</dc:date>
    <item>
      <title>Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329141#M188730</link>
      <description>We've been successfully running Linux for a couple years now and are ready to dispose of two old refrigerator-sized HP 9000 servers:&lt;BR /&gt;HP-UX B.11.00 A 9000/820&lt;BR /&gt;HP-UX B.11.00 A 9000/887&lt;BR /&gt;&lt;BR /&gt;Before shoving these boat anchors out the window into the dumpster, we'd like to sanitize the disks, at least minimally.  The data is not top secret or anything, we just want to take reasonable measures.  What's the easiest way to do this?  Use a large magnet?&lt;BR /&gt;&lt;BR /&gt;Since most of the drives are now worthless ancient 4GB units, I thought about removing them and letting the team taking satisfying whacks at them with a sledge hammer.  But, there are quite a few unis, and someone would probably injure themself before the task was completed. :-)&lt;BR /&gt;&lt;BR /&gt;There are a mix of mirrored and unmirrored drives configured with LVM.  I've only did basic user/printer management on these machines (years ago) and the documentation is long gone.  If there is a simple reformat command (or SAM menu) that will make the data unrecoverable), just say so.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Jared&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 12:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329141#M188730</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2004-07-12T12:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329142#M188731</link>
      <description>Most secure way - sledge hammer.&lt;BR /&gt;&lt;BR /&gt;From Unix - this works pretty well:&lt;BR /&gt;&lt;BR /&gt;remove lvols&lt;BR /&gt;remove vg's&lt;BR /&gt;&lt;BR /&gt;pvcreate -f the disks&lt;BR /&gt;Then create new vg&lt;BR /&gt;then create a lvol&lt;BR /&gt;&lt;BR /&gt;Another way - but takes a long time, is to use ODE:&lt;BR /&gt;&lt;BR /&gt;How to use ODE to wipe out a disk&lt;BR /&gt;Reboot the machine&lt;BR /&gt;Insert the support plus media cd&lt;BR /&gt;Stop the "boot primary path"&lt;BR /&gt;&lt;BR /&gt;Then find the cdrom drive:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;search&lt;BR /&gt;&lt;BR /&gt;&amp;gt;boot &lt;CDROM&gt;&lt;BR /&gt;&lt;BR /&gt;At the ISL prompt:&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt;ode&lt;BR /&gt;&lt;BR /&gt;At the ODE prompt:&lt;BR /&gt;&lt;BR /&gt;ODE&amp;gt;diskexpt&lt;BR /&gt;&lt;BR /&gt;You will be prompted for a password, type in:&lt;BR /&gt;tpeusoot&lt;BR /&gt;&lt;BR /&gt;Commands to use in DISKEXPT: &lt;BR /&gt;&lt;BR /&gt;To see disks: dispmap&lt;BR /&gt;Select disk: testdisk #&lt;BR /&gt;Then enter:&lt;BR /&gt;&lt;BR /&gt;wrtmt&lt;BR /&gt;&lt;BR /&gt;For range, enter 0/ and the max number displayed&lt;BR /&gt;Select 3 for userdefined, then enter 0 to write all zero's&lt;BR /&gt;&lt;BR /&gt;Wait.....a long time............&lt;BR /&gt;&lt;BR /&gt;Do this for all disks.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;/CDROM&gt;</description>
      <pubDate>Mon, 12 Jul 2004 12:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329142#M188731</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-12T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329143#M188732</link>
      <description>Hi,&lt;BR /&gt;You could also fill the disks with AAAs or BBBB etc... or you could use the mediainit command...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Mon, 12 Jul 2004 12:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329143#M188732</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2004-07-12T12:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329144#M188733</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;Unfortuantely, I think someone trashed all the removeable media (install tapes, CDs, etc.) months ago.&lt;BR /&gt;&lt;BR /&gt;What can I get away with without rebooting?  Ideally, I'd like to: 1) overwrite the logical "/data" file system(s) with zeros -- note: I don't know much about LVM.  2) Do a simple basic format/erase of everything else (OS and Apps), 3) power-down. Done.&lt;BR /&gt;&lt;BR /&gt;Jared&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 12:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329144#M188733</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2004-07-12T12:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329145#M188734</link>
      <description>Hi Victor,&lt;BR /&gt;Yes, fill disk blocks with X is the desireable outcome - but using what, dd?&lt;BR /&gt;&lt;BR /&gt;mediainit looks promising too... man page says "Initialization destroys all existing user data in the area being initialized."  ooh ooh.  For once in my life, I actually want the most destructive option!!  muhahaha!&lt;BR /&gt;&lt;BR /&gt;I'm pretty new to this low-level stuff.  Just looking for the easiest way to destroy everything (even LVM/RAID) in one quick pass, without rebooting, if possible.&lt;BR /&gt;&lt;BR /&gt;(Note: I'll come back and assign points once I've completed my path of destruction)&lt;BR /&gt;&lt;BR /&gt;Jared</description>
      <pubDate>Mon, 12 Jul 2004 13:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329145#M188734</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2004-07-12T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329146#M188735</link>
      <description>Okay - how many volume groups are there?&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v&lt;BR /&gt;&lt;BR /&gt;If just a vg for root (vg00) and /data, then do this.&lt;BR /&gt;&lt;BR /&gt;Wipe out /data:&lt;BR /&gt;&lt;BR /&gt;Get the lvols:&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v DATAVG |grep "LV Name"&lt;BR /&gt;&lt;BR /&gt;Remove them:&lt;BR /&gt;&lt;BR /&gt;lvremove /dev/DATAVG/lvolXX&lt;BR /&gt;&lt;BR /&gt;Remove DATAVG:&lt;BR /&gt;vgdisplay -v DATAVG |grep "PV Name"&lt;BR /&gt;save those...need them later&lt;BR /&gt;vgchange -a n /dev/DATAVG&lt;BR /&gt;vgexport /dev/DATAVG&lt;BR /&gt;pvcreate -f /dev/rdsk/DEVSFROMABOVE&lt;BR /&gt;(for each dev that was in the old one)&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/vgjunk&lt;BR /&gt;mknod /dev/vgjunk/group c 64 0x0f0000&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 -p 128 /dev/vgjunk /dev/rdsk/DEVSFROMABOVE1 /dev/rdsk/DEVSFROMABOVE2 &lt;BR /&gt;(for as many disks as there were)&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgjunk&lt;BR /&gt;&lt;BR /&gt;Make a lvol&lt;BR /&gt;lvcreate -L 2048 /dev/vgjunk &lt;BR /&gt;newfs /dev/vgjunk/rlvol1&lt;BR /&gt;&lt;BR /&gt;(for the size after the -L, make it as big as the vgjunk)&lt;BR /&gt;&lt;BR /&gt;When that is done, all your data is gone...&lt;BR /&gt;&lt;BR /&gt;next thing - to make the system unusable - just do a:&lt;BR /&gt;cd /&lt;BR /&gt;rm -rf *&lt;BR /&gt;&lt;BR /&gt;wait a while - then just power off the system - they will never boot again.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 13:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329146#M188735</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-12T13:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329147#M188736</link>
      <description>Hi,&lt;BR /&gt;mediainit, in fact, will give you some unusuable disks.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Othe way if to create a /dev/zero and issue some nice &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nohup dd if=/dev/zero of=/your/rdsk/...  &amp;amp;&lt;BR /&gt;&lt;BR /&gt;(mknod /dev/zero c 3  0x000004)&lt;BR /&gt;&lt;BR /&gt;for each disk.&lt;BR /&gt;&lt;BR /&gt;or use a simple strong magnets :) &lt;BR /&gt;&lt;BR /&gt;I have some nice ones, taken from old games ;)&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 13:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329147#M188736</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-07-12T13:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329148#M188737</link>
      <description>Or,&lt;BR /&gt;in this thread, many kind things..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=13542" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=13542&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;   Massimo</description>
      <pubDate>Mon, 12 Jul 2004 13:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329148#M188737</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2004-07-12T13:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329149#M188738</link>
      <description>OK, I created a /dev/zero...&lt;BR /&gt;# mknod /dev/zero c 3 0x000004&lt;BR /&gt;&lt;BR /&gt;Do I need to undo/remove the logical volume stuff first, or can I just go ahead and dd zeros over each physical volume (see PV Name's below) as-is?&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v | grep -i name&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   PV Name                     /dev/dsk/c0t8d0&lt;BR /&gt;VG Name                     /dev/vg01&lt;BR /&gt;   LV Name                     /dev/vg01/lvol1&lt;BR /&gt;   PV Name                     /dev/dsk/c0t10d0&lt;BR /&gt;   PV Name                     /dev/dsk/c5t6d0&lt;BR /&gt;VG Name                     /dev/vg04&lt;BR /&gt;   LV Name                     /dev/vg04/lvol1&lt;BR /&gt;   PV Name                     /dev/dsk/c0t11d0&lt;BR /&gt;   PV Name                     /dev/dsk/c5t5d0&lt;BR /&gt;VG Name                     /dev/vg03&lt;BR /&gt;   LV Name                     /dev/vg03/lvol1&lt;BR /&gt;   PV Name                     /dev/dsk/c1t3d0&lt;BR /&gt;   PV Name                     /dev/dsk/c2t5d0&lt;BR /&gt;VG Name                     /dev/vg05&lt;BR /&gt;   LV Name                     /dev/vg05/lvol1&lt;BR /&gt;   LV Name                     /dev/vg05/lvol2&lt;BR /&gt;   PV Name                     /dev/dsk/c1t4d0&lt;BR /&gt;   PV Name                     /dev/dsk/c5t4d0&lt;BR /&gt;VG Name                     /dev/vg06&lt;BR /&gt;   LV Name                     /dev/vg06/lvol1&lt;BR /&gt;   PV Name                     /dev/dsk/c1t6d0&lt;BR /&gt;VG Name                     /dev/vg02&lt;BR /&gt;   LV Name                     /dev/vg02/lvol1&lt;BR /&gt;   PV Name                     /dev/dsk/c2t4d0&lt;BR /&gt;VG Name                     /dev/vg07&lt;BR /&gt;   LV Name                     /dev/vg07/lvol1&lt;BR /&gt;   LV Name                     /dev/vg07/lvol2&lt;BR /&gt;   PV Name                     /dev/dsk/c2t6d0&lt;BR /&gt;VG Name                     /dev/vg08&lt;BR /&gt;   LV Name                     /dev/vg08/lvol1&lt;BR /&gt;   LV Name                     /dev/vg08/lvol2&lt;BR /&gt;   PV Name                     /dev/dsk/c5t2d0&lt;BR /&gt;   PV Name                     /dev/dsk/c2t2d0&lt;BR /&gt;VG Name                     /dev/vg09&lt;BR /&gt;   LV Name                     /dev/vg09/lvol1&lt;BR /&gt;   LV Name                     /dev/vg09/lvol2&lt;BR /&gt;   PV Name                     /dev/dsk/c2t3d0&lt;BR /&gt;   PV Name                     /dev/dsk/c0t2d0&lt;BR /&gt;VG Name                     /dev/vg10&lt;BR /&gt;   LV Name                     /dev/vg10/lvol1&lt;BR /&gt;   LV Name                     /dev/vg10/lvol2&lt;BR /&gt;   PV Name                     /dev/dsk/c0t3d0&lt;BR /&gt;   PV Name                     /dev/dsk/c1t2d0&lt;BR /&gt;VG Name                     /dev/vg11&lt;BR /&gt;   LV Name                     /dev/vg11/lvol1&lt;BR /&gt;   LV Name                     /dev/vg11/lvol2&lt;BR /&gt;   PV Name                     /dev/dsk/c1t5d0&lt;BR /&gt;   PV Name                     /dev/dsk/c5t3d0&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 14:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329149#M188738</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2004-07-12T14:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329150#M188739</link>
      <description>No need to remove lvols - if you are dd /dev/zero - just go ahead and do devs but vg00.  Do that after the rest is complete (if you want to wipe out the OS that is).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 12 Jul 2004 14:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329150#M188739</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-12T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329151#M188740</link>
      <description>Hi Jared,&lt;BR /&gt;&lt;BR /&gt;Install /dev/random from the following URL.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://freshmeat.net/projects/hpux11-random/" target="_blank"&gt;http://freshmeat.net/projects/hpux11-random/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And then do&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/urandom of=/dev/rdsk/cxtydz bs=1024k&lt;BR /&gt;&lt;BR /&gt;Repeat it couple of times.&lt;BR /&gt;&lt;BR /&gt;Advantage of using random generator against zeros, or pattern is that it would be difficult to identify what was random data and what was actual data. With zeroes and patterns, one can easily make out what's pattern and what's data.&lt;BR /&gt;&lt;BR /&gt;Write a small script that does the dd's for you overnight.&lt;BR /&gt;&lt;BR /&gt;Once you are done, then go for physical abuse.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 12 Jul 2004 15:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329151#M188740</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-07-12T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329152#M188741</link>
      <description>Hi Jared,&lt;BR /&gt;&lt;BR /&gt;I had recently decomissioned our K360 Server.&lt;BR /&gt;for which I sanitized all the disks using dd /dev/zero which produces an (virtual) endless stream of zero's.&lt;BR /&gt;&lt;BR /&gt;If you do not have /dev/zero, then you can build one as for HP-UX 11&lt;BR /&gt;&lt;BR /&gt;cd /dev&lt;BR /&gt;mknod zero c 3 0x000004&lt;BR /&gt;chown bin:sys zero&lt;BR /&gt;chmod 666 zero&lt;BR /&gt;&lt;BR /&gt;Note: On 10.20, I think the correct minor device no. is 0x000003 but everything else is the same.&lt;BR /&gt;&lt;BR /&gt;Now use dd as&lt;BR /&gt;dd if=/dev/zero if=/dev/dsk/cXtYdZ bs=1024K&lt;BR /&gt;&lt;BR /&gt;Do this for all the external disks and then for the internal disks if you wanted the wipe off the OS any any other software installed on the internal disks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A &lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 20:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329152#M188741</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-07-12T20:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Easiest way to "scrub" (erase/delete) all disk drives?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329153#M188742</link>
      <description>dd if=/dev/null of=/dev/dsk/c#t#d# bs=1024&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;that will do it....</description>
      <pubDate>Tue, 13 Jul 2004 15:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easiest-way-to-quot-scrub-quot-erase-delete-all-disk-drives/m-p/3329153#M188742</guid>
      <dc:creator>Richard Hood</dc:creator>
      <dc:date>2004-07-13T15:05:15Z</dc:date>
    </item>
  </channel>
</rss>

