<?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: Wiping data from systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194328#M165306</link>
    <description>Travis,&lt;BR /&gt;&lt;BR /&gt;Unless you're concerned about data security, I think (since it's within your own company) it  might be sufficient to recreate the non-root volume groups and their logical volumes.  It would take a substantial amount of effort for someone to discover what had been written there before, and the LVM structures are going to have to be re-created anyway.  Unless there are security concerns, I think you're just creating extra and unnecessary work for yourself.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 17 Feb 2004 15:07:02 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-02-17T15:07:02Z</dc:date>
    <item>
      <title>Wiping data from systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194324#M165302</link>
      <description>I have several systems that are going to be changing departments and I need to ensure that all of the file systems are wiped clean.&lt;BR /&gt;&lt;BR /&gt;What would be the most efficient and effective way of going about this?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 11:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194324#M165302</guid>
      <dc:creator>Travis Harp</dc:creator>
      <dc:date>2004-02-17T11:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Wiping data from systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194325#M165303</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Like this one :-)&lt;BR /&gt;&lt;BR /&gt;# mediainit&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero of=/dev/dsk/... bs=1024&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 17 Feb 2004 11:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194325#M165303</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-02-17T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Wiping data from systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194326#M165304</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;just 2 days ago I have worked on a similar problem.&lt;BR /&gt;I agree with Robert. I choose the second chance. :-)&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=/dev/dsk/cXtXdX bs=1024&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Tue, 17 Feb 2004 11:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194326#M165304</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2004-02-17T11:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Wiping data from systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194327#M165305</link>
      <description>Can the dd command be used on a vg or lv?&lt;BR /&gt;&lt;BR /&gt;There are quite a few disks on some of these.</description>
      <pubDate>Tue, 17 Feb 2004 15:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194327#M165305</guid>
      <dc:creator>Travis Harp</dc:creator>
      <dc:date>2004-02-17T15:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Wiping data from systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194328#M165306</link>
      <description>Travis,&lt;BR /&gt;&lt;BR /&gt;Unless you're concerned about data security, I think (since it's within your own company) it  might be sufficient to recreate the non-root volume groups and their logical volumes.  It would take a substantial amount of effort for someone to discover what had been written there before, and the LVM structures are going to have to be re-created anyway.  Unless there are security concerns, I think you're just creating extra and unnecessary work for yourself.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 17 Feb 2004 15:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194328#M165306</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-02-17T15:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Wiping data from systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194329#M165307</link>
      <description>Travis,&lt;BR /&gt;&lt;BR /&gt;And, if you do decide to go the dd route, simply use the raw logical volume.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 17 Feb 2004 15:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wiping-data-from-systems/m-p/3194329#M165307</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-02-17T15:07:44Z</dc:date>
    </item>
  </channel>
</rss>

