<?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>kb.hurricane-ridge.com &#187; deduplication</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/deduplication/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bookmarks for February 1, 2010</title>
		<link>http://kb.hurricane-ridge.com/links/bookmarks-for-february-1-2010</link>
		<comments>http://kb.hurricane-ridge.com/links/bookmarks-for-february-1-2010#comments</comments>
		<pubDate>Tue, 02 Feb 2010 06:03:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[deduplication]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=815</guid>
		<description><![CDATA[Links for February 1, 2010: Ocarina Networks &#8211; De-duplication &#38; Compression Deep Dive on Vimeo &#8211; &#34;De-duplication &#38; Compression Deep Dive White Board Session with Ocarina Networks CTO, Goutham Rao&#34; Java in Virtual Machines on VMware ESX: Best Practices &#8211; &#34;This paper discusses best practices for running Java-based software in VMware ESX virtual machines. These [...]]]></description>
			<content:encoded><![CDATA[<p>Links for February 1, 2010:</p>
<ul>
<li><a href="http://vimeo.com/7672795">Ocarina Networks &#8211; De-duplication &amp; Compression Deep Dive on Vimeo</a> &#8211; &quot;De-duplication &amp; Compression Deep Dive White Board Session with Ocarina Networks CTO, Goutham Rao&quot;</li>
<li><a href="http://www.vmware.com/resources/techresources/1087">Java in Virtual Machines on VMware ESX: Best Practices</a> &#8211; &quot;This paper discusses best practices for running Java-based software in VMware ESX virtual machines. These guidelines will help you to get the best from your Java applications and application servers when you run them on VMware Infrastructure 3.&quot;</li>
<li><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1007909">VMware KB: Definition of the advanced NFS options</a> &#8211; &quot;This articles defines the advanced NFS settings.&quot;</li>
<li><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=2239">VMware KB: NFS mounts are restricted to eight by default in ESX 3.5.x</a> &#8211; &quot;This article details configuring more than eight NFS mounts on [an] ESX Server.&quot;</li>
<li><a href="http://software-carpentry.org/">Software Carpentry: Index</a> &#8211; &quot;Software Carpentry is an intensive introduction to basic software development practices for scientists and engineers.&quot;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/links/bookmarks-for-february-1-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undoing A-SIS Deduplication</title>
		<link>http://kb.hurricane-ridge.com/storage/netapp/undoing-a-sis-deduplication</link>
		<comments>http://kb.hurricane-ridge.com/storage/netapp/undoing-a-sis-deduplication#comments</comments>
		<pubDate>Wed, 25 Mar 2009 18:22:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetApp]]></category>
		<category><![CDATA[a-sis]]></category>
		<category><![CDATA[dedupe]]></category>
		<category><![CDATA[deduplication]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=379</guid>
		<description><![CDATA[First, stop any running deduplication operations on the volume in question: filer&#62; sis stop /vol/vol1 Operation is currently idle: /vol/vol1 Next, disable A-SIS on the volume: filer&#62; sis off /vol/vol1 SIS for "/vol/vol1" is disabled. Finally, make the volume &#8220;fat&#8221; again: filer&#62; priv set advanced Warning: These advanced commands are potentially dangerous; use them only [...]]]></description>
			<content:encoded><![CDATA[<p>First, stop any running deduplication operations on the volume in question:</p>
<p><code>filer&gt; sis stop /vol/vol1<br />
Operation is currently idle: /vol/vol1</code></p>
<p>Next, disable A-SIS on the volume:</p>
<p><code>filer&gt; sis off /vol/vol1<br />
SIS for "/vol/vol1" is disabled.</code></p>
<p>Finally, make the volume &#8220;fat&#8221; again:</p>
<p><code>filer&gt; priv set advanced<br />
Warning: These advanced commands are potentially dangerous; use<br />
         them only when directed to do so by Network Appliance<br />
         personnel.<br />
filer*&gt; sis undo /vol/vol1<br />
filer*&gt; sis status /vol/vol1<br />
Path                           State      Status     Progress<br />
/vol/vol1   Disabled   Undoing    6810 MB Processed<br />
filer*&gt; priv set<br />
filer&gt; </code></p>
<p>Be sure to do the math to make sure you will have enough space in the fat volume once deduplication is undone.  See my <a href="http://andyleonard.com/2008/10/08/practical-limits-of-netapp-deduplication/">Practical Limits of NetApp Deduplication</a> post elsewhere for more on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/storage/netapp/undoing-a-sis-deduplication/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

