<?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: legacy servers. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146089#M453598</link>
    <description>Thanks everyone... Now I completely understand wiping out/legacy servers...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks Again</description>
    <pubDate>Fri, 12 Dec 2008 17:06:08 GMT</pubDate>
    <dc:creator>Grayh</dc:creator>
    <dc:date>2008-12-12T17:06:08Z</dc:date>
    <item>
      <title>legacy servers.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146084#M453593</link>
      <description>what are legacy servers and what does it mean when I am asked to wipe disks or clean it.&lt;BR /&gt;&lt;BR /&gt;Are the Old HP-9000 servers called legacy servers.</description>
      <pubDate>Thu, 11 Dec 2008 20:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146084#M453593</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-12-11T20:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: legacy servers.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146085#M453594</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Legacy servers are anything you decide are obsolete.&lt;BR /&gt;&lt;BR /&gt;PA-RISC HP-9000 servers are in my opinion legacy servers soon after year end when HP stops selling them.&lt;BR /&gt;&lt;BR /&gt;At my previous employer the policy was to send the disks for physical destruction.&lt;BR /&gt;&lt;BR /&gt;A complete OS install using all disks is how I did it prior to that.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Dec 2008 20:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146085#M453594</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-12-11T20:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: legacy servers.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146086#M453595</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The question of "wiping" or ereaing a disk's data so that it cannot be read comes up time and time again.  First, you need to understand that you can overwrite a disk with random patterns five, ten or twenty times (!) and given current technology it can *still* be read if there is enough reason.&lt;BR /&gt;&lt;BR /&gt;Given that, the best destructive method is an acid bath and a metal shredder.&lt;BR /&gt;&lt;BR /&gt;Otherwise, you can make very reaonable cleanings with:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero 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;The first is faster.  Notice the raw device so that the LVM driver and buffer cache aren't involved.&lt;BR /&gt;&lt;BR /&gt;As for "legacy" servers, this means any PA-RISC server no longer manufactured.  After December 31, 2008 (this month) it is my recollection that *all* new manufacture of PA-RISC hardware will cease.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Dec 2008 20:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146086#M453595</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-12-11T20:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: legacy servers.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146087#M453596</link>
      <description>Legacy is just a PA-Risc system no longer being manufactured.&lt;BR /&gt;&lt;BR /&gt;As far as "disk cleaning" there is no "real" sure fire way to do this except for destruction. or an extremely strong electro magnet. I send all mine to a destruction facility AFTER I swipe them with my electromagnet</description>
      <pubDate>Thu, 11 Dec 2008 20:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146087#M453596</guid>
      <dc:creator>Adam W.</dc:creator>
      <dc:date>2008-12-11T20:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: legacy servers.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146088#M453597</link>
      <description>Concerning disk wipe, if you don't need to follow any compliance requirement, writing /dev/urandom or /dev/zero data is enough and easy, I suggest you go with it. Disk arrays also have some tools to exercise disks (i.e. dilx on the EVA) which can be invoked before they're decomissioned.&lt;BR /&gt;&lt;BR /&gt;Many years ago in a previous job we were required to purchase a military grade disk wiper, and we purchased one by a company named Los Alto Technologies. It fit the requirement but it wasn't free, you know. I just checked, and it still exists. There's a thread on this subject here:&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1229040627141+28353475&amp;amp;threadId=957297" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1229040627141+28353475&amp;amp;threadId=957297&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I also googled "disk wipe dod hp-ux" and came with interesting alternatives, such as a product named WipeDisk/UX. I don't know if it's still maintained.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Fri, 12 Dec 2008 00:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146088#M453597</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2008-12-12T00:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: legacy servers.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146089#M453598</link>
      <description>Thanks everyone... Now I completely understand wiping out/legacy servers...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks Again</description>
      <pubDate>Fri, 12 Dec 2008 17:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/legacy-servers/m-p/5146089#M453598</guid>
      <dc:creator>Grayh</dc:creator>
      <dc:date>2008-12-12T17:06:08Z</dc:date>
    </item>
  </channel>
</rss>

