<?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: RAID is causing issues Deleting Drives - Help! in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5873475#M133231</link>
    <description>&lt;P&gt;You can't disable the RAID controller functionality. Another option besides the erase utility on the SmartStart Cd is to boot a live Linux distribution and "dd" random data to the device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Live distros should load the cciss driver for this older model server. The array should show up as /dev/cciss/c0d0 if just one logical drive is defined in the array.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;dd if=/dev/zero of=/dev/cciss/c0d0 bs=4096&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or the /dev/random stream:&lt;/P&gt;&lt;P&gt;dd if=/dev/urandom of=/dev/cciss/c0d0 bs=4096&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the live distro has it, another option is to use shred&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2012 00:48:03 GMT</pubDate>
    <dc:creator>Jimmy Vance</dc:creator>
    <dc:date>2012-11-21T00:48:03Z</dc:date>
    <item>
      <title>RAID is causing issues Deleting Drives - Help!</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5873439#M133230</link>
      <description>&lt;P&gt;I have 10 ProLiant DL360G3 servers that contain the Integrated Smart Array 5i Controller for RAID for two drives (the standard configuration as shipped).&lt;BR /&gt;&lt;BR /&gt;I would like to use a Disk Utility like DBAN (or something similar) to permadently erase the data on the drives before donating them to a worthy cause.&lt;BR /&gt;&lt;BR /&gt;I have used the SmartStart data erase function (on the CD) but would like to do a literal "bit flip" on these. I can't seem to find accurate directons to diassemble the RAID funcationality and have tried several feaures in the Array Configuration Utility (on the SmartStart CD). Anyone with some "ninja skills" good for some suggestions to assist?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 23:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5873439#M133230</guid>
      <dc:creator>Tessando</dc:creator>
      <dc:date>2012-11-20T23:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: RAID is causing issues Deleting Drives - Help!</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5873475#M133231</link>
      <description>&lt;P&gt;You can't disable the RAID controller functionality. Another option besides the erase utility on the SmartStart Cd is to boot a live Linux distribution and "dd" random data to the device.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Live distros should load the cciss driver for this older model server. The array should show up as /dev/cciss/c0d0 if just one logical drive is defined in the array.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;dd if=/dev/zero of=/dev/cciss/c0d0 bs=4096&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or the /dev/random stream:&lt;/P&gt;&lt;P&gt;dd if=/dev/urandom of=/dev/cciss/c0d0 bs=4096&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the live distro has it, another option is to use shred&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 00:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5873475#M133231</guid>
      <dc:creator>Jimmy Vance</dc:creator>
      <dc:date>2012-11-21T00:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: RAID is causing issues Deleting Drives - Help!</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5873483#M133232</link>
      <description>&lt;P&gt;&amp;gt;dd if=/dev/zero of=/dev/cciss/c0d0 bs=4096&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may want a larger blocksize:&lt;/P&gt;&lt;P&gt;dd if=/dev/zero of=/dev/cciss/c0d0 bs=1M&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 01:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5873483#M133232</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-11-21T01:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: RAID is causing issues Deleting Drives - Help!</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5874867#M133242</link>
      <description>&lt;P&gt;Thanks for the suggestions, I appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a live Linux distribution that you prefer? I'm open to favorites or suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 19:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/raid-is-causing-issues-deleting-drives-help/m-p/5874867#M133242</guid>
      <dc:creator>Tessando</dc:creator>
      <dc:date>2012-11-21T19:07:39Z</dc:date>
    </item>
  </channel>
</rss>

