<?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 disk drives. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647109#M239971</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In addition to the proposed ideas you can just copy a system disk onto the "data" drives.&lt;BR /&gt;dd if=/dev/rdsk/cXXXX of=/dev/rdsk/cYYYY bs=32768k&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Wed, 12 Oct 2005 16:24:26 GMT</pubDate>
    <dc:creator>Victor Fridyev</dc:creator>
    <dc:date>2005-10-12T16:24:26Z</dc:date>
    <item>
      <title>Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647097#M239959</link>
      <description>I am going to be retiring my D380 server within the next couple of weeks and wanted to know if there was any procedure to wipe the hard drives.  At this point I don’t think that there is any useful information on the hard drives but I want to ensure that there isn’t anything on them before they leave our office.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2005 16:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647097#M239959</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-10-11T16:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647098#M239960</link>
      <description>Jeff -&lt;BR /&gt;We just went through that with an XP512 and dd was the preference. You will find many posts supplementing this and other ways.&lt;BR /&gt;It just seemed to be the best fit for us though it was time consuming due to the number of disks involved.&lt;BR /&gt;For you, it would be a small task.&lt;BR /&gt;&lt;BR /&gt;Best of luck.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;-dl</description>
      <pubDate>Tue, 11 Oct 2005 17:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647098#M239960</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2005-10-11T17:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647099#M239961</link>
      <description>Hi Jeffrey:&lt;BR /&gt;&lt;BR /&gt;One solution is to write zeros or some random pattern at least once over the disk. This is a "reasonable" destruction for most.&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zeros of=/dev/rdsk/cXtYdZ bs=1024k&lt;BR /&gt;&lt;BR /&gt;or:&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. Note, too, the use of a large blocksize for fast I/O.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 11 Oct 2005 17:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647099#M239961</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-10-11T17:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647100#M239962</link>
      <description>I tried to do the dd command to clear my drives but it didnt seem to work.  What am I doing wrong?  Here is what happened.&lt;BR /&gt;&lt;BR /&gt;root: / ==&amp;gt; dd if=/dev/zeros of=/dev/rdsk/c6t3d0 bs=1024k&lt;BR /&gt;/dev/zeros: No such file or directory&lt;BR /&gt;dd: cannot open /dev/zeros&lt;BR /&gt;root: / ==&amp;gt; dd if=/dev/urandom of=/dev/rdsk/c6t3d0 bs=1024k      &lt;BR /&gt;/dev/urandom: No such file or directory&lt;BR /&gt;dd: cannot open /dev/urandom&lt;BR /&gt;&lt;BR /&gt;Do I need to create a file called "zeros" and "urandom"?  &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 12 Oct 2005 13:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647100#M239962</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-10-12T13:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647101#M239963</link>
      <description>you have to configure in the "rng" driver to the kernel and create device files that look like this:&lt;BR /&gt;&lt;BR /&gt;cr--r--r--   1 bin      bin    62 0x000000 May 10 18:09 /dev/random&lt;BR /&gt;cr--r--r--   1 bin      bin    62 0x000001 May 10 18:09 /dev/urandom&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Oct 2005 13:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647101#M239963</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-10-12T13:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647102#M239964</link>
      <description>To get /dev/zero, you would create the device file:&lt;BR /&gt;&lt;BR /&gt; mknod /dev/zero c 3 0x000004 &lt;BR /&gt;&lt;BR /&gt;I believe it's /dev/zero not /dev/zeros.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Oct 2005 13:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647102#M239964</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-10-12T13:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647103#M239965</link>
      <description>As Kent told it is /dev/zero .&lt;BR /&gt;&lt;BR /&gt;thx,&lt;BR /&gt;bl.</description>
      <pubDate>Wed, 12 Oct 2005 13:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647103#M239965</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-10-12T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647104#M239966</link>
      <description>I found the /dev/zero and started with the last hard drive.  Do you know how long it takes to perform this operation?  I have 21 external hard drives and they are only 4GB each.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 12 Oct 2005 13:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647104#M239966</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-10-12T13:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647105#M239967</link>
      <description>Hi Jeffrey:&lt;BR /&gt;&lt;BR /&gt;Sorry, Kent is correct, the device file is '/dev/zero' without the "s" I inadvertantly added.&lt;BR /&gt;&lt;BR /&gt;You don't say what release you are running.&lt;BR /&gt;&lt;BR /&gt;To see hwat minor devices you have, do:&lt;BR /&gt;&lt;BR /&gt;# lssf /dev/* 2&amp;gt; /dev/null|grep "mm"&lt;BR /&gt;&lt;BR /&gt;If you are running 10.20, you will need to do:&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/zero c 3 0x000003 &lt;BR /&gt;&lt;BR /&gt;On 11.0, use:&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/zero c 3 0x000004&lt;BR /&gt;&lt;BR /&gt;You should have /dev/zero on 11.11 and later.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Oct 2005 13:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647105#M239967</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-10-12T13:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647106#M239968</link>
      <description>No need of filling your entire disk with zeros.&lt;BR /&gt;&lt;BR /&gt;Do a pvcreate -f /dev/rdsk/c?t?d? , &lt;BR /&gt;&lt;BR /&gt;Do this using a shell script , this will be much faster than writing zeros .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bl.</description>
      <pubDate>Wed, 12 Oct 2005 13:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647106#M239968</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-10-12T13:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647107#M239969</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You can also use mediainit command (man mediainit(1) for further info).&lt;BR /&gt;Example:&lt;BR /&gt;# mediainit /dev/rdsk/c1t0d0</description>
      <pubDate>Wed, 12 Oct 2005 13:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647107#M239969</guid>
      <dc:creator>Artyom Voronchihin</dc:creator>
      <dc:date>2005-10-12T13:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647108#M239970</link>
      <description>One suggestion ,&lt;BR /&gt;&lt;BR /&gt;mediainit is low level format , not recommened.&lt;BR /&gt;&lt;BR /&gt;thx,&lt;BR /&gt;bl.</description>
      <pubDate>Wed, 12 Oct 2005 14:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647108#M239970</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-10-12T14:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647109#M239971</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In addition to the proposed ideas you can just copy a system disk onto the "data" drives.&lt;BR /&gt;dd if=/dev/rdsk/cXXXX of=/dev/rdsk/cYYYY bs=32768k&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 12 Oct 2005 16:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647109#M239971</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2005-10-12T16:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647110#M239972</link>
      <description>If you truly want to wipe the disks then you need to use dd &amp;amp; not pvcreate.&lt;BR /&gt;&lt;BR /&gt;Look up KB doc ID KBRC00010654.  This might be of some assistance as it was for us.</description>
      <pubDate>Wed, 12 Oct 2005 17:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647110#M239972</guid>
      <dc:creator>Sheriff Andy</dc:creator>
      <dc:date>2005-10-12T17:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647111#M239973</link>
      <description>I think dd will suffice for what You want, it will overwrite the whole disks with zeroes and a regular computer user (like You, me, and 90% of us)won't be able to recover anything from it.&lt;BR /&gt;&lt;BR /&gt;Otherwise see the attachment to my post in this older thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=957297" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=957297&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Oct 2005 18:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/3647111#M239973</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-10-12T18:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/7119677#M491486</link>
      <description>&lt;P&gt;great information.. this is from 2005.. can we get some updated insctructions for those of us who are not using Linux too.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 17:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/7119677#M491486</guid>
      <dc:creator>the9volt</dc:creator>
      <dc:date>2021-02-03T17:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/7119823#M491490</link>
      <description>&lt;P&gt;Open your own thread please.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 16:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/7119823#M491490</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2021-02-04T16:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/7119826#M491491</link>
      <description>&lt;P&gt;A new thread was unnecessary.&amp;nbsp; You can wipe drives from opening the same menu from bootup. it's just really slow with the HP utility.&amp;nbsp; If you can get into an OS setting I recomend that, HP's wiping tool is slow AF&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 16:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/7119826#M491491</guid>
      <dc:creator>the9volt</dc:creator>
      <dc:date>2021-02-04T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Wipe disk drives.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/7119832#M491492</link>
      <description>&lt;P&gt;Also HP's ILOM web interface on gen9 does not work.&amp;nbsp; You can't open a console via the web interface.&amp;nbsp; You have to download the ilom utility from here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_4f842ceb31cf48d392e22705a8" target="_blank" rel="noopener"&gt;https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_4f842ceb31cf48d392e22705a8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Upon bootup select the F10/intelligent configuration option then choose smart storage administrator.&amp;nbsp; Browse through the storage administrator tool and there is an "erase drive" option where you can select how many passes to meet DOD standards.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lh5.googleusercontent.com/3CtfDH9r-1FW1UXzXxbLT9ilzkM0t39Gwm_elvQPA5AAcXETw5x87876NzoR4RhmAIoGmCka58i0twT70B-2j_njZ861isOvZtVIEBPzsE6eX2VdYA=w1280" border="0" alt="hp crappy ilom" width="788" height="568" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it'd be nice if official forum personnel could give answers like that =P&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 17:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wipe-disk-drives/m-p/7119832#M491492</guid>
      <dc:creator>the9volt</dc:creator>
      <dc:date>2021-02-04T17:21:54Z</dc:date>
    </item>
  </channel>
</rss>

