<?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: need direction in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741994#M67861</link>
    <description>Those all al good answers especially the Damp Cloth....very funny. But if you want to actually write over the data stored on the disk then look at:&lt;BR /&gt;man mediainit&lt;BR /&gt;&lt;BR /&gt;Mediainit was intended to format tapes but it will write over the entire contents of a disk and used to be the final step in preparing a disk for service in a server.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;mediainit -v /dev/dsk/c_t_d_&lt;BR /&gt;&lt;BR /&gt;It will take a few minutes to an hour to "init" the driveh, depending on the size (15 min for 2Gb here) but recovering data from the disk will be very difficult even for a lab.&lt;BR /&gt;&lt;BR /&gt;If you are really worried about security or have to comply with DOD then remove the disks and smash and if possible shred them.</description>
    <pubDate>Wed, 12 Jun 2002 14:42:50 GMT</pubDate>
    <dc:creator>John Dvorchak</dc:creator>
    <dc:date>2002-06-12T14:42:50Z</dc:date>
    <item>
      <title>need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741984#M67851</link>
      <description>I looking into wiping a hp 9000 running hp-ux 11.  Can anyone point me towards good resources on how to do it the right way.  Let me know if you need to know more specific info... i'm a windows guy</description>
      <pubDate>Tue, 11 Jun 2002 13:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741984#M67851</guid>
      <dc:creator>justin_29</dc:creator>
      <dc:date>2002-06-11T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741985#M67852</link>
      <description>If, by wiping, you mean cleaning it of everything useful, you could always do this (as root):&lt;BR /&gt;cd /&lt;BR /&gt;rm -rf&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 11 Jun 2002 13:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741985#M67852</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-11T13:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741986#M67853</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;go to root&lt;BR /&gt;&lt;BR /&gt;rm -rf *&lt;BR /&gt;&lt;BR /&gt;You can also export the volumegroups by&lt;BR /&gt;&lt;BR /&gt;vgexport /dev/vg01&lt;BR /&gt;&lt;BR /&gt;#mediainit -v /dev/rdsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;do a mediainit for all the disks in the system or&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;These two commands will format the disks.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Tue, 11 Jun 2002 13:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741986#M67853</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-11T13:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741987#M67854</link>
      <description>Hi Justin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There are two aspects to it &lt;BR /&gt;&lt;BR /&gt;1.Do you need data , if so then it will be better you take abckups and also take backups ora tleast a hard copy of the importasnt system files inc ae you are asked to reterive some data after sometime.&lt;BR /&gt;&lt;BR /&gt;2.The wiping stuff is simple , geranlly you would need to delete the root disk , (incase you are loading new OS then you dont even need to do this new OS laoding will take care of wiping )and alos the data from the data disks , you can use rm -rf &amp;lt; directory name &amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 11 Jun 2002 13:36:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741987#M67854</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-11T13:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741988#M67855</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  For wiping out there are n number of ways. If U want to make a system non bootabl, go to /stand and do this&lt;BR /&gt;&lt;BR /&gt;#cd /stand&lt;BR /&gt;#rm vmunix*&lt;BR /&gt;&lt;BR /&gt;  If U want to delete the contents of a HDD, U can use this command&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;  If U want to delete all data regardless of HDD, do this&lt;BR /&gt;&lt;BR /&gt;#cd /&lt;BR /&gt;#rm -r&lt;BR /&gt;&lt;BR /&gt;best of luck&lt;BR /&gt;Shahul</description>
      <pubDate>Tue, 11 Jun 2002 13:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741988#M67855</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-06-11T13:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741989#M67856</link>
      <description>How about a damp cloth?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 11 Jun 2002 15:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741989#M67856</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-11T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741990#M67857</link>
      <description>That was bad, Marty..&lt;BR /&gt;&lt;BR /&gt;Boooooo!!&lt;BR /&gt;&lt;BR /&gt;;^)&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jun 2002 15:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741990#M67857</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-06-11T15:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741991#M67858</link>
      <description>Justin,&lt;BR /&gt;&lt;BR /&gt;more info is needed. &lt;BR /&gt;&lt;BR /&gt;--&amp;gt; What do you mean by "wipe"&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; What does your system look like now? Maybe post the output from "/opt/ignite/bin/print_manifest"?&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; What do you plan on using the server for or are you planning on disposing it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 11 Jun 2002 15:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741991#M67858</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-11T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741992#M67859</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm assuming you are referring to a government system.  If the server is unclassified, then the afore mentioned mediainit command will suffice and removing all of your network-specific information from vg00 is fine unless you were storing data on vg00.  You may then want to use a degauser in this case.  If the classification is higher, you need a DoD erase program like Unishred for hpux.  I don't have one and all I can say is talk to your security folks about this.&lt;BR /&gt;&lt;BR /&gt;Hope I was helpful&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 11 Jun 2002 15:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741992#M67859</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-06-11T15:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741993#M67860</link>
      <description>Justin,&lt;BR /&gt;&lt;BR /&gt;Secure?&lt;BR /&gt;&lt;BR /&gt;If you are at Los Alamos, do us all a favor and put the disks into a burn bag after smashing it with a sledge hammer. :-)))))))) Also, make sure to sweep up the bits off the floor, we don't want anyone piecing them back together :--)))&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 11 Jun 2002 15:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741993#M67860</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-11T15:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: need direction</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741994#M67861</link>
      <description>Those all al good answers especially the Damp Cloth....very funny. But if you want to actually write over the data stored on the disk then look at:&lt;BR /&gt;man mediainit&lt;BR /&gt;&lt;BR /&gt;Mediainit was intended to format tapes but it will write over the entire contents of a disk and used to be the final step in preparing a disk for service in a server.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;mediainit -v /dev/dsk/c_t_d_&lt;BR /&gt;&lt;BR /&gt;It will take a few minutes to an hour to "init" the driveh, depending on the size (15 min for 2Gb here) but recovering data from the disk will be very difficult even for a lab.&lt;BR /&gt;&lt;BR /&gt;If you are really worried about security or have to comply with DOD then remove the disks and smash and if possible shred them.</description>
      <pubDate>Wed, 12 Jun 2002 14:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-direction/m-p/2741994#M67861</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2002-06-12T14:42:50Z</dc:date>
    </item>
  </channel>
</rss>

