<?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: Running Snap Creator (Action : Backup) from the Agent in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1419#M337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the VIBE plugin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 22:27:58 GMT</pubDate>
    <dc:creator>clilescapario</dc:creator>
    <dc:date>2014-03-18T22:27:58Z</dc:date>
    <item>
      <title>Running Snap Creator (Action : Backup) from the Agent</title>
      <link>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1400#M334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="p1"&gt;Please see attached server config that I use to register a SMVI created snapshot to protection manager dataset (using NTAP_USE_EXTERNAL_SNAPSHOT).&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;I am wondering if we can include the following CLI as a post command to SMVI such that the SnapVault backup is fully integrated -&lt;/P&gt;&lt;P class="p1"&gt;snapcreator.exe&amp;nbsp;&amp;nbsp; --server&amp;nbsp; 10.128.113.174&amp;nbsp; --port&amp;nbsp; 8443&amp;nbsp; --user&amp;nbsp; admin&amp;nbsp; --passwd&amp;nbsp; netapp1&amp;nbsp; --profile&amp;nbsp; Modi_Lab&amp;nbsp; --policy&amp;nbsp; daily&amp;nbsp; --action&amp;nbsp; backup&amp;nbsp; --config&amp;nbsp; SMVI_Remote_Backups&amp;nbsp; --verbose&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;Do I need to install the &lt;SPAN class="s1"&gt;scServer&lt;/SPAN&gt; in addition to the Agent on the VSC/SMVI host to enable running the above CLI as a post command within SMVI ?&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/25184_DD9CFE44-8185-445D-9C6A-52D6A32C6F10.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:40:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1400#M334</guid>
      <dc:creator>mmodi</dc:creator>
      <dc:date>2025-06-05T05:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running Snap Creator (Action : Backup) from the Agent</title>
      <link>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1405#M335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Modi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to utilize the snapcreator command line to start the backup like you have described. I would try with only installing the agent. You wouldn't even need to run the agent as a service, as you are just interested in the CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing I would point out is that you are potentially missing the ability to centralize your snapmanager schedules in SC. You have described:&lt;/P&gt;&lt;P&gt;- Run SMVI schedule and create backup&lt;/P&gt;&lt;P&gt;- SMVI post script to call SC&lt;/P&gt;&lt;P&gt;- SC grabs external snapshot and then registers in PM&lt;/P&gt;&lt;P&gt;- PM then vaults the snapshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wanted to have a central scheduler, you could do something like:&lt;/P&gt;&lt;P&gt;- Run SC schedule which calls SMVI on remote host to create backup&lt;/P&gt;&lt;P&gt;- SC grabs external snapshot and then registers in PM **&lt;/P&gt;&lt;P&gt;- PM then vaults the snapshot **&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** You could even skip PM and just have SC handle the vaulting.&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;--&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 22:08:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1405#M335</guid>
      <dc:creator>clilescapario</dc:creator>
      <dc:date>2014-03-18T22:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Running Snap Creator (Action : Backup) from the Agent</title>
      <link>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1414#M336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have in the past looked at leveraging SCF as a centralised scheduler to call SMVI but ran into the following issues -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SMVI CLI does not allow setting a retention policy (GUI option only)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  If SCP managed local retention SMVI metadata would be orphaned&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SMVI CLI runs in user mode on the cmd prompt while the SCF agent runs as a windows service&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Something to do with UNIX environment where agents run on cmd prompt I.e. User mode&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  This would be resolved only by writing a SMVI plug-In (which I believe would the official product in future)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 22:21:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1414#M336</guid>
      <dc:creator>mmodi</dc:creator>
      <dc:date>2014-03-18T22:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Running Snap Creator (Action : Backup) from the Agent</title>
      <link>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1419#M337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the VIBE plugin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 22:27:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1419#M337</guid>
      <dc:creator>clilescapario</dc:creator>
      <dc:date>2014-03-18T22:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Running Snap Creator (Action : Backup) from the Agent</title>
      <link>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1424#M338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the restores take longer for fcp based vmfs datastores.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think smvi leverage storage vmotion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my Samsung GALAXY S4 on the Telstra 4G network&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 05:38:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/1424#M338</guid>
      <dc:creator>mmodi</dc:creator>
      <dc:date>2014-03-19T05:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running Snap Creator (Action : Backup) from the Agent</title>
      <link>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/100410#M339</link>
      <description>&lt;P&gt;I am interested in having the Agent, tell SnapCreator Server to run a backup job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what you mention, how would tell the agent to do this? I cant see a snapcreator.exe when installing the Agent only?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:26:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Running-Snap-Creator-Action-Backup-from-the-Agent/m-p/100410#M339</guid>
      <dc:creator>gcaley</dc:creator>
      <dc:date>2015-02-10T16:26:46Z</dc:date>
    </item>
  </channel>
</rss>

