<?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>Applied Communications of Minnesota, Inc. &#187; Technical</title>
	<atom:link href="http://www.acmn.com/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acmn.com</link>
	<description>Purveyors of finely crafted network solutions since 1983.</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:37:48 +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>Extreme Networks Has an App for That!</title>
		<link>http://www.acmn.com/2010/04/21/etoggle/</link>
		<comments>http://www.acmn.com/2010/04/21/etoggle/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 23:59:39 +0000</pubDate>
		<dc:creator>lfredrickson</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[EXOS]]></category>
		<category><![CDATA[Extreme Networks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[NAC]]></category>

		<guid isPermaLink="false">http://www.acmn.com/?p=933</guid>
		<description><![CDATA[
eToggle™, the Extreme Networks® iPhone™ Application for Conference Rooms, allows you to easily enable and disable ports on your Extreme Networks Ethernet switches, making public conference rooms more secure. You can set a personal identification number (PIN) to prevent unauthorized access to the application.


]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://extremenetworks.com/products/etoggle.aspx"><img class="aligncenter" title="eToggle" src="/images/bin1/eToggle/etoggle.jpg" alt="" width="102" height="102" /></a></p>
<p>eToggle™, the Extreme Networks<sup>®</sup> iPhone™ Application for Conference Rooms, allows you to easily enable and disable ports on your Extreme Networks Ethernet switches, making public conference rooms more secure. You can set a personal identification number (PIN) to prevent unauthorized access to the application.</p>
<p><img class="alignnone" src="/images/bin1/eToggle/etoggle-add-switch.jpg" alt="" width="320" height="480" /><img class="alignnone" src="/images/bin1/eToggle/etoggle-switch-info.jpg" alt="" width="320" height="480" /></p>
<p><img class="alignnone" src="/images/bin1/eToggle/etoggle-add-room.jpg" alt="" width="320" height="480" /><img class="alignnone" src="/images/bin1/eToggle/etoggle-rooms.jpg" alt="" width="320" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2010/04/21/etoggle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp 64 bit Aggregates in ONTAP 8.0</title>
		<link>http://www.acmn.com/2010/01/12/netapp-64-bit-aggregates-in-ontap-8-0/</link>
		<comments>http://www.acmn.com/2010/01/12/netapp-64-bit-aggregates-in-ontap-8-0/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 15:00:58 +0000</pubDate>
		<dc:creator>mtellinghuisen</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.acmn.com/?p=856</guid>
		<description><![CDATA[Some notes from some ONTAP 8 training I went to:
One of the features in the new version of Data ONTAP 8.0 is the ability to use 64 bit aggregates, prior to this all aggregates were 32 bit.  The main reason to use a 64bit aggregate is to break the 16TB aggregate limit found in 32 [...]]]></description>
			<content:encoded><![CDATA[<p>Some notes from some ONTAP 8 training I went to:</p>
<p>One of the features in the new version of Data ONTAP 8.0 is the ability to use 64 bit aggregates, prior to this all aggregates were 32 bit.  The main reason to use a 64bit aggregate is to break the 16TB aggregate limit found in 32 aggregates.</p>
<p>ONTAP 7.3 helped with this in that it changed the way the 16TB was calculated, it no longer counted the parity drives in the 16TB which gave you an extra ~20% usable space in your aggregates (actual savings varied based on disk size).  As mentioned before, to expand beyond the 16TB a 64 bit addressing scheme needed to be used, the following shows the limit of either aggregate type:</p>
<blockquote><p>32 bit aggregates are calculated by 2^32 * 4KB = ~16TB<br />
64 bit aggregates are calculated by 2^64 * 4KB = ~67,108,864 (67 million petabytes)<br />
<em>Note: There are limits to the maximum sizes of 64 bit aggregates which are based on controller model</em></p></blockquote>
<p>Those limits are currently:</p>
<table border="1" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="200" valign="top">FAS6080</td>
<td width="200" valign="top">100TB</td>
</tr>
<tr>
<td width="200" valign="top">FAS6040/FAS3170</td>
<td width="200" valign="top">70TB</td>
</tr>
<tr>
<td width="200" valign="top">FAS3160/FAS3070</td>
<td width="200" valign="top">50TB</td>
</tr>
<tr>
<td width="200" valign="top">FAS3170/FAS3040/FAS3050</td>
<td width="200" valign="top">40TB</td>
</tr>
</tbody>
</table>
<p>A few things to note with that are that the maximum file/LUN size is still 16TB and that the maximum volume sizes for dedupe volumes remains the same.</p>
<p>When sizing your system keep in mind that <strong>the root aggregate must be 32 bit</strong>, it is also important to note that you cannot currently convert a 32 bit aggregate into a 64 bit aggregate (or vice versa).  The next major release of ONTAP 8 will have the ability to convert 32 bit to 64 bit non-disruptively however.</p>
<p>Along the same lines, you cannot perform block level transfers between aggregate types &#8211; Volume SnapMirror(VSM) between 32 bit and 64 bit aggregates will not work.  (Qtree SnapMirror(QSM) however will work as it is file based, as will NDMP)</p>
<p>The default type for creating new aggregates is 32 bit, for 64 bit you need to specify a -B 64 if using CLI or select the checkbox if using FilerView.  After upgrading to ONTAP 8.0 7-mode all existing aggregates will remain 32 bit (as mentioned before you cannot non-disruptively convert them yet to 64 bit)</p>
<p>Originally posted at: <a href="http://mtellin.com/2010/01/06/netapp-64-bit-aggregates-in-ontap-8-0/">http://mtellin.com/2010/01/06/netapp-64-bit-aggregates-in-ontap-8-0/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2010/01/12/netapp-64-bit-aggregates-in-ontap-8-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Compression with SnapMirror transfers in ONTAP 7.3.2</title>
		<link>http://www.acmn.com/2009/11/23/using-compression-with-snapmirror-transfers-in-ontap-7-3-2/</link>
		<comments>http://www.acmn.com/2009/11/23/using-compression-with-snapmirror-transfers-in-ontap-7-3-2/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 18:10:29 +0000</pubDate>
		<dc:creator>mtellinghuisen</dc:creator>
				<category><![CDATA[NetApp]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[SnapMirror]]></category>

		<guid isPermaLink="false">http://www2.acmn.com/2009/11/23/using-compression-with-snapmirror-transfers-in-ontap-7-3-2/</guid>
		<description><![CDATA[One of the new features in Data ONTAP 7.3.2 is that you can now enable compression for your SnapMirror/SnapVault transfers.  This is great news for customers with limited bandwidth on their WAN links.  We have had customers in the past in this situation with SnapMirror transfers that would never finish and they had to look [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new features in Data ONTAP 7.3.2 is that you can now enable compression for your SnapMirror/SnapVault transfers.  This is great news for customers with limited bandwidth on their WAN links.  We have had customers in the past in this situation with SnapMirror transfers that would never finish and they had to look into WAN accelerators, nice to know that now there may be another option that in included free with ONTAP 7.3.2.  The compression is done on the controllers by using a standard gzip compression.</p>
<p>Obviously you need to be aware that enabling compression will add additional load onto your system but keep in mind you can use FlexShare to set lower priority to system level (e.g. SnapMirror) operations.  Another thing to keep in mind is that FlexShare is assigned per volume, so it doesn&#8217;t have to assign ALL of your SnapMirror transfers a low priority.</p>
<p>Enabling compression is as easy as modifying the /etc/snapmirror.conf file, you can enable compression on existing SnapMirror relationships.  The changes you need to make are as follows:</p>
<p>At the top of snapmirror.conf you need to establish a connection name and assign the source and destination filers to it.  For my example this will be:</p>
<blockquote><p>sm1=multi(940-1,940-2)</p>
<p>&lt;connection name&gt;=multi(&lt;sourcefiler&gt;,&lt;destinationfiler&gt;)</p></blockquote>
<p>Now you need to modify the existing line for the SnapMirror schedule, my example looks like this:</p>
<blockquote><p>sm1:test_vol 940-2:test_vol_recv compression=enable &#8211; 10 * * *</p></blockquote>
<p>Example:</p>
<p><img src="http://farm3.static.flickr.com/2583/4127989273_262963a98e_o.png" alt="" /></p>
<p>For my example I was setting this up on a FAS940, I ran ‘<em>sysstat –s 1’</em> before running the snapmirror and it averaged about 1% CPU usage</p>
<p><strong>Source NetApp</strong>:</p>
<p><img src="http://farm3.static.flickr.com/2661/4127935735_8c8b766d8a.jpg" alt="" /></p>
<p><strong>Destination NetApp:</strong></p>
<p><img src="http://farm3.static.flickr.com/2553/4128706240_793e3b4e01.jpg" alt="" /></p>
<p>After kicking off the initial snapmirror transfer I re-ran the same command and it returned an average CPU usage of 72% on the destination and 100% on the source.</p>
<p>Source NetApp:</p>
<p><img src="http://farm3.static.flickr.com/2671/4127936011_68e2b67003.jpg" alt="" /></p>
<p><strong>Destination NetApp:</strong></p>
<p><img src="http://farm3.static.flickr.com/2781/4127935935_b9ef2a0158.jpg" alt="" /></p>
<p>So again if you have a busy system, you will need to decide if the decreased WAN traffic outweighs the added load on your system.  I kicked off a <em>&#8217;snapmirror initialize&#8217;</em> and then monitored the transfer with <em>&#8217;snapmirror status -l&#8217;</em> and saw that I was getting a steady 8.0:1 compression ratio on my transfer.</p>
<p><img src="http://farm3.static.flickr.com/2526/4128706328_83ba9e8a7f_o.png" alt="" /></p>
<p>Originally posted at <a title="http://mtellin.com/2009/11/23/using-compression-with-snapmirror-transfers-in-ontap-7-3-2/" href="http://mtellin.com/2009/11/23/using-compression-with-snapmirror-transfers-in-ontap-7-3-2/">http://mtellin.com/2009/11/23/using-compression-with-snapmirror-transfers-in-ontap-7-3-2/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2009/11/23/using-compression-with-snapmirror-transfers-in-ontap-7-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extreme Networks Launch’s EtherNation</title>
		<link>http://www.acmn.com/2009/11/15/extreme-networks-launchs-ethernation/</link>
		<comments>http://www.acmn.com/2009/11/15/extreme-networks-launchs-ethernation/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 03:08:58 +0000</pubDate>
		<dc:creator>lfredrickson</dc:creator>
				<category><![CDATA[News and Events]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[EXOS]]></category>
		<category><![CDATA[extreme]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[UPM]]></category>

		<guid isPermaLink="false">http://www2.acmn.com/2009/09/15/extreme-networks-launchs-ethernation/</guid>
		<description><![CDATA[EtherNation
A user community of EXOS Scripts!  Check it out!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.extremenetworks.com/EtherNation/" target="_blank">EtherNation</a></p>
<p>A user community of EXOS Scripts!  Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2009/11/15/extreme-networks-launchs-ethernation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To run vSphere Client on Windows 7 x64</title>
		<link>http://www.acmn.com/2009/11/07/how-to-run-vsphere-client-on-windows-7-x64/</link>
		<comments>http://www.acmn.com/2009/11/07/how-to-run-vsphere-client-on-windows-7-x64/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 23:09:26 +0000</pubDate>
		<dc:creator>lfredrickson</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www2.acmn.com/?p=578</guid>
		<description><![CDATA[Check it out here.
]]></description>
			<content:encoded><![CDATA[<p>Check it out <a href="http://www.techhead.co.uk/running-vmware-vsphere-client-on-windows-7" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2009/11/07/how-to-run-vsphere-client-on-windows-7-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp Virtual Storage Console (VSC) for vSphere</title>
		<link>http://www.acmn.com/2009/11/03/netapp-virtual-storage-console-vsc-for-vsphere/</link>
		<comments>http://www.acmn.com/2009/11/03/netapp-virtual-storage-console-vsc-for-vsphere/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 14:31:52 +0000</pubDate>
		<dc:creator>mtellinghuisen</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www2.acmn.com/2009/11/03/netapp-virtual-storage-console-vsc-for-vsphere/</guid>
		<description><![CDATA[Originally posted at http://mtellin.com/2009/11/03/netapp-virtual-storage-console-vsc-for-vsphere/
 
NetApp released v1.0 of their VSC for VMware vSphere, VSC is a plugin for vCenter which allows anyone connecting with the VI Client to access it.  What is nice about the tool is it allows you to see an overview of your storage environment and ensure things are configured inline with NetApp’s [...]]]></description>
			<content:encoded><![CDATA[<p>Originally posted at <a href="http://mtellin.com/2009/11/03/netapp-virtual-storage-console-vsc-for-vsphere/">http://mtellin.com/2009/11/03/netapp-virtual-storage-console-vsc-for-vsphere/</a></p>
<p> </p>
<p>NetApp released v1.0 of their VSC for VMware vSphere, VSC is a plugin for vCenter which allows anyone connecting with the VI Client to access it.  What is nice about the tool is it allows you to see an overview of your storage environment and ensure things are configured inline with NetApp’s recommended best practices and, if they aren’t, allows you to set the recommended values.</p>
<p><a href="http://farm3.static.flickr.com/2699/4072171914_c27283b945_b.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="4072171914_c27283b945[1]" src="http://farm3.static.flickr.com/2699/4072171914_c27283b945.jpg" border="0" alt="4072171914_c27283b945[1]" width="504" height="387" /></a></p>
<p>Click on the pictures for a larger view, you can see it adds a new tab called NetApp when the ESX server is selected.  In my environment we are using all NFS for storage to the ESX boxes, so in the next screen I show the ‘Storage Details – NAS’ option:</p>
<p><a href="http://farm3.static.flickr.com/2676/4071409815_80ca4665d7_o.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="4071409815_03c2070da6[1]" src="http://farm3.static.flickr.com/2676/4071409815_03c2070da6.jpg" border="0" alt="4071409815_03c2070da6[1]" width="504" height="334" /></a></p>
<p>What is nice about this view is I can quickly see I need to make a couple changes on the NetApp, the ucode settings should be set to on and the atime update should be set to on as well.</p>
<p>As mentioned before, there are also ESX specific settings that should be set to follow best practices, by right clicking on the ESX hosts listed in the NetApp tab (see 1st picture) there is an option to ‘Set Recommended Values’</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="4071409861_96e302a9c5_o[1]" src="http://farm3.static.flickr.com/2436/4071409861_96e302a9c5_o.png" border="0" alt="4071409861_96e302a9c5_o[1]" width="244" height="132" /></p>
<p>Finally you can also set guest timeout settings, under the Tools option there is a download link for the .iso for Windows and Linux guests.  For some reason in my environment I couldn’t download the ISO from this page – if you have the same issue you can find it in the <em>Program Files\NetApp\Virtual Storage Console\webapps\public</em> folder.</p>
<p>Once you load the ISO in the VM, double clicking on the CD drive will ask you if you want to add the info in the windows_gos_timeout.reg file to the registry.</p>
<p>While I only have NFS mounted storage, you can also use the VSC to check things like:</p>
<ul>
<li>Storage adapter timeout settings</li>
<li>Multipathing settings</li>
<li>Collecting diag info from fibre channel switches (or ESX hosts/NetApp controllers)</li>
</ul>
<p>Also remember to check NetApp TR-3749 for best practices with NetApp and VMware vSphere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2009/11/03/netapp-virtual-storage-console-vsc-for-vsphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp: How-to move an aggr from one cluster head to the other…</title>
		<link>http://www.acmn.com/2009/11/01/netapp-how-to-move-an-aggr-from-one-cluster-head-to-the-other/</link>
		<comments>http://www.acmn.com/2009/11/01/netapp-how-to-move-an-aggr-from-one-cluster-head-to-the-other/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 01:15:34 +0000</pubDate>
		<dc:creator>lfredrickson</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www2.acmn.com/2009/08/17/netapp-how-to-move-an-aggr-from-one-cluster-head-to-the-other/</guid>
		<description><![CDATA[I was recently asked how to move a entire aggregate from one cluster head to the other.  Found this great article on how to do just that.
https://now.netapp.com/Knowledgebase/solutionarea.asp?id=kb47221
]]></description>
			<content:encoded><![CDATA[<p>I was recently asked how to move a entire aggregate from one cluster head to the other.  Found this great article on how to do just that.</p>
<p><a href="https://now.netapp.com/Knowledgebase/solutionarea.asp?id=kb47221">https://now.netapp.com/Knowledgebase/solutionarea.asp?id=kb47221</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2009/11/01/netapp-how-to-move-an-aggr-from-one-cluster-head-to-the-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp FCoE SAN Solutions</title>
		<link>http://www.acmn.com/2009/11/01/netapp-fcoe-san-solutions/</link>
		<comments>http://www.acmn.com/2009/11/01/netapp-fcoe-san-solutions/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 21:56:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www2.acmn.com/?p=152</guid>
		<description><![CDATA[To provide you with increased flexibility to address your performance, availability, and data-management needs, NetApp offers native Fibre Channel over Ethernet (FCoE) SAN solutions. NetApp FCoE SAN solutions offer an end-to-end Ethernet storage solution to deliver increased data center efficiency and reduced overall cost.
FCoE combines two leading technologies, the Fibre Channel protocol and an enhanced [...]]]></description>
			<content:encoded><![CDATA[<p>To provide you with increased flexibility to address your performance, availability, and data-management needs, NetApp offers native Fibre Channel over Ethernet (FCoE) SAN solutions. NetApp FCoE SAN solutions offer an end-to-end Ethernet storage solution to deliver increased data center efficiency and reduced overall cost.</p>
<p>FCoE combines two leading technologies, the Fibre Channel protocol and an enhanced 10 Gigabit Ethernet physical transport, to provide you with more options for SAN connectivity and networking. To simplify administration and protect your SAN investments, FCoE allows you to use the same tools and techniques you use today managing your FC network and storage. The FCoE network infrastructure offers connectivity to either native NetApp FCoE systems and/or NetApp Fibre Channel storage systems. This allows you to migrate to a unified Ethernet infrastructure while preserving investments you already made in FC storage. FCoE is a logical progression of NetApp&#8217;s unified storage approach to offering concurrent support for Fibre Channel, iSCSI, and NAS data access in its enterprise systems. It provides an evolutionary path for Fibre Channel SAN customers to migrate to Ethernet over time.</p>
<p>As an active participant in the development and marketing of the Fibre Channel over Ethernet standard, NetApp is the first to offer storage systems with native support for FCoE. We deliver fully tested and qualified solutions with leading partners in a robust and growing ecosystem.</p>
<p>To learn more about how our FCoE solutions can help you consolidate I/O and reduce costs, read <a href="/us/media/top-reasons-netapp-fcoe-san-solution.html" target="_blank">Top Reasons to Choose NetApp for FCoE SAN Solution</a> and <a href="/us/media/ds-fcoe-datasheet.html" target="_blank">Fabric Convergence with FCoE and Lossless Ethernet</a> or view our NetApp <a href="http://www.youtube.com/watch?v=2Ecvj7KBkYI" target="_blank">play-by-play</a> demonstrating the benefits of I/O convergence with FCoE.</p>
<p>orginal article: <a href="http://www.netapp.com/us/products/protocols/fcoe/">http://www.netapp.com/us/products/protocols/fcoe/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2009/11/01/netapp-fcoe-san-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp Announcements @ VMworld 2009</title>
		<link>http://www.acmn.com/2009/11/01/netapp-announcements-vmworld-2009/</link>
		<comments>http://www.acmn.com/2009/11/01/netapp-announcements-vmworld-2009/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 14:23:20 +0000</pubDate>
		<dc:creator>mtellinghuisen</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[smvi]]></category>
		<category><![CDATA[srm]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www2.acmn.com/2009/09/04/netapp-announcements-vmworld-2009/</guid>
		<description><![CDATA[SMVI v2
In case you missed it, NetApp announced v2 of SMVI at VMworld this year.  Some of the new features are:


AutoSupport Integration
Backup Enhancements &#38; GUI Re-design
Snapshot Naming Changes
Scripting
Restore Enhancements
Single File Restore
Self-Service Restore
Limited Self-Service Restore
Administrator-Assisted Restore
Restore Agent


]]></description>
			<content:encoded><![CDATA[<h2>SMVI v2</h2>
<p>In case you missed it, NetApp announced v2 of SMVI at VMworld this year.  Some of the new features are:</p>
<blockquote>
<ul>
<li>AutoSupport Integration</li>
<li>Backup Enhancements &amp; GUI Re-design</li>
<li>Snapshot Naming Changes</li>
<li>Scripting</li>
<li>Restore Enhancements</li>
<li>Single File Restore</li>
<li>Self-Service Restore</li>
<li>Limited Self-Service Restore</li>
<li>Administrator-Assisted Restore</li>
<li>Restore Agent</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.acmn.com/2009/11/01/netapp-announcements-vmworld-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
