<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Virtualization Tips &#187; RAID</title>
	<atom:link href="http://www.virtualizetips.com/tag/raid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualizetips.com</link>
	<description>Covering all things in your Virtual Data Center. We write VMware, Citrix &#38; Microsoft from VDI to VMotion. VMware Tips</description>
	<lastBuildDate>Wed, 08 Sep 2010 14:41:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guide to choosing raid type on VMware ESX for beginners</title>
		<link>http://www.virtualizetips.com/2010/03/guide-to-choosing-raid-type-on-vmware-esx-for-beginners/</link>
		<comments>http://www.virtualizetips.com/2010/03/guide-to-choosing-raid-type-on-vmware-esx-for-beginners/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:57:55 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[Perfomance]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://www.virtualizetips.com/?p=108</guid>
		<description><![CDATA[For newer admins or those without a storage background, this is a common question that I hear often. What type of RAID should I use for my data stores to host Virtual Machines. This is not meant to be a high level storage best practice document. I&#8217;m just covering some basic details that should help [...]]]></description>
			<content:encoded><![CDATA[<p>For newer admins or those without a storage background, this is a common question that I hear often. What type of RAID should I use for my data stores to host Virtual Machines. This is not meant to be a high level storage best practice document. I&#8217;m just covering some basic details that should help new admins and SMB customers.</p>
<p>First thing you need to do is do some research on what type of servers you will be Virtualizing and what their IO needs might be. The main reasons for choosing different RAID levels will be performance and redundancy. Most people tend to lean towards RAID 5 which provides good performance with a high level of redundancy. See the chart below for some more details. You can also review some details from VMware <a href="http://communities.vmware.com/docs/DOC-2660" target="_blank">here</a>.</p>
<h3>Summary of the different RAID types</h3>
<table>
<tbody>
<tr>
<th>Type</th>
<th>RAID 0</th>
<th>RAID 1</th>
<th>RAID 1+0</th>
<th>RAID 5</th>
</tr>
<tr>
<td>Method</td>
<td>Striping</td>
<td>Mirroring</td>
<td>Mirror and striping</td>
<td>Stripe with Parity</td>
</tr>
<tr>
<td>Description</td>
<td>The data is striped across all the disks in the set. Not true RAID  because it is not redundant.</td>
<td>Exact copies of the data are kept across paired disks or disk sets.</td>
<td>A striped array whose segments are a mirror set. Not to be confused  with 0+1</td>
<td>The data is striped across all the disks in the RAID set, along with  the parity information needed to reconstruct the data in case of disk  failure.</td>
</tr>
<tr>
<td>Performance</td>
<td>Good. All IO is spread and no parity overhead</td>
<td>Twice the read rate but writes occur twice</td>
<td>Combines speed efficiency of the RAID 0 (stripe set) with a fault  tolerance of RAID 1 (mirror).</td>
<td>High read and medium write performance. A good balance of  performance and availability.</td>
</tr>
<tr>
<td>Typical use</td>
<td>Data you can afford to loose, such a pre-production, image/video  editing.</td>
<td>Data requiring high availability, such as accounting or payroll.</td>
<td>Transactional type data such as database logs.</td>
<td>File and application servers. Typically everything that does not  have a specific requirement.</td>
</tr>
<tr>
<td>Parity Calculation</td>
<td>None</td>
<td>None</td>
<td>None</td>
<td>Yes</td>
</tr>
<tr>
<td>Redundancy</td>
<td>None</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Minimum Disks</td>
<td>2</td>
<td>2</td>
<td>4</td>
<td>3</td>
</tr>
<tr>
<td>Storage Overhead</td>
<td>0%</td>
<td>100%</td>
<td>100%</td>
<td>Capacity of one disk in the set. 33% for a 3 disk set.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.virtualizetips.com/2010/03/guide-to-choosing-raid-type-on-vmware-esx-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
