<?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>Webalution&#039;s Tech Share &#187; iSCSI</title>
	<atom:link href="http://webalution.com/techshare/tag/iscsi/feed/" rel="self" type="application/rss+xml" />
	<link>http://webalution.com/techshare</link>
	<description>Unix, Linux and Web Administration</description>
	<lastBuildDate>Sun, 17 Jan 2010 21:26:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>OpenFiler Vmware Guest Raid 1 Array Creation</title>
		<link>http://webalution.com/techshare/2009/09/04/openfiler-vmware-guest-raid-1-array-creation/</link>
		<comments>http://webalution.com/techshare/2009/09/04/openfiler-vmware-guest-raid-1-array-creation/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 18:07:24 +0000</pubDate>
		<dc:creator>George Knerr</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Vmware]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[iSCSI Target]]></category>
		<category><![CDATA[opefiler vmware appliance]]></category>
		<category><![CDATA[openfiler]]></category>
		<category><![CDATA[openfiler raid]]></category>
		<category><![CDATA[Vista iSCSI]]></category>

		<guid isPermaLink="false">http://webalution.com/techshare/2009/12/04/openfiler-raid1-setup/</guid>
		<description><![CDATA[Summary This is part 1 in a proof of concept serious involving the creation of a RAID 1 iSCSI Target using OpenFiler 2.13 and Vmware Server 2.  We will purposely fail one of the virtual disks in the array rebuild the array and verify the data.  In part one of the series we will create [...]]]></description>
			<content:encoded><![CDATA[<h2>Summary</h2>
<p>This is part 1 in a proof of concept serious involving the creation of a RAID 1 iSCSI Target using OpenFiler 2.13 and Vmware Server 2.  We will purposely fail one of the virtual disks in the array rebuild the array and verify the data.  In part one of the series we will create the Raid 1 array.  In subsequent parts we will create an ISCSI Target, connect Windows Vista using iSCSI Initiator and simulate RAID 1 drive failure and recovery.  The OpenFiler vmware appliance is free to download and use.  The installation of both Vmware Server 2 and OpenFiler 2.13 vmware appliance will not be covered here.</p>
<h2>Create VMware virtual disks</h2>
<p>From the VMware Server  2 web administration create two 50 MB disks for the OpenFiler VMware guest  accepting the VMware defaults.</p>
<h2>Create Raid Partitions</h2>
<p>As seen in Figure 1,  navigate to <strong>openfiler &gt; Volumes &gt; Block Devices </strong>and select the  first of our newly created disks /dev/sdb.</p>
<p><strong>FIGURE 1: opefiler &gt;  Volumes &gt; Block Devices</strong></p>
<p><img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image002.jpg" alt="" width="766" height="498" /></p>
<p>Create a RAID array  partition by selecting Partition Type: “RAID array member” for the entire  cylinder range (default) and clicking “Create”.   See Figure 2.  The resulting RAID  partition should like as seen in Figure 3.   Repeat the previous steps to create a RAID partition for /dev/sdc</p>
<p><strong> </strong></p>
<p><strong>FIGURE 2: opefiler &gt;  Volumes &gt; Block Devices &gt; /dev/sdb</strong></p>
<p><img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image004.jpg" alt="" width="766" height="844" /></p>
<p><strong>FIGURE 3: openfiler &gt;  Volumes &gt; Block Devices &gt; /dev/sdb</strong></p>
<p><img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image006.jpg" alt="" width="766" height="484" /></p>
<h2>Create New Raid 1 Array</h2>
<p>Once the two raid  devices have been created navigate to <strong>openfiler &gt; Volumes &gt; Software  Raid</strong> as seen in Figure 4 below. Select RAID-1 from the drop down menu,  leave the chunk size at default, select the two raid devices as seen in Figure  4 and click “Add array”.  The resulting  raid array information will be displayed as seen in Figure 5.</p>
<p><strong>Figure 4: openfiler &gt;  Volumes &gt; Software Raid</strong></p>
<p><img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image008.jpg" alt="" width="765" height="703" /></p>
<p><strong>Figure 5: openfiler &gt;  Volumes &gt; Software Raid</strong></p>
<p><img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image010.jpg" alt="" width="765" height="547" /></p>
<h2>Create New Volume Group</h2>
<p>Navigate to <strong>openfiler  &gt; Volumes &gt; Volume Groups</strong> and create the new volume group  “volgroupraid001”.  If this is not your  preferred volume group naming convention, change it to your liking.  After entering your “Volume group name”,  select our newly created Raid 1 volume /dev/md0 and click “Add volume group” as  seen in Figure 6.  The resulting Volume  Group is displayed as seen in Figure 7.</p>
<p><strong>Figure 6: openfile &gt;  Volumes &gt; Volume Groups</strong></p>
<p><img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image012.jpg" alt="" width="765" height="643" /></p>
<p><strong>Figure 7: openfiler &gt;  Volumes &gt; Volume Groups</strong></p>
<p><img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image014.jpg" alt="" width="765" height="643" /></p>
<h2>Create New Volume</h2>
<p>Navigate to <strong>openfiler  &gt; Volume&gt;Add Volume </strong>select our “volgroupraid001” volume group, enter  the name our new volume “volraid001”, fill in a description, enter the Required  Space” (32MB) and be sure to select the proper “Filesystem Type” of iSCSI.  Click “Create” when ready.  See Figure 8 below.  The resulting Volume Group will be as seen in  Figure 9.</p>
<p><strong>Figure 8: openfiler &gt;  Volume &gt; Add Volume</strong> <img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image016.jpg" alt="" width="765" height="828" /></p>
<p><strong>Figure 9: openfiler &gt;  Volumes &gt; Manager Volumes</strong></p>
<p><img src="http://webalution.com/techshare/wp-content/uploads/2009/12/image018.jpg" alt="" width="765" height="828" /></p>
<p>In our next section we  will create the OpenFiler iSCSI Target using our newly created RAID 1 volume.</p>
]]></content:encoded>
			<wfw:commentRss>http://webalution.com/techshare/2009/09/04/openfiler-vmware-guest-raid-1-array-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

