<?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>mainesysadmin.com &#187; netapp</title>
	<atom:link href="http://mainesysadmin.com/tag/netapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://mainesysadmin.com</link>
	<description>SysAdmin in Maine</description>
	<lastBuildDate>Wed, 06 Jan 2010 16:24:03 +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>HowTo &#8211; create a volume greater than 2 terabytes in win2k3 (min sp1)</title>
		<link>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/</link>
		<comments>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 16:59:12 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[win2k3]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=150</guid>
		<description><![CDATA[For a task that is REALLY easy it took a more googling than I had anticipated to come up with the solution.  Once your volume has been delivered to the server it is important to initialize the disk but not to create any partitions.

Open Windows Disk management.
Click Action -&#62; Rescan disks to make your new [...]]]></description>
			<content:encoded><![CDATA[<p>For a task that is REALLY easy it took a more googling than I had anticipated to come up with the solution.  Once your volume has been delivered to the server it is important to initialize the disk but not to create any partitions.</p>
<ol>
<li>Open Windows Disk management.</li>
<li>Click Action -&gt; Rescan disks to make your new disk appear, if greater than 2tb it will appear as 2 partitions on 1 disk</li>
<li>Right click on the disk and initialize the disk</li>
<li>Open a windows command prompt</li>
<li>type &#8220;diskpart&#8221;</li>
<li>type &#8220;list disk&#8221;</li>
<li>select the new disk that&#8217;s over 2tb</li>
<li>convert gpt</li>
<li>Now from windows Disk Management you should see a single disk greater than 2tb</li>
</ol>
<p>Information on the diskpart utility:   <a href="http://support.microsoft.com/default.aspx/kb/300415" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/support.microsoft.com');">http://support.microsoft.com/default.aspx/kb/300415</a></p>
<p>The most important prereqs include Windows 2k3 is up to at least sp1 and that no partitions exist on the disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very Small shootout:  DeDuplication (NetApp) vs. Compression (vRanger Pro)</title>
		<link>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/</link>
		<comments>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 13:50:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[esxranger]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[san]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=97</guid>
		<description><![CDATA[The purpose of this shootout was to analyze already backed up images of VM guests sitting idle on disk.  We like to keep 7 days online, so I was curious as to how the two compared in our environment.
Compressed vs Deduplicated
COMPRESSED: (backed up via vRanger Pro over VCB, size on win NTFS volume)
citrix_server = [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this shootout was to analyze already backed up images of VM guests sitting idle on disk.  We like to keep 7 days online, so I was curious as to how the two compared in our environment.</p>
<p><strong>Compressed vs Deduplicated</strong></p>
<p><span style="text-decoration: underline;"><strong>COMPRESSED:</strong></span> (backed up via vRanger Pro over VCB, size on win NTFS volume)<br />
citrix_server = 4.29gb<br />
win_sql_server_64bit = 9.76gb<br />
citrix_server2 = 6.14gb<br />
win2k3_member = 4.97gb</p>
<p><strong>compressed vm total = 25.16gb</strong></p>
<p><span style="text-decoration: underline;"><strong>UNCOMPRESSED:</strong></span></p>
<p>citrix_server = 10gb<br />
win_sql_server_64bit = 20gb<br />
citrix_server2 = 10gb<br />
win2k3_member = 35gb</p>
<p><strong>uncompressed total = 75gb</strong></p>
<p><span style="text-decoration: underline;"><strong>DEDUPED VS COMPRESSED:</strong></span></p>
<p><strong>deduped     = 54.29% savings (NetApp cmd output below)<br />
compressed     = 66.45% savings</strong></p>
<p>Here&#8217;s the actual output from the NetApp find_space exe:<br />
<code><br />
A-SIS Deduplication Space Savings estimate.</p>
<p>Name of Fingerprint File:          d:\esx_deduped.txt<br />
Total Number of Directories:       5<br />
Total Number of Files:             58<br />
Total Number of 4K Blocks:         19662390<br />
Total Number of Duplicate Blocks:  10673928<br />
Percentage of Duplicate Data:      <strong>54.29</strong><br />
Scan Start Time:                   Wed, Jul 30 2008 3:40:16 PM<br />
Scan End Time:                     Wed, Jul 30 2008 4:22:25 PM</code></p>
<p>I&#8217;ll be honest, I was expecting deduplication to blow compression out of the water even with only 4 vm&#8217;s.  I&#8217;ll go out on a limb and venture that deduplication would provide more results as you toss more vm&#8217;s into the picture.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>NetApp and Data Deduplication (artist formally known as A-SIS)</title>
		<link>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/</link>
		<comments>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 18:49:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[vi3]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[de-duplication]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[netapp]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=96</guid>
		<description><![CDATA[I&#8217;ve been doing a little testing with NetApp Deduplication lately but only in a limited test environment.  I know one thing for certain, deduplication and compression do not mix at all!  When you start to look at this technology make sure you&#8217;re dealing with uncompressed data.  This posting is more or less a bookmark for:
&#8220;Scott&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a little testing with NetApp Deduplication lately but only in a limited test environment.  I know one thing for certain, deduplication and compression do not mix at all!  When you start to look at this technology make sure you&#8217;re dealing with uncompressed data.  This posting is more or less a bookmark for:</p>
<p>&#8220;<a href="http://blog.scottlowe.org/2008/03/31/quick-guide-to-setting-up-netapp-deduplication/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.scottlowe.org');">Scott&#8217;s Quick Guide to Setting up Netapp Deduplication</a>&#8221;</p>
<p>NetApp does provide a useful windows exe called &#8220;find_space&#8221; which you can run in report mode against any windows data volume.</p>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/07/30/netapp-and-data-deduplication-artist-formally-known-as-a-sis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
