<?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 wiping issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544038#M27093</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you boot your machine from the support media (CD) then you will not be using the on board disks as Bill has said.&lt;BR /&gt;&lt;BR /&gt;Now if you have your clean up routine on a disk (floppy) you can run it against ALL disks on your system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Jun 2001 17:40:29 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2001-06-22T17:40:29Z</dc:date>
    <item>
      <title>disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544030#M27085</link>
      <description>I wrote an Xwindow program that uses the UNIX command "dd if=file of=/dev/rdsk/c0txd0 bs=1024k", where x=1 for the system disk, x=2 for the archive disk, and "file" contains all 1's, all 0's, or alternating 1's and 0's (depending on the pass the program is on) The program does 7 passes, writing all 1's, then all zeros, and repeating this 2 more times, with a final pass of alternating 1's and 0's. Each pass consists of 4096 calls to the dd command, since we are using 4Gb disks. This works fine on the archive disk, but when I try and run it on itself (the system disk) it appears to be working ok but when I do a "xd" on the disk it appears that there is still alot of garbage still on the disk. I would greatly appreciate it if anybody could tell me what is going on and what, if anything can be done to fix this problem, or if there are better ways to do what I'm trying to accomplish. &lt;BR /&gt;&lt;BR /&gt;Greg</description>
      <pubDate>Fri, 22 Jun 2001 15:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544030#M27085</guid>
      <dc:creator>Gregory Hartmann</dc:creator>
      <dc:date>2001-06-22T15:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544031#M27086</link>
      <description>Is there any reason why a simple mediainit won't work for you?  Are we talking spook stuff here?&lt;BR /&gt;&lt;BR /&gt;I used to work for an "Agency" whose idea of "wiping a disk" consisted of melting down the platters.  And that was after the oxide coating was removed from the platters with an acid bath.  Talk about overkill  :-)</description>
      <pubDate>Fri, 22 Jun 2001 16:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544031#M27086</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2001-06-22T16:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544032#M27087</link>
      <description>the system disk has active/open files on it.&lt;BR /&gt;including the dd command and the /dev/dsk device file.&lt;BR /&gt;&lt;BR /&gt;Blank the disk from support media memory based filesystems..&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 22 Jun 2001 16:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544032#M27087</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-22T16:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544033#M27088</link>
      <description>Yes, wer'e talking spook stuff here. The security regulations at the air force base here&lt;BR /&gt;(Vandenberg) require a series of 1's and 0's be written to the disk 6 times with a final pass of alternating 1's and zero's in order to remove all possibilities of classified data. The only other alternative is to physically destroy the disk(s), which my managers tell me they want to avoid doing if at all possible.</description>
      <pubDate>Fri, 22 Jun 2001 16:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544033#M27088</guid>
      <dc:creator>Gregory Hartmann</dc:creator>
      <dc:date>2001-06-22T16:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544034#M27089</link>
      <description>You won't be able to run this on the system disk.&lt;BR /&gt;&lt;BR /&gt;The way I think I would do it is this:&lt;BR /&gt;&lt;BR /&gt;1) Run said script on all disks except the OS disk (vg00).  Hopefuly the OS is all on one disk.&lt;BR /&gt;2)  Reinstall a BASE HP-UX OS onto one of the disks that has been wiped..  Don't enable networking or anything else, just install the OS.&lt;BR /&gt;3) Boot from the new OS disk.&lt;BR /&gt;4) Run your script now agains the OLD OS / boot disk.&lt;BR /&gt;5) Now all you have is a system with a base HP OS, with no networking or anything else enabled.</description>
      <pubDate>Fri, 22 Jun 2001 16:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544034#M27089</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-06-22T16:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544035#M27090</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Write your clean up file to CD, Tape or Floppy.&lt;BR /&gt;&lt;BR /&gt;Boot from CD and the fire up your file from whichever media you placed it on.&lt;BR /&gt;&lt;BR /&gt;Just and idea.&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jun 2001 16:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544035#M27090</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-22T16:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544036#M27091</link>
      <description>Thanks all for the help. Is it possible to make a boot floppy (ala DOS) for HP-UX on which I can run my program. If so, how would I do it?</description>
      <pubDate>Fri, 22 Jun 2001 17:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544036#M27091</guid>
      <dc:creator>Gregory Hartmann</dc:creator>
      <dc:date>2001-06-22T17:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544037#M27092</link>
      <description>Bill,&lt;BR /&gt;  I'm pretty much a newbie at UNIX, Could you explain what you mean by "Blank the disk from support media memory based filesystems" Is it&lt;BR /&gt;possible to run everything in memory so as to not tie up the disk?</description>
      <pubDate>Fri, 22 Jun 2001 17:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544037#M27092</guid>
      <dc:creator>Gregory Hartmann</dc:creator>
      <dc:date>2001-06-22T17:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544038#M27093</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you boot your machine from the support media (CD) then you will not be using the on board disks as Bill has said.&lt;BR /&gt;&lt;BR /&gt;Now if you have your clean up routine on a disk (floppy) you can run it against ALL disks on your system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jun 2001 17:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544038#M27093</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-22T17:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544039#M27094</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Booting from core/install CD:-&lt;BR /&gt;&lt;BR /&gt;Power on server, and interrupt boot when You see it on console. &lt;BR /&gt;&lt;BR /&gt;Search for CD path with sea command&lt;BR /&gt;&amp;gt;sea&lt;BR /&gt;&lt;BR /&gt;Also note floppy path.&lt;BR /&gt;&lt;BR /&gt;boot from CD with &lt;BR /&gt;&lt;BR /&gt;bo &lt;CD_HW_PATH command=""&gt; &lt;BR /&gt;&lt;BR /&gt;E.G&lt;BR /&gt;&amp;gt; boot 0/0/1/0.1 &lt;BR /&gt;Interact with IPL (Y, N, or Cancel)?&amp;gt; n &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paula&lt;/CD_HW_PATH&gt;</description>
      <pubDate>Fri, 22 Jun 2001 17:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544039#M27094</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-06-22T17:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: disk wiping issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544040#M27095</link>
      <description>I am in a similar predicament to yourself.  I was wondering how you created your "input" file.</description>
      <pubDate>Wed, 13 Mar 2002 16:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-wiping-issues/m-p/2544040#M27095</guid>
      <dc:creator>Brandilyn Carpenter</dc:creator>
      <dc:date>2002-03-13T16:11:45Z</dc:date>
    </item>
  </channel>
</rss>

