<?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>Take A Byte &#187; NetApp</title>
	<atom:link href="http://www.takeabyte.com.au/category/netapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.takeabyte.com.au</link>
	<description>Helping the IT Crowd</description>
	<lastBuildDate>Fri, 17 Jul 2009 10:43:33 +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>Resize LUN error in Storevault Manager</title>
		<link>http://www.takeabyte.com.au/2009/07/resize-lun-error-in-storevault-manager/</link>
		<comments>http://www.takeabyte.com.au/2009/07/resize-lun-error-in-storevault-manager/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:22:37 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=311</guid>
		<description><![CDATA[If you are trying to resize a LUN on your Netapp Filer and recieve the following error:
error 28: insufficient space to grow this volume with its guarantee enabled
Make sure that you have enough available space on the volume by running the df -h command.  Once you have determined that you have enough space to [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to resize a LUN on your Netapp Filer and recieve the following error:</p>
<p><strong>error 28: insufficient space to grow this volume with its guarantee enabled</strong></p>
<p>Make sure that you have enough available space on the volume by running the <em><strong>df -h</strong></em> command.  Once you have determined that you have enough space to grow your LUN then you need to run the following command, <strong><em>vol options &#8216;LUN NAME&#8217;</em></strong>.</p>
<p>Have a look at the results and check to see if you can find <strong>guarantee=volume</strong>.  If you can then you will need to change this value to none by running this command <strong><em>vol options &#8216;LUN NAME&#8217; guarantee none</em></strong>.  Run the <em>vol options &#8216;LUN NAME&#8217;</em> again and now you will see <strong>guarantee=none</strong>, you can now resize the LUN in Storevault Manager.</p>
<p>Ensure that you change the setting back to gurantee=volume by running the following command <strong><em>vol options &#8216;LUN NAME&#8217; guarantee volume</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/07/resize-lun-error-in-storevault-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VSS API Error Description: VSS_E_PROVIDER_VETO when using SnapManager for Exchange</title>
		<link>http://www.takeabyte.com.au/2009/05/vss-api-error-description-vss_e_provider_veto-when-using-snapmanager-for-exchange/</link>
		<comments>http://www.takeabyte.com.au/2009/05/vss-api-error-description-vss_e_provider_veto-when-using-snapmanager-for-exchange/#comments</comments>
		<pubDate>Thu, 07 May 2009 13:27:09 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=284</guid>
		<description><![CDATA[If your using NetApp SnapManager for Exchange Storevault Edition and you recieve the following error,
*****BACKUP DETAIL SUMMARY*****
Backup group set #1:
Backup SG [First Storage Group] Error: VSS API Error Description: VSS_E_PROVIDER_VETO
*****BACKUP RESULT SUMMARY*****
Backup group set #1:
Backup SG [First Storage Group]: Failed
Backup failed.
Error Code: 0×80042306
VSS API Error Description: VSS_E_PROVIDER_VETO
You will need to make sure that you have [...]]]></description>
			<content:encoded><![CDATA[<p>If your using NetApp SnapManager for Exchange Storevault Edition and you recieve the following error,</p>
<p>*****BACKUP DETAIL SUMMARY*****</p>
<p>Backup group set #1:</p>
<p>Backup SG [First Storage Group] Error: VSS API Error Description: VSS_E_PROVIDER_VETO</p>
<p>*****BACKUP RESULT SUMMARY*****</p>
<p>Backup group set #1:</p>
<p>Backup SG [First Storage Group]: Failed</p>
<p>Backup failed.</p>
<p>Error Code: 0×80042306</p>
<p>VSS API Error Description: VSS_E_PROVIDER_VETO</p>
<p>You will need to make sure that you have enough space on the LUN that you are trying to back up.  Check your event log and see if you have an error from Snapdrive stating the following error &#8211; error code = 0&#215;004032f,  Error description: No space left on device.  If so then you will need to do the following.</p>
<p>Telnet to you filer and run the following command  &gt;<strong> df -h</strong></p>
<p>This will give you a list of all your LUN&#8217;s and the amount of capicity you have left.  Look for the LUN that you&#8217;re trying to backup and see if the capacity is 100%.  If this is the case then you will need to autosize the LUN so that it can grow according to rate of change.  To do this run the following command &gt; <strong>vol autosize <em>&#8216;LUN name&#8217;</em> -m &#8216;(SIZE eg.40g)&#8217; -i  (SIZE eg.</strong><span id="comment-body-1771"><strong> 10g)</strong>.  The command -m sets the size limit and -i sets the growth increments.  So for example if you wanted to set your LUN to grow to 100GB in increments of 10GB then the following command would be &gt; <strong>vol autosize <em>&#8216;LUN name&#8217; </em>-m 100g -i 10g</strong></span></p>
<p><a href="http://communities.netapp.com/groups/chris-kranz-hardware-pro/blog/2009/03/05/fractional-reservation--lun-overwrite">Here is a good article on managing data growth on a LUN. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/05/vss-api-error-description-vss_e_provider_veto-when-using-snapmanager-for-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can not delete LUN on NetApp StoreVault Manager</title>
		<link>http://www.takeabyte.com.au/2008/11/can-not-delete-lun-on-netapp-storevault-manager/</link>
		<comments>http://www.takeabyte.com.au/2008/11/can-not-delete-lun-on-netapp-storevault-manager/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 14:54:59 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=193</guid>
		<description><![CDATA[If you can not delete a LUN in StoreVault Manager you will need to use the CLI to delete it.  To do this connect to the StoreVault device via SSH.  If you don&#8217;t have a SSH client download putty.  Log in as root and type in the following commands.
vol status &#8211;  &#8216;make sure [...]]]></description>
			<content:encoded><![CDATA[<p>If you can not delete a LUN in StoreVault Manager you will need to use the CLI to delete it.  To do this connect to the StoreVault device via SSH.  If you don&#8217;t have a SSH client download putty.  Log in as root and type in the following commands.</p>
<p><em>vol status &#8211;  <strong>&#8216;make sure you can see the LUN you want to delete&#8221;</strong><br />
vol offline NAMEOFLUN<br />
vol destroy NAMEOFLUN</em></p>
<p>If you go back to StoreVault Manager and refresh the list of LUN&#8217;s, you should no longer see the LUN.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2008/11/can-not-delete-lun-on-netapp-storevault-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Quiesce or Update Replicas on NetApp StoreVault</title>
		<link>http://www.takeabyte.com.au/2008/11/cant-quiesce-or-update-replicas-on-netapp-storevault/</link>
		<comments>http://www.takeabyte.com.au/2008/11/cant-quiesce-or-update-replicas-on-netapp-storevault/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 12:47:50 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=190</guid>
		<description><![CDATA[If you&#8217;re trying to quiesce or update replicas on your NetApp StoreVault and you&#8217;re receiving the error &#8216;Can&#8217;t connect to host error 10060&#8242; after entering the destination password then do the following to resolve the issue.
Check DNS entries
Telnet to the source StoreVault and check the host table.
Do this by running the following command

If the destination [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to quiesce or update replicas on your NetApp StoreVault and you&#8217;re receiving the error &#8216;Can&#8217;t connect to host error 10060&#8242; after entering the destination password then do the following to resolve the issue.</p>
<p>Check DNS entries<br />
Telnet to the source StoreVault and check the host table.<br />
Do this by running the following command</p>
<p><a title="rdfile command" href="http://www.takeabyte.com.au/wp-content/uploads/2008/10/rdfile-command.jpg" target="_blank"><img src="http://www.takeabyte.com.au/wp-content/uploads/2008/10/rdfile-command.jpg" alt="rdfile command" /></a></p>
<p>If the destination StoreVault does not exist in the host table then add the entry by running the following command. Before you do this make sure you copy the results from the rdfile command so you can copy and paste them after you run the wrfile command</p>
<p><a title="wrfile command" href="http://www.takeabyte.com.au/wp-content/uploads/2008/10/wrfile-command.jpg" target="_blank"><img src="http://www.takeabyte.com.au/wp-content/uploads/2008/10/wrfile-command.jpg" alt="wrfile command" /></a></p>
<p>If this still does not fix the problem then check your registry entry and make sure you do not have the hostname pointing to an old IP Addresss.  To do this use regedit and go to <strong>\HKEY_CURRENT_USER\Software\Network Appliance\StoreVault\Setup\History </strong><br />
If you do see that there is an old entry then delete the regkey or you can modify the value to the correct IP Address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2008/11/cant-quiesce-or-update-replicas-on-netapp-storevault/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing NetApp SnapManager for Exchange</title>
		<link>http://www.takeabyte.com.au/2008/10/installing-netapp-snapmanager-for-exchange/</link>
		<comments>http://www.takeabyte.com.au/2008/10/installing-netapp-snapmanager-for-exchange/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 18:56:38 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=173</guid>
		<description><![CDATA[

Before installing NetApp SnapManager for Exchange you will need to have the following software packages.

 Microsoft Powershell &#8211; You can download here
 Storevault Manager
 SnapDrive 5.0
 SnapManager for Exchange

All packages need to be installed on the Exchange Server that you would like to back up.  You will also need to make sure that the [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-2920381101020222";
/* Take A Byte in Post */
google_ad_slot = "8863406567";
google_ad_width = 250;
google_ad_height = 250;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>Before installing NetApp SnapManager for Exchange you will need to have the following software packages.</p>
<ul>
<li> Microsoft Powershell &#8211; <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target="_blank">You can download here</a></li>
<li> Storevault Manager</li>
<li> SnapDrive 5.0</li>
<li> SnapManager for Exchange</li>
</ul>
<p>All packages need to be installed on the Exchange Server that you would like to back up.  You will also need to make sure that the service account has the correct permissions to access the Exchange Server.</p>
<ol>
<li> Install Microsoft Powershell</li>
<li> Install StoreVault Manager</li>
<li> Install SnapDrive 5.0  You will need to download the Server hotfix KB931300 which can be found on a previous post called <a href="http://www.takeabyte.com.au/2008/10/quick-guide-to-creating-sql-luns-and-installing-snapmanager-for-sql/">Quick Guide to Creating SQL Luns and Installing SnapManager for SQL</a></li>
<li> Install SnapManager for Exchange</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2008/10/installing-netapp-snapmanager-for-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Guide to Creating SQL LUN&#8217;s and Installing SnapManager for SQL</title>
		<link>http://www.takeabyte.com.au/2008/10/quick-guide-to-creating-sql-luns-and-installing-snapmanager-for-sql/</link>
		<comments>http://www.takeabyte.com.au/2008/10/quick-guide-to-creating-sql-luns-and-installing-snapmanager-for-sql/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 12:50:14 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[NetApp]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SnapManager]]></category>
		<category><![CDATA[StoreVault]]></category>
		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=104</guid>
		<description><![CDATA[This is just a quick guide to creating SQL LUN&#8217;s and installing SnapManager for SQL.  If you would like a comprehensive guide then you will need to download the SMSQL &#8211; InstallAndAdminGuide.pdf file from Storevault Support.  You will need to register to gain access to the download page.
To begin you will need to make sure [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick guide to creating SQL LUN&#8217;s and installing SnapManager for SQL.  If you would like a comprehensive guide then you will need to download the <strong>SMSQL &#8211; InstallAndAdminGuide.pdf</strong> file from <a href="http://support.storevault.com" target="_blank">Storevault Support</a>.  You will need to register to gain access to the download page.</p>
<p>To begin you will need to make sure that you have the following software packages, StoreVault Manager 3.2, SnapDrive 5.0 and SnapManager for SQL 2.11.  If you do not have these packages you can download them from <a href="http://support.storevault.com" target="_blank">Storevault Support</a>.  Once you have obtained the necessary packages do the following.</p>
<p><strong>NOTE:  You will need to install all packages on the SQL Server that you would like to backup. </strong></p>
<ol>
<li>Install StoreVault Manager 3.2</li>
<li>Install SnapDrive 5.0. You may need to install the Windows 2003 Server Hotfix <a href="http://support.microsoft.com/kb/931300" target="_blank"><span style="color: #333333;">KB931300</span></a> &#8211; Snapshot volumes do not mount successfully or the volume dismount operation reports an error when you use a Network Appliance storage device with the Windows Server 2003 Virtual Disk Service.<a href="http://thehotfixshare.net/board/index.php?autocom=downloads&amp;req=download&amp;code=do_download&amp;id=3378" target="_blank">Click here to download x64 Version</a><br />
<a href="http://thehotfixshare.net/board/index.php?autocom=downloads&amp;req=download&amp;code=do_download&amp;id=3255" target="_blank">Click here to download x86 Version</a></li>
<li>Install SnapManager for SQL 2.11</li>
<li>Install ISCSI Software Initiator.  You can <a href="http://www.microsoft.com/downloads/details.aspx?familyid=12cb3c1a-15d6-4585-b385-befd1319f825&amp;displaylang=en" target="_blank">download ISCSI Software Initiator</a> from here if you do not have a copy.  Once you have installed the ISCSI Initiator make sure you launch the application and add the ISCSI target and obtain the ISCSI Name, eg. qn.1998-01.com.vmware:vmwareserver01-69g33239.</li>
<li>Now launch StoreVault Manager and Log onto the SAN that you would like to create the LUN&#8217;s on.</li>
<li>Click Create LUN (SAN) and go through the Create LUN Wizard.  Make sure you select MS SQL Database as the LUN Application Type as shown below.<br />
<a title="Create LUN (SAN)" href="http://www.takeabyte.com.au/wp-content/uploads/2008/10/create-sql-lun-01.jpg" target="_blank"><br />
<img src="http://www.takeabyte.com.au/wp-content/uploads/2008/10/create-sql-lun-01.jpg" alt="Create LUN (SAN)" /></a></li>
<li>You will also need to add the ISCSI Name of the host and StoreVault will automatically attach the LUN to the host.  Once you complete the Wizard, the LUN will appear under My Computer.</li>
<li>Launch SnapManager and follow the Wizard.</li>
<li>You will need to migrate all your databases to the newly created LUN&#8217;s.  Best practise is to have a seperate LUN for your Databases, Logs and SnapInfo.  Databases that are stored on local disk will not be able to be backed up using SnapManager for SQL.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2008/10/quick-guide-to-creating-sql-luns-and-installing-snapmanager-for-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setup NetApp StoreVault First Time</title>
		<link>http://www.takeabyte.com.au/2008/07/setup-netapp-storevault-first-time/</link>
		<comments>http://www.takeabyte.com.au/2008/07/setup-netapp-storevault-first-time/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 12:28:58 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=21</guid>
		<description><![CDATA[If you have just purchased a NetApp Storvault S550/S300, here is a quick guide on how to set it up if your not too familiar with the device.
You will need to install the Storevault Manager on a desktop. The media is shipped with the kit but if you can not find it for any reason [...]]]></description>
			<content:encoded><![CDATA[<p>If you have just purchased a NetApp Storvault S550/S300, here is a quick guide on how to set it up if your not too familiar with the device.</p>
<p>You will need to install the Storevault Manager on a desktop. The media is shipped with the kit but if you can not find it for any reason you can download it from the <a href="http://www.storevault.com/">website</a>, although you will need your support login details.</p>
<p>Once you have installed the software make sure you plug power to the the Storevault S550/S300 and a active network cable. You can either connect it to your existing network or you can plug it directly to the desktop that you have the software installed using a crossover cable.</p>
<p>For this demonstration I installed the Software on a laptop and attached a crossover cable directly to the Storevaut S550.</p>
<p>When you launch the Storevault Manager for the first time it will ask you to Sign On. Login using <strong>Normal Mode</strong> and Click on <strong>Discover</strong></p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-01.jpg"><img class="size-medium wp-image-25" title="netapp-storevault-setup-01" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-01-300x193.jpg" alt="NetApp Storevault S550/S300" width="300" height="193" /></a></p>
<p>Select the StoreVault Device and Click <strong>OK</strong>.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-02.jpg"><img class="alignnone size-medium wp-image-26" title="netapp-storevault-setup-02" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-02-300x283.jpg" alt="" width="300" height="283" /></a></p>
<p>A Welcome Page should appear and clicking next will start the Setup Wizard.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-03.jpg"><img class="alignnone size-medium wp-image-24" title="netapp-storevault-setup-03" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-03-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>This will tell you which licenses have been installed.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-04.jpg"><img class="alignnone size-medium wp-image-31" title="netapp-storevault-setup-04" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-04-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>Enter the name of the device this, this can be anything you want but make sure that you add the record to your DNS. Also enter a Password and make sure that the Time Zone and language is correct.</p>
<p><strong>NOTE: If you&#8217;re in London then make sure you select Europe/London as the Time Zone as selecting GMT will result in an error at the end of the Wizard.</strong></p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-05.jpg"><img class="alignnone size-medium wp-image-29" title="netapp-storevault-setup-05" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-05-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>You can change the Storage Threshold or even disable it if you like. I would recommend 90% as a default threshold.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-06.jpg"><img class="alignnone size-medium wp-image-28" title="netapp-storevault-setup-06" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-06-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>The NetApp StoreVault supports RAID-DP. You can select RAID-DP by slecting Custom Setup and this will give you the option to select RAID-DP.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-07.jpg"><img class="alignnone size-medium wp-image-30" title="netapp-storevault-setup-07" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-07-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>Enter the IP Address and Subnet for both Adapters. These adapters can be grouped later on to increase throughput.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-08.jpg"><img class="alignnone size-medium wp-image-33" title="netapp-storevault-setup-08" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-08-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>You will need to make sure that you plug the NetApp StoreVault S550/S300 into a network that has communication to a Domain Controller. If you don&#8217;t it will not be able to authenticate with AD.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-09.jpg"><img class="alignnone size-medium wp-image-32" title="netapp-storevault-setup-09" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-09-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>Summary of the configuration. Check it carefully before Clicking Finish</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-101.jpg"><img class="alignnone size-medium wp-image-40" title="netapp-storevault-setup-101" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-101-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>Applying Settings.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-11.jpg"><img class="alignnone size-medium wp-image-22" title="netapp-storevault-setup-11" src="http://www.takeabyte.com.au/wp-content/uploads/2008/07/netapp-storevault-setup-11-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>When it is all done, it will take you to the Management Console where you will be able to Create LUN&#8217;s/Shares and configure Snap Shots and Replication.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2008/07/setup-netapp-storevault-first-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
