<?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: Snapvault - creating a snapshot manually in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68237#M15903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;Sounds like you are well on your way to getting SV running.&amp;nbsp; The only thing you need to make sure you do on the destination is run the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snap sched &lt;EM&gt;vol_name snapshot_name retention@&lt;/EM&gt;&lt;/SPAN&gt;-" - for example "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snape sched sv_daily sv_dest 8@-&lt;/SPAN&gt;".&amp;nbsp; The reason the snapshot creation is failing on the destination is because you don't have a schedule setup for snapvault.&amp;nbsp; Please note this won't transfer any data - all SnapVault will do is make sure you have 8 copies (in this example) available on the destination.&amp;nbsp; This also eliminates the need to perform &lt;SPAN style="font-family: courier new,courier;"&gt;snap rename&lt;/SPAN&gt; and &lt;SPAN style="font-family: courier new,courier;"&gt;snap delete&lt;/SPAN&gt; commands to handle the retention/rotation of snapshot copies on the destination.&amp;nbsp; Also, you want to make sure you use the "&lt;SPAN style="font-family: courier new,courier;"&gt;-s&lt;/SPAN&gt;" option on your "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault update&lt;/SPAN&gt;" command to make sure you are updating from the application consistent snapshot you are creating.&amp;nbsp; Also, be sure to have your script run the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snap create&lt;/SPAN&gt;" command after the update since the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault update&lt;/SPAN&gt;" doesn't create a snapshot on the destination when it's complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, cliffs notes version:&lt;/P&gt;&lt;P&gt;run the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snap sched&lt;/SPAN&gt;" command on the destination and you should be able to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if you have any other questions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jeremy Merrill&lt;/P&gt;&lt;P&gt;NetApp&lt;/P&gt;&lt;P&gt;Technical Marketing Engineer&lt;/P&gt;&lt;P&gt;Data Protection Solutions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2009 19:45:16 GMT</pubDate>
    <dc:creator>jmerrill</dc:creator>
    <dc:date>2009-05-06T19:45:16Z</dc:date>
    <item>
      <title>Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68232#M15902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm busy setting up Snapvault for the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A number of applications are configured to take snapshots of their volumes manually rather than the filer doing them (via snap sched). These work similar to SnapManager in that they need to make the data crash-consistent before taking the snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to start storing archived copies of these snapshots in a Snapvault secondary. So, I created a Snapvault relationship between the primary qtree and a secondary volume. This all works fine - a baseline copy took place and snapshots were created on both the primary and the secondary. I can successfully issue a "snapvault update" on the secondary to have it copy the deltas from the primary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I can't seem to get to work - on the primary or the secondary - is manually creating a snapshot using "snapvault snap create". As far as I can tell the syntax should be "snapvault snap create &amp;lt;volname&amp;gt; &amp;lt;snapname&amp;gt;" but whatever combinations I put for &amp;lt;volname&amp;gt; and &amp;lt;snapname&amp;gt; on the primary or the secondary, I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snapshot creation aborted: snapshot target not configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot find any references to examples that may be useful to me. It seems that I'm missing something, possibly something obvious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:28:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68232#M15902</guid>
      <dc:creator>rmharwood</dc:creator>
      <dc:date>2025-06-05T07:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68237#M15903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;Sounds like you are well on your way to getting SV running.&amp;nbsp; The only thing you need to make sure you do on the destination is run the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snap sched &lt;EM&gt;vol_name snapshot_name retention@&lt;/EM&gt;&lt;/SPAN&gt;-" - for example "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snape sched sv_daily sv_dest 8@-&lt;/SPAN&gt;".&amp;nbsp; The reason the snapshot creation is failing on the destination is because you don't have a schedule setup for snapvault.&amp;nbsp; Please note this won't transfer any data - all SnapVault will do is make sure you have 8 copies (in this example) available on the destination.&amp;nbsp; This also eliminates the need to perform &lt;SPAN style="font-family: courier new,courier;"&gt;snap rename&lt;/SPAN&gt; and &lt;SPAN style="font-family: courier new,courier;"&gt;snap delete&lt;/SPAN&gt; commands to handle the retention/rotation of snapshot copies on the destination.&amp;nbsp; Also, you want to make sure you use the "&lt;SPAN style="font-family: courier new,courier;"&gt;-s&lt;/SPAN&gt;" option on your "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault update&lt;/SPAN&gt;" command to make sure you are updating from the application consistent snapshot you are creating.&amp;nbsp; Also, be sure to have your script run the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snap create&lt;/SPAN&gt;" command after the update since the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault update&lt;/SPAN&gt;" doesn't create a snapshot on the destination when it's complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, cliffs notes version:&lt;/P&gt;&lt;P&gt;run the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snap sched&lt;/SPAN&gt;" command on the destination and you should be able to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if you have any other questions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jeremy Merrill&lt;/P&gt;&lt;P&gt;NetApp&lt;/P&gt;&lt;P&gt;Technical Marketing Engineer&lt;/P&gt;&lt;P&gt;Data Protection Solutions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 19:45:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68237#M15903</guid>
      <dc:creator>jmerrill</dc:creator>
      <dc:date>2009-05-06T19:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68241#M15904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent, this is just what I needed! Nowhere have I read that a schedule needs to be in place even to do a manual snapshot. But, having the schedule manage the retention is very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In theory, can I still use a "snap sched" on the secondary to automatically update and snapshot the Snapvault copy? As long as I specify the correct snapshot name? The application can perform its work and then the secondary can request the update a half hour later without having to manually run anything on the secondary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 20:03:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68241#M15904</guid>
      <dc:creator>rmharwood</dc:creator>
      <dc:date>2009-05-06T20:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68245#M15905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;The best practice would be to disable the snapshot schedule on the destination system (the "&lt;SPAN style="font-family: courier new,courier;"&gt;snap sched&lt;/SPAN&gt;" one).&amp;nbsp; You should use the "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snap sched&lt;/SPAN&gt;" on the destination in it's place.&amp;nbsp; This will help make sure you don't hit the snapshot limit on the volume, or have mutliple snapshots of the same data.&amp;nbsp; Also, if you want (not required), you can do the same on your source system - where you would use "&lt;SPAN style="font-family: courier new,courier;"&gt;snapvault snap sched&lt;/SPAN&gt;" in place of "&lt;SPAN style="font-family: courier new,courier;"&gt;snap sched".&amp;nbsp;&lt;/SPAN&gt; &lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;This would also eliminate the need to do any of your own retention/rotation of snapshots on the primary system.&amp;nbsp; Also, please note that you can use the "&lt;SPAN style="font-family: courier new,courier;"&gt;snap sched&lt;/SPAN&gt;" command (hourly, nightly, weekly) created snapshots.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jeremy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 20:13:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68245#M15905</guid>
      <dc:creator>jmerrill</dc:creator>
      <dc:date>2009-05-06T20:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68249#M15906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good. I'll aim to put this in place over the coming days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 20:16:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68249#M15906</guid>
      <dc:creator>rmharwood</dc:creator>
      <dc:date>2009-05-06T20:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68254#M15907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sent from my Windows Mobile® phone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 20:29:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68254#M15907</guid>
      <dc:creator>pchoward1</dc:creator>
      <dc:date>2009-05-06T20:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68257#M15908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be carefule of one little gotcha with snapvault.&amp;nbsp; Make sure that if you update the snapvault snap sched that you add the -x argument to the command.&amp;nbsp; If you modify it after the initial create don't forget to modify it on the source as well.&amp;nbsp; If you dont' it will still work but the latency will cause you to tear your hair out till you have that oh yeah moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:51:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68257#M15908</guid>
      <dc:creator>scottfawcett</dc:creator>
      <dc:date>2009-09-16T20:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68261#M15909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may i know what is the command to check the snapvault schedule ?&lt;/P&gt;&lt;P&gt;if i trigger this command, this is what is coming out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;junex-sim2&amp;gt; snapvault snap sched&lt;/P&gt;&lt;P&gt;create vault_vol&amp;nbsp; 0@-&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;if i trigger the command "snapvault snap sched", does it mean it create this schedule ?&lt;/DIV&gt;&lt;DIV&gt;create vault_vol&amp;nbsp; 0@-&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 15:57:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68261#M15909</guid>
      <dc:creator>filer_jedi</dc:creator>
      <dc:date>2009-11-11T15:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68266#M15911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You check the schedule with snapvault snap sched.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;junex-sim2&amp;gt; snapvault snap sched&lt;/P&gt;&lt;P&gt;create vault_vol  0@-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vault_vol  = volume name&lt;/P&gt;&lt;P&gt;0@ = equals the # of snapshots&lt;/P&gt;&lt;P&gt;- = when they are taken, in this case never&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is one of mine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view a specific volumes snapvault snap sched:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eden&amp;gt; snapvault snap sched A_nfs1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create A_nfs1  0@-&lt;/P&gt;&lt;P&gt;xfer   A_nfs1 sv_daily 30@mon-sun@3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that I create the snapshot as sv_daily, and it increments them as sv_daily.0 so forth and so on. I retain them for 30 days.  Only create them mon-sun (all 7 days of the week).  I transfer them at 3 am.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The snapvault snap sched command won't do anything without having already had a snapvault start issued against to create the destination qtree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change the schedule after its been started use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snapvault snap sched modify -x  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You MUST use the -x argument!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it would look like this using the parameters below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vol = A_nfs1&lt;/P&gt;&lt;P&gt;Snapshot name = sv_daily&lt;/P&gt;&lt;P&gt;Changing duration to mon-fri and lowering number taken to 22&lt;/P&gt;&lt;P&gt;Transferring at 5am&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snapvault snap sched modify -x A_nfs1 sv_daily 22@mon-fri@5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE*** This must also be done on the source.  You don't have to retain the same number of snapshots on the source as the destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions? Drop me a line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott Fawcett&lt;/P&gt;&lt;P&gt;NAS/SAN Administrator&lt;/P&gt;&lt;P&gt;Work: 713-798-5984&lt;/P&gt;&lt;P&gt;Cell: 314-269-3705&lt;/P&gt;&lt;P&gt;Email: fawcett@bcm.edu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 16:37:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68266#M15911</guid>
      <dc:creator>scottfawcett</dc:creator>
      <dc:date>2009-11-11T16:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68271#M15913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick clarification here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"snapvault snap sched -x" should only be used on the destination.&amp;nbsp; The "-x" means that you are creating a transfer schedule - it tells SnapVault to get the data from the SnapVault primary system. SnapVault won't actually attempt this transfer until 5 minutes after the hour - this gives the SnapVault primary system 5 minutes to create the snapshot which is more than enough time to make sure the snapshot is created, and will account for any possible clock differences (the schedule is initiated based off the local system clock of the NetApp system). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the source system, you would just run a "snapvault snap sched command".&amp;nbsp; That command will only create a snapshot (along with the name, time and retention specified).&amp;nbsp; Since the data resides on the primary system, the -x isn't required and shouldn't be used since it will then attempt to transfer data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Jeremy Merrill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 16:44:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68271#M15913</guid>
      <dc:creator>jmerrill</dc:creator>
      <dc:date>2009-11-11T16:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68275#M15915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I observed that it is creating the sv.nightly0 snapshots. And this is necessary since this snapshots is NOT necessary since we are dependent on the snapvault snapshots scheduled by the NetBackup.&lt;/P&gt;&lt;P&gt;May I know how to disable or get rid or the sv.nightly snaphots?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;June&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 11:23:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68275#M15915</guid>
      <dc:creator>filer_jedi</dc:creator>
      <dc:date>2009-11-26T11:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68280#M15918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;June,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sv.nightly snapshot is controlled by the snapvault snap sched:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eden snapvault snap sched nfs2&lt;/P&gt;&lt;P&gt;create nfs2  0@-&lt;/P&gt;&lt;P&gt;xfer   nfs2 SV_DAILY 30@mon-sun@5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SV_DAILY number is how many are retained.  You will need to keep one but you can set it to just one if you want.  However, I don't know NetBackup very well and can't speak to how the snapshots maintained on the filer are controlled by that.  I surmise that the NetBackup utility and the snapvault snapshots are similar if not the same ones just different scheduling operations.  But I cannot say for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.  I would suggest creating a test relationship and then decrementing the SV snapshots to 1 and see if NetBackup has an issue with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott Fawcett&lt;/P&gt;&lt;P&gt;NAS/SAN Administrator&lt;/P&gt;&lt;P&gt;Work: 713-798-5984&lt;/P&gt;&lt;P&gt;Cell: 314-269-3705&lt;/P&gt;&lt;P&gt;Email: fawcett@bcm.edu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 14:33:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68280#M15918</guid>
      <dc:creator>scottfawcett</dc:creator>
      <dc:date>2009-12-03T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68284#M15921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believed, whenever I tried to issue the command "snapvault sched", it will automatically create a snapvault snapshots called "sv_nightly".&lt;/P&gt;&lt;P&gt;Is this sort of kind of bug? Since my snapvault snapshots is controlled by NBU, i have issued command "snapvault unsched sv_snapshot_name" to unschedule it and it works perfectly fine now..&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;June&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Dec 2009 18:03:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68284#M15921</guid>
      <dc:creator>filer_jedi</dc:creator>
      <dc:date>2009-12-25T18:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68290#M15924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone knows how to make the second qtree update at the same time with the first qtree?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAS2:/vol/ntp_etest_sys/bitpower&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SVT01:/vol/SVT_F7TD2/ntp_etest_sys_bitpower&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04:39:09&amp;nbsp;&amp;nbsp; Idle&lt;/P&gt;&lt;P&gt;NAS2:/vol/ntp_etest_sys/html&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SVT01:/vol/SVT_F7TD2/ntp_etest_sys_html&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 58:47:21&amp;nbsp;&amp;nbsp; Idle&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;As noticed, seems the qtree html is not updating... Please help&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;June&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Dec 2009 18:12:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68290#M15924</guid>
      <dc:creator>filer_jedi</dc:creator>
      <dc:date>2009-12-25T18:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68296#M15927</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;Please check you have the source&amp;nbsp; Dest snapvault sched enabled or&amp;nbsp; not.&lt;/P&gt;&lt;P&gt;Check using the following command "snap list -q snapshot_name"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 14:44:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68296#M15927</guid>
      <dc:creator>chal_arun</dc:creator>
      <dc:date>2011-01-11T14:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Snapvault - creating a snapshot manually</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68301#M15929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems you figured it all out. I have a problem with the snapvault snap create command. Whatever I try, it keeps throwing the error : Snapshot creation aborted: snapshot target not configured.&lt;/P&gt;&lt;P&gt;This is what I did:&lt;/P&gt;&lt;P&gt;snapvault start -S s_filer:/vol/volume1 d_filer:/vol/sv_volume/qtree1&lt;/P&gt;&lt;P&gt;snapvault snap sched -x sv_volume sv_nightly &lt;A href="mailto:7@1" target="_blank"&gt;7@1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;snapvault snap create sv_volume snap1&lt;/P&gt;&lt;P&gt;There is stops&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea anyone? We are running NetApp Release 8.1.1RC1 7-Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 11:10:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapvault-creating-a-snapshot-manually/m-p/68301#M15929</guid>
      <dc:creator>RONALDTOP</dc:creator>
      <dc:date>2012-12-12T11:10:58Z</dc:date>
    </item>
  </channel>
</rss>

