<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Move a SnapMirror Destination Volume in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Move-a-SnapMirror-Destination-Volume/m-p/57091#M13444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have understood your question correctly you have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source_Filer:Srcvol&amp;nbsp; Dest_filer:Olddestvol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you want to migrate from Dest_filer:Newdestvol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I do this is to use snapmirror for this, so I:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create Newdestvol&lt;/P&gt;&lt;P&gt;2) vol restrict Newdestvol&lt;/P&gt;&lt;P&gt;3) snapmirror initalize -S dest_filer:Olddestvol Newdestvol&lt;/P&gt;&lt;P&gt;Wait until this is done.&lt;/P&gt;&lt;P&gt;4) snapmirror resync -S dest_filer:Olddestvol Newdestvol&lt;/P&gt;&lt;P&gt;(This will grab any subsequent changes since I made the baseline and ensure I share the baseline snapshot)&lt;/P&gt;&lt;P&gt;5) snapmirror break Newdestvol&lt;/P&gt;&lt;P&gt;6) snapmirror resync&amp;nbsp; -S Source_Filer:Srcvol&amp;nbsp; Dest_filer:Newdestvol&lt;/P&gt;&lt;P&gt;(This will make the link between the source and Newdestvol based on the Last Common Snapshot which will be the baseline)&lt;/P&gt;&lt;P&gt;7) Update snapmirror.conf if desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to comment out the config entries in snapmirror.conf if the filer complains that -S is pointing to something other than what is configured there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 20:23:40 GMT</pubDate>
    <dc:creator>kenheal_db</dc:creator>
    <dc:date>2009-07-20T20:23:40Z</dc:date>
    <item>
      <title>Move a SnapMirror Destination Volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Move-a-SnapMirror-Destination-Volume/m-p/57086#M13442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem where a project has bought a disk shelf but that shelf will not be available until after go live. Not really a problem as i can borrow some disks from the spares pool for a couple of months (i have lots of spares).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway to ensure the project goes ahead i have created a new aggregate out of the spares and have created some snapmirror desitination volumes, i have configured snapmirror and we have started the migration of data into the SM destinations, SM kicks off overnight and transfeers data without any problem, however at some point i will need to move the SM destination volumes onto thier new shelf and migrate the data to these volumes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Destination volumes are in a data center but the source volumes are in a remote site (fairly good links though) but even so i do not want to have to do a full data transfeer to the new volumes over the WAN in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am planning on doing a vol copy to from the old destination to the new destination, rename the old volume, rename the new volume to the old volume name and resync, I did manage to do this once on a small progile volume (5GB) but am having problems with the NAS reporting the volume is not online or is not restricted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i am close but missing something can you have a look at what i intecd to do and spot any problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current&lt;/P&gt;&lt;P&gt;SM Primary - NAS1:V_Profiles_NAS1 &lt;/P&gt;&lt;P&gt;SM Destination - NAS2:VDR_Profiles_NAS1 (aggr1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Future&lt;/P&gt;&lt;P&gt;SM Primary - NAS1:V_Profiles_NAS1 &lt;/P&gt;&lt;P&gt;SM Destination - NAS2:VDR_Profiles_NAS1 (aggr2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Destination&lt;/P&gt;&lt;P&gt;vol create VDR_Profiles_NAS1_New aggr2 100g&lt;/P&gt;&lt;P&gt;snapmirror update VDR_Profiles_NAS1&lt;/P&gt;&lt;P&gt;snapmirror off&lt;/P&gt;&lt;P&gt;vol copy start VDR_Profiles_NAS1 VDR_Profiles_NAS1_New&lt;/P&gt;&lt;P&gt;vol rename V_Profiles_NAS1 V_Profiles_NAS1_Old&lt;/P&gt;&lt;P&gt;vol rename VDR_Profiles_NAS1_New VDR_Profiles_NAS1&lt;/P&gt;&lt;P&gt;snapmirror on&lt;/P&gt;&lt;P&gt;vol restrict VDR_Profiles_NAS1&lt;/P&gt;&lt;P&gt;snapmirror resync -S NAS1:V_Profiles_NAS1 VDR_Profiles_NAS1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whilst the volume names look complex a "V_" in front reflects a primary Volume, a "VDR_" reflects a Volume Disaster Recovery" copy and the _NAS1 after the identifier lets me know where the primary data sits as i have quite a few devices snapmirroring to this central DR NAS (NAS2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my "vol restrict" in the right place, do i have any errors in the commands, order or syntax and any idea why i am having trouble with "the volume is not online or restricted" when trying to get the resync working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All SnapMirrors are VSM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:26:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Move-a-SnapMirror-Destination-Volume/m-p/57086#M13442</guid>
      <dc:creator>Zarathoestra</dc:creator>
      <dc:date>2025-06-05T07:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Move a SnapMirror Destination Volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Move-a-SnapMirror-Destination-Volume/m-p/57091#M13444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have understood your question correctly you have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source_Filer:Srcvol&amp;nbsp; Dest_filer:Olddestvol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you want to migrate from Dest_filer:Newdestvol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I do this is to use snapmirror for this, so I:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create Newdestvol&lt;/P&gt;&lt;P&gt;2) vol restrict Newdestvol&lt;/P&gt;&lt;P&gt;3) snapmirror initalize -S dest_filer:Olddestvol Newdestvol&lt;/P&gt;&lt;P&gt;Wait until this is done.&lt;/P&gt;&lt;P&gt;4) snapmirror resync -S dest_filer:Olddestvol Newdestvol&lt;/P&gt;&lt;P&gt;(This will grab any subsequent changes since I made the baseline and ensure I share the baseline snapshot)&lt;/P&gt;&lt;P&gt;5) snapmirror break Newdestvol&lt;/P&gt;&lt;P&gt;6) snapmirror resync&amp;nbsp; -S Source_Filer:Srcvol&amp;nbsp; Dest_filer:Newdestvol&lt;/P&gt;&lt;P&gt;(This will make the link between the source and Newdestvol based on the Last Common Snapshot which will be the baseline)&lt;/P&gt;&lt;P&gt;7) Update snapmirror.conf if desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to comment out the config entries in snapmirror.conf if the filer complains that -S is pointing to something other than what is configured there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 20:23:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Move-a-SnapMirror-Destination-Volume/m-p/57091#M13444</guid>
      <dc:creator>kenheal_db</dc:creator>
      <dc:date>2009-07-20T20:23:40Z</dc:date>
    </item>
  </channel>
</rss>

