<?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; NetApp</title>
	<atom:link href="http://kb.hurricane-ridge.com/category/storage/netapp/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:18:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Increasing Maximum Number of Files on a NetApp Flexvol</title>
		<link>http://kb.hurricane-ridge.com/storage/netapp/increasing-maximum-number-of-files-on-a-netapp-flexvol</link>
		<comments>http://kb.hurricane-ridge.com/storage/netapp/increasing-maximum-number-of-files-on-a-netapp-flexvol#comments</comments>
		<pubDate>Fri, 25 Sep 2009 13:27:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetApp]]></category>
		<category><![CDATA[inodes]]></category>
		<category><![CDATA[max files]]></category>
		<category><![CDATA[maxfiles]]></category>
		<category><![CDATA[ontap]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=647</guid>
		<description><![CDATA[Use the &#8220;maxfiles&#8221; command to both query and increase the number of inodes in a FlexVol:

toaster> maxfiles svault01
Volume svault01: maximum number of files is currently 31876689 (30927298 used).
toaster> maxfiles svault01 40000000

Note that an increased maxfiles value can never be decreased, and increases in maxfiles has capacity and other implications.  In ONTAP&#8217;s words:
Increasing the maximum [...]]]></description>
			<content:encoded><![CDATA[<p>Use the &#8220;maxfiles&#8221; command to both query and increase the number of inodes in a FlexVol:<br />
<code><br />
toaster> maxfiles svault01<br />
Volume svault01: maximum number of files is currently 31876689 (30927298 used).<br />
toaster> maxfiles svault01 40000000<br />
</code></p>
<p>Note that an increased maxfiles value can never be decreased, and increases in maxfiles has capacity and other implications.  In ONTAP&#8217;s words:</p>
<blockquote><p>Increasing the maximum number of files consumes disk space, and the number can never be decreased. Configuring a large number of inodes can also result in less available memory after an upgrade, which means you might not be able to run WAFL_check.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/storage/netapp/increasing-maximum-number-of-files-on-a-netapp-flexvol/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>
		<item>
		<title>Configuring a FlexVol to grow automatically with &#8220;vol autosize&#8221;</title>
		<link>http://kb.hurricane-ridge.com/storage/netapp/configuring-a-flexvol-to-grow-automatically-with-vol-autosize</link>
		<comments>http://kb.hurricane-ridge.com/storage/netapp/configuring-a-flexvol-to-grow-automatically-with-vol-autosize#comments</comments>
		<pubDate>Wed, 28 Jan 2009 18:10:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=218</guid>
		<description><![CDATA[FlexVol autogrowth is configured using the vol autosize command; example for filer &#8220;toaster&#8221; and volume /vol/vol3:
 toaster&#62; vol autosize vol3 -m 2t -i 20g on
To configure growth to happen before snapshot deletion, use the try_first option:
 toaster&#62; vol options vol3 try_first volume_grow
See also ONTAP autodelete settings for a FlexVol.
]]></description>
			<content:encoded><![CDATA[<p>FlexVol autogrowth is configured using the <code>vol autosize</code> command; example for filer &#8220;toaster&#8221; and volume <code>/vol/vol3</code>:</p>
<pre> toaster&gt; vol autosize vol3 -m 2t -i 20g on</pre>
<p>To configure growth to happen before snapshot deletion, use the <code>try_first</code> option:</p>
<pre> toaster&gt; vol options vol3 try_first volume_grow</pre>
<p>See also <a href="/storage/netapp/ontap-autodelete-settings-for-a-flexvol">ONTAP autodelete settings for a FlexVol</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/storage/netapp/configuring-a-flexvol-to-grow-automatically-with-vol-autosize/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ONTAP autodelete settings for a FlexVol</title>
		<link>http://kb.hurricane-ridge.com/storage/netapp/ontap-autodelete-settings-for-a-flexvol</link>
		<comments>http://kb.hurricane-ridge.com/storage/netapp/ontap-autodelete-settings-for-a-flexvol#comments</comments>
		<pubDate>Wed, 28 Jan 2009 18:05:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetApp]]></category>
		<category><![CDATA[snapshot]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=212</guid>
		<description><![CDATA[Example session configuring autodelete settings for /vol/vol3 on filer &#8220;toaster&#8221;:
 toaster&#62; snap autodelete vol3 show
 snapshot autodelete settings for vol3:
 state                           : off
 commitment      [...]]]></description>
			<content:encoded><![CDATA[<p>Example session configuring autodelete settings for <code>/vol/vol3</code> on filer &#8220;toaster&#8221;:</p>
<pre> toaster&gt; snap autodelete vol3 show
 snapshot autodelete settings for vol3:
 state                           : off
 commitment                      : try
 trigger                         : volume
 target_free_space               : 20%
 delete_order                    : oldest_first
 defer_delete                    : user_created
 prefix                          : (not specified)

 toaster&gt; snap autodelete vol3 on
 snap autodelete: snap autodelete enabled

 toaster&gt; snap autodelete vol3 target_free_space 10
 snap autodelete: snap autodelete configuration options set

 toaster&gt; snap autodelete vol3 defer_delete none
 snap autodelete: snap autodelete configuration options set

 toaster&gt; snap autodelete vol3 show
 snapshot autodelete settings for vol3:
 state                           : on
 commitment                      : try
 trigger                         : volume
 target_free_space               : 10%
 delete_order                    : oldest_first
 defer_delete                    : none
 prefix                          : (not specified)</pre>
<p>To configure snapshot deletion to happen before volume growth, use the <code>try_first</code> option:</p>
<pre> toaster&gt; vol options vol3 try_first snap_delete</pre>
<p>See also <a href="/storage/netapp/configuring-a-flexvol-to-grow-automatically-with-vol-autosize">Configuring a FlexVol to grow automatically with &#8220;vol autosize&#8221;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/storage/netapp/ontap-autodelete-settings-for-a-flexvol/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell one-liner to parse NetApp user quota data</title>
		<link>http://kb.hurricane-ridge.com/storage/netapp/shell-one-liner-to-parse-netapp-user-quota-data</link>
		<comments>http://kb.hurricane-ridge.com/storage/netapp/shell-one-liner-to-parse-netapp-user-quota-data#comments</comments>
		<pubDate>Wed, 07 Jan 2009 22:31:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=93</guid>
		<description><![CDATA[Assuming you have a dump of quota report from the filer in question at /tmp/toaster.quota, and want to see the top twenty disk users:
egrep '^user' /tmp/toaster.quota &#124; awk '{ print $5, $2 }' &#124; sort -rn &#124; head -20
]]></description>
			<content:encoded><![CDATA[<p>Assuming you have a dump of <code>quota report</code> from the filer in question at <code>/tmp/toaster.quota</code>, and want to see the top twenty disk users:</p>
<pre><code>egrep '^user' /tmp/toaster.quota | awk '{ print $5, $2 }' | sort -rn | head -20</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/storage/netapp/shell-one-liner-to-parse-netapp-user-quota-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
