<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.labrats.us//wiki/index.php?action=history&amp;feed=atom&amp;title=Resizing_NetApp_Volume_with_SnapMirroring</id>
	<title>Resizing NetApp Volume with SnapMirroring - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.labrats.us//wiki/index.php?action=history&amp;feed=atom&amp;title=Resizing_NetApp_Volume_with_SnapMirroring"/>
	<link rel="alternate" type="text/html" href="https://www.labrats.us//wiki/index.php?title=Resizing_NetApp_Volume_with_SnapMirroring&amp;action=history"/>
	<updated>2026-04-04T12:16:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://www.labrats.us//wiki/index.php?title=Resizing_NetApp_Volume_with_SnapMirroring&amp;diff=10&amp;oldid=prev</id>
		<title>Sfiggins: Created page with &quot;&lt;font size = &quot;4&quot;&gt;&#039;&#039;&#039;Managing NetApp Volumes&#039;&#039;&#039;&lt;/font&gt;  ==Application Purpose and Scope==  &lt;font color=&quot;#292526&quot;&gt;This document covers the management of volume size on NetApp fi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.labrats.us//wiki/index.php?title=Resizing_NetApp_Volume_with_SnapMirroring&amp;diff=10&amp;oldid=prev"/>
		<updated>2015-10-04T20:05:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;font size = &amp;quot;4&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Managing NetApp Volumes&amp;#039;&amp;#039;&amp;#039;&amp;lt;/font&amp;gt;  ==Application Purpose and Scope==  &amp;lt;font color=&amp;quot;#292526&amp;quot;&amp;gt;This document covers the management of volume size on NetApp fi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;font size = &amp;quot;4&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;Managing NetApp Volumes&amp;#039;&amp;#039;&amp;#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Application Purpose and Scope==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#292526&amp;quot;&amp;gt;This document covers the management of volume size on NetApp filers&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==NetApp OnTap 7.X (7-mode systems)==&lt;br /&gt;
&lt;br /&gt;
The older systems running OnTap 7.x.  This section will cover managing volumes on this version of the OS.&lt;br /&gt;
&lt;br /&gt;
===Adding space===&lt;br /&gt;
&lt;br /&gt;
====Log into the (source) NetApp ====&lt;br /&gt;
&lt;br /&gt;
 admin$ ssh netapp-filer1&lt;br /&gt;
 admin@netapp-filer1&amp;#039;s password: &lt;br /&gt;
 &lt;br /&gt;
 netapp-filer1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Verify the volume size that you wish to increase====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer1&amp;gt; df -h vol2&lt;br /&gt;
 Filesystem               total       used      avail capacity  Mounted on&lt;br /&gt;
 /vol/vol2/                42GB       41GB       60KB     100%  /vol/vol2/&lt;br /&gt;
 /vol/vol2/.snapshot       14GB     5394MB     8941MB      38%  /vol/vol2/.snapshot&lt;br /&gt;
 netapp-filer1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Add space====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer1&amp;gt; vol size vol2 +10G&lt;br /&gt;
 vol size: Flexible volume &amp;#039;vol2&amp;#039; size set to 66g.&lt;br /&gt;
 netapp-filer1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Verify Space has been added====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer1&amp;gt; df -h vol2&lt;br /&gt;
 Filesystem               total       used      avail capacity  Mounted on&lt;br /&gt;
 /vol/vol2/                49GB       41GB     7762MB      85%  /vol/vol2/&lt;br /&gt;
 /vol/vol2/.snapshot       16GB     5435MB       11GB      32%  /vol/vol2/.snapshot&lt;br /&gt;
 netapp-filer1&amp;gt; &lt;br /&gt;
&lt;br /&gt;
====Verify SnapMirror status====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer1&amp;gt; snapmirror status netapp-filer1:vol2&lt;br /&gt;
 Snapmirror is on.&lt;br /&gt;
 Source                Destination           State          Lag        Status&lt;br /&gt;
 netapp-filer1:vol2     netapp-filer2:vol5     Source         00:02:39   Idle&lt;br /&gt;
 netapp-filer1&amp;gt; &lt;br /&gt;
&lt;br /&gt;
====Exit NetApp management console====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer1&amp;gt; exit&lt;br /&gt;
 Use control-D to exit&lt;br /&gt;
 netapp-filer1&amp;gt; Connection to netapp-filer1 closed by remote host.&lt;br /&gt;
 Connection to netapp-filer1 closed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note: If SnapMirror is not active on this volume, you can stop here.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Log into the (destination) NetApp====&lt;br /&gt;
&lt;br /&gt;
 admin$ ssh netapp-filer2&lt;br /&gt;
 admin@netapp-filer2&amp;#039;s password:  &lt;br /&gt;
 &lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Verify SnapMirror destination volume to increase====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; df -h vol5&lt;br /&gt;
 Filesystem               total       used      avail capacity  Mounted on&lt;br /&gt;
 /vol/vol5/                42GB       41GB       60KB     100%  /vol/vol5/&lt;br /&gt;
 /vol/vol5/.snapshot       14GB     5394MB     8941MB      38%  /vol/vol5/.snapshot&lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Quiesce the SnapMirror destination volume====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; snapmirror quiesce vol5&lt;br /&gt;
 snapmirror quiesce: in progress&lt;br /&gt;
  This can be a long-running operation. Use Control - C (^C) to interrupt.&lt;br /&gt;
 snapmirror quiesce: vol5 :  Successfully quiesced&lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Break the SnapMirror volume====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; snapmirror break vol5&lt;br /&gt;
 snapmirror break: Destination vol5 is now writable.&lt;br /&gt;
 Volume size is being retained for potential snapmirror resync.  If you would like to grow the volume and do not expect to &lt;br /&gt;
  resync, set vol option fs_size_fixed to off.&lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Change options on SnapMirror destination volume====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; vol options vol5 fs_size_fixed off&lt;br /&gt;
 Wed Aug 29 11:45:00 MDT last message repeated 19 times&lt;br /&gt;
 Wed Aug 29 11:45:49 MDT [wafl.vv.set.size:warning]: Setting volume size for vol5 to match nominal size.&lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Add same amount of space to SnapMirror destination volume====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; vol size vol5 +10g&lt;br /&gt;
 vol size: Flexible volume &amp;#039;vol5&amp;#039; size set to 76g.&lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Verify the space has been added to teh SnapMirror destination volume====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; df -h vol5&lt;br /&gt;
 Filesystem               total       used      avail capacity  Mounted on&lt;br /&gt;
 /vol/vol5/                49GB       41GB     7762MB      85%  /vol/vol5/&lt;br /&gt;
 /vol/vol5/.snapshot       16GB     5435MB       11GB      32%  /vol/vol5/.snapshot&lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Resync SnapMirror destination volume====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; snapmirror resync vol5&lt;br /&gt;
 The resync base snapshot will be: netapp-filer2(0135107210)_vol5.85164&lt;br /&gt;
 These older snapshots have already been deleted from the source and will be deleted from the destination:&lt;br /&gt;
     netapp-filer2(0135107210)_vol5.85163&lt;br /&gt;
 Are you sure you want to resync the volume? y&lt;br /&gt;
 Wed Aug 29 11:46:35 MDT [snapmirror.dst.resync.info:notice]: SnapMirror resync of vol5 to netapp-filer1:vol2 is using  &lt;br /&gt;
  netapp-filer2(0135107210)_vol5.85164 as the base snapshot.&lt;br /&gt;
 Volume vol5 will be briefly unavailable before coming back online.&lt;br /&gt;
 Wed Aug 29 11:46:36 MDT [wafl.snaprestore.revert:notice]: Reverting volume vol5 to a previous snapshot.&lt;br /&gt;
 Revert to resync base snapshot was successful.&lt;br /&gt;
 Wed Aug 29 11:46:37 MDT [replication.dst.resync.success:notice]: SnapMirror resync of vol5 to netapp-filer1:vol2 was &lt;br /&gt;
  successful.&lt;br /&gt;
 Transfer started.&lt;br /&gt;
 Monitor progress with &amp;#039;snapmirror status&amp;#039; or the snapmirror log.&lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Verify SnapMirror operation on destination volume====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; snapmirror status netapp-filer2:vol5&lt;br /&gt;
 Snapmirror is on.&lt;br /&gt;
 Source                Destination           State          Lag        Status&lt;br /&gt;
 netapp-filer1:vol2     netapp-filer2:vol5     Snapmirrored   00:00:07   Idle&lt;br /&gt;
 netapp-filer2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Exit NetApp management console====&lt;br /&gt;
&lt;br /&gt;
 netapp-filer2&amp;gt; exit&lt;br /&gt;
 Use control-D to exit&lt;br /&gt;
 netapp-filer2&amp;gt; Connection to netapp-filer2 closed by remote host.&lt;br /&gt;
 Connection to netapp-filer2 closed.&lt;/div&gt;</summary>
		<author><name>Sfiggins</name></author>
	</entry>
</feed>