<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Intel Communities: Message List</title>
    <link>http://communities.intel.com/index.jspa?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Mon, 18 Jan 2010 18:02:11 GMT</pubDate>
    <generator>Jive SBS 5.0.2.0  (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2010-01-18T18:02:11Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: How To Format New Disks</title>
      <link>http://communities.intel.com/message/80817?tstart=0#80817</link>
      <description>&lt;!-- [DocumentBodyStart:46a65344-57ab-4b14-9af9-016957eb8a2d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am not sure what they would mean by "not supported". The EMC software shares the drives with CIFS (samba). It doesn't care about the bit architecture of the client OS.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am running Windows 7 x64, and I administer and use the shares on my SS4200e running EMC Storage Center software.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:46a65344-57ab-4b14-9af9-016957eb8a2d] --&gt;</description>
      <pubDate>Mon, 18 Jan 2010 17:56:38 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/80817?tstart=0#80817</guid>
      <dc:date>2010-01-18T17:56:38Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How To Format New Disks</title>
      <link>http://communities.intel.com/message/80815?tstart=0#80815</link>
      <description>&lt;!-- [DocumentBodyStart:8d3fade7-3579-4755-86b1-58b8ed3f3f38] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Since you didn't say, I will assume that you are going to use the EMC software that is included with the unit. In that case, you do not need to format the drives. If the drives are virgin (unpartitioned), just insert them into the server chassis and power it up. With 4 drives, the EMC software should automatically create and partition a RAID 5 array for you. The final capacity will be equal to 3 times the drive size, with the 4th drive being used for parity information.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you are NOT using the included EMC software, and are going to install Windows on the system, then I would use NTFS. But unless you are pretty good at working with machines that don't have monitors, keyboards, and mice, then I would recommend just using the EMC software. It has its limitations, but it can be made to work fairly well.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One word of caution about this system: ATTACH A USB UPS!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Despite the redundant drives, it is prone to data corruption if the power is removed without shutting down first. USE A UPS!&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p&gt;don&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.iri.com" target="_blank"&gt;www.iri.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8d3fade7-3579-4755-86b1-58b8ed3f3f38] --&gt;</description>
      <pubDate>Mon, 18 Jan 2010 17:22:07 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/80815?tstart=0#80815</guid>
      <dc:date>2010-01-18T17:22:07Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: SS4200E - How to format hard drives?</title>
      <link>http://communities.intel.com/message/80485?tstart=0#80485</link>
      <description>&lt;!-- [DocumentBodyStart:db4f8229-af7c-4a14-b8d8-44886232374f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Here is a method to zero out a drive so that the SS4200e will rebuild the array, without using another computer (except as a web browser and ssh client).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Assuming that the SS4200e is named "store":&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Access the web page store/support.html&lt;/li&gt;&lt;li&gt;Enable ssh for support access&lt;/li&gt;&lt;li&gt;Using an ssh client, like PuTTY, connect to root@store, password is "soho"&lt;/li&gt;&lt;li&gt;At the # prompt, issue this command "dd if=/dev/zero of=/dev/sda bs=1M count=1"&lt;/li&gt;&lt;li&gt;Repeat for /dev/sdb, /dev/sdc, etc. where applicable&lt;/li&gt;&lt;li&gt;Issue the reboot command&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When the SS4200e restarts, it should start building the array. It worked for me anyway.&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p&gt;donp&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.iri.com" target="_blank"&gt;www.iri.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:db4f8229-af7c-4a14-b8d8-44886232374f] --&gt;</description>
      <pubDate>Wed, 13 Jan 2010 20:20:46 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/80485?tstart=0#80485</guid>
      <dc:date>2010-01-13T20:20:46Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: SS4200E - How to format hard drives?</title>
      <link>http://communities.intel.com/message/80482?tstart=0#80482</link>
      <description>&lt;!-- [DocumentBodyStart:63429828-e2a7-480b-8674-708ab99c2d5b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;OK, I have a supported set of 1TB disks in my SS4200e. One of them came from another SS4200e and was "erased" using the EMC software. That disk is now flagged as faulted, and the hover on the warning icon says that it has data from another system on it. How am I supposed to prepare this drive?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Saying things like "Furthermore, when formating the drives, the drives should be clean having no partitions on it whatsoever." is of little help. You can not format a disk, only partitions, so that statement makes no sense.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;No wonder these units are being sold so cheaply, they are very hard to work with.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:63429828-e2a7-480b-8674-708ab99c2d5b] --&gt;</description>
      <pubDate>Wed, 13 Jan 2010 19:59:02 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/message/80482?tstart=0#80482</guid>
      <dc:date>2010-01-13T19:59:02Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

