<?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 Restoring backup image directly to /vol/vol0 by ndmp in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Restoring-backup-image-directly-to-vol-vol0-by-ndmp/m-p/31949#M2906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm taking backup of vol0 by volume SnapMirror and NDMP.&lt;/P&gt;&lt;P&gt;In this situation, is it possiblle to restore the backup image of vol0 directly to /vol/vol0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using "snapmirror resync" command or ndmp restore function of a backup software,&lt;/P&gt;&lt;P&gt;I want to retore the backup image directly to /vol/vol0.&lt;/P&gt;&lt;P&gt;Is there any good way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data ONTAP 8.0.1P3 is running on the node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:54:45 GMT</pubDate>
    <dc:creator>tatsuro_handa</dc:creator>
    <dc:date>2025-06-05T06:54:45Z</dc:date>
    <item>
      <title>Restoring backup image directly to /vol/vol0 by ndmp</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Restoring-backup-image-directly-to-vol-vol0-by-ndmp/m-p/31949#M2906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm taking backup of vol0 by volume SnapMirror and NDMP.&lt;/P&gt;&lt;P&gt;In this situation, is it possiblle to restore the backup image of vol0 directly to /vol/vol0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using "snapmirror resync" command or ndmp restore function of a backup software,&lt;/P&gt;&lt;P&gt;I want to retore the backup image directly to /vol/vol0.&lt;/P&gt;&lt;P&gt;Is there any good way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data ONTAP 8.0.1P3 is running on the node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:54:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Restoring-backup-image-directly-to-vol-vol0-by-ndmp/m-p/31949#M2906</guid>
      <dc:creator>tatsuro_handa</dc:creator>
      <dc:date>2025-06-05T06:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring backup image directly to /vol/vol0 by ndmp</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Restoring-backup-image-directly-to-vol-vol0-by-ndmp/m-p/31953#M2907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be easier to use a local snapshot to restore vol0:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find the snap that fulfills your demands via&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;snap list vol0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's say nightly.2 is what you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;snap restore vol0 -s nightly.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a snapmirror relation you will see the last common snapmirror snapshot as well. Its name is something like &amp;lt;filername(serialnumber)&amp;gt;_&amp;lt;volname&amp;gt;.&amp;lt;#_of_snapmirror_update&amp;gt;&lt;/P&gt;&lt;P&gt;If this is a valid state of data you can use this snapshot as well.&lt;/P&gt;&lt;P&gt;This will be pretty fast and the filer will be rebooting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are forced to do a restore from snapmirror, I would not bother break the snapmirror, then resync in opposite direction, then break mirror again, then resync once more in opposite direction to get back to normal state.&lt;/P&gt;&lt;P&gt;I would let snapmirror keep running and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.mount the root share /vol/vol0 and the snapmirror destination on a UNIX machine (or use CIFS C$ Share, create a share on the snapmirror destination and connect both on a Windows host)&lt;/P&gt;&lt;P&gt;2.rename the original source /vol/vol0/etc to etc_old&lt;/P&gt;&lt;P&gt;3.copy the whole /etc from the snapmirror destination to /vol/vol0 (resp C$ Share)&lt;/P&gt;&lt;P&gt;4.reboot the filer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are content with the result, you can delete etc_old&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 15:29:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Restoring-backup-image-directly-to-vol-vol0-by-ndmp/m-p/31953#M2907</guid>
      <dc:creator>peterpanxiii</dc:creator>
      <dc:date>2011-05-18T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Restoring backup image directly to /vol/vol0 by ndmp</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Restoring-backup-image-directly-to-vol-vol0-by-ndmp/m-p/31958#M2908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I would simply cascade the vol0 snapmirror back to original filer as vol0_new, once in sync break mirror and rename vol0 to vol0_old and vol0_new to vol0 then use vol options vol0 root command to boot from retsored vol0 and reboot.&amp;nbsp; But then I like snapmirror and dont like UNIX much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2011 07:48:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Restoring-backup-image-directly-to-vol-vol0-by-ndmp/m-p/31958#M2908</guid>
      <dc:creator>john_higgins</dc:creator>
      <dc:date>2011-08-20T07:48:31Z</dc:date>
    </item>
  </channel>
</rss>

