<?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: snapcreator plugin with domino in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/78014#M2084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a known bug in Snap Creator 3.6.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you noted point-in-time and up-to-the-minute actions work fine.&lt;/P&gt;&lt;P&gt;Selectable up-to-the-minute always performs an up to the minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was discovered a few months ago and is fixed in Snap Creator 4.0.&lt;/P&gt;&lt;P&gt;Currently there are no plans to fix this in Snap Creator 3.6 as the release of 4.0 is imminent. (Currently expected by the end of April).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 12:12:39 GMT</pubDate>
    <dc:creator>spinks</dc:creator>
    <dc:date>2013-04-09T12:12:39Z</dc:date>
    <item>
      <title>snapcreator plugin with domino</title>
      <link>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/77996#M2081</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 am using the snapcreator plugin for domino for the firstime.I was reading through the document and it says the single file/database *.nsf file restore is not supported unless it is a nfs filesystem.&lt;/P&gt;&lt;P&gt;is this true , since i use iscsi, is there any workaround for this , i mean like to mount the snapshot on another server.&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:19:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/77996#M2081</guid>
      <dc:creator>RAKESHMOLE2</dc:creator>
      <dc:date>2025-06-05T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: snapcreator plugin with domino</title>
      <link>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/78001#M2082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single File Restore is only available through the GUI at this time with NFS environments.&lt;/P&gt;&lt;P&gt;This is becuase Snap Creator by itself cannot make the block to file conversion.&lt;/P&gt;&lt;P&gt;If you attempt to perform a single file restore all you can see is the underlying LUN - you cannot see the individual files.&lt;/P&gt;&lt;P&gt;Since all we can see if the LUN, that is all Snap Creator can restore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using Snap Creator 3.6 you CAN restore single files in a SAN (FC or iSCSI) environment - you just have to do it through the CLI instead of the GUI.&lt;/P&gt;&lt;P&gt;I've added some details below including the necessary command structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a video on this that walks though the process:&amp;nbsp; &lt;A _jive_internal="true" href="https://community.netapp.com/videos/2771" title="https://communities.netapp.com/videos/2771" target="_blank"&gt;https://communities.netapp.com/videos/2771&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have additional questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;&lt;SPAN class="mw-headline"&gt;Single Database Restore OUTSIDE of Snap Creator&lt;/SPAN&gt;&lt;/H4&gt;&lt;P&gt;A new feature in SC 3.6 is the ability to restore a file from outside of Snap Creator then use SC to apply change info and logging. Essentially this will require that Snap Creator be called after a file is restored through Snap Drive using a new action called --action custom. This would typically be used in a FC/iSCSI environment for single database restore.&lt;/P&gt;&lt;P&gt;Here is an example of how this would be used:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Mount a snapshot as a drive letter using SDW. (I copied the snapshot name to a text file to be sure that I had the right one before mounting)&lt;/LI&gt;&lt;LI&gt;Copy a database from the temporary mount point to a location inside the Domino data directory (F:\Domino\data\restore\mail\&amp;lt;dbname&amp;gt;)&lt;/LI&gt;&lt;LI&gt;Run the SC command:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt; snapcreator.exe --action custom --profile domino --config fuji15 --params snapname=fuji15-daily_20120419130836 datapath=F:\Domino\data\restore\mail\dadams.nsf restoretype=u2m disablereplication=Y &lt;/P&gt;&lt;P&gt;Here are the settings that you can use for this feature:&lt;/P&gt;&lt;P&gt;snapname=&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This is the name of the snapshot that you will be recovering data from. This snapshot must exist in the changeinfo folder as well for the changeinfo to be applied.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;datapath=&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This is the path to the restored Domino database, including the database name&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; restoretype=&amp;lt;u2m|su2m&amp;gt; &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;leave this parameter out to perform a point-in-time restore&lt;/LI&gt;&lt;LI&gt;u2m = up-to-the-minute&lt;/LI&gt;&lt;LI&gt;su2m = selectable up-to-the-minute. If this is used you will also need to use the restoretime= parameter&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; restoretime= &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;provide this in '&amp;lt;date&amp;gt; &amp;lt;time&amp;gt;' format. An example is: '09/15/2011 17:13:00'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;disablereplication=&amp;lt;Y|N&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This parameter is used to disable Domino replication. This value defaults to 'N' if not included.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 20:29:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/78001#M2082</guid>
      <dc:creator>spinks</dc:creator>
      <dc:date>2012-09-14T20:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: snapcreator plugin with domino</title>
      <link>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/78010#M2083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this for a couple of times. When I am not using the restoretype, then the point-in-time is the snapshot-time - works fine. When I use u2m, the rollback of the logs is don up to now - workls also fine. But when I am using su2m with the restoretime parameter, it will be ignored. Allways a u2m is done, it does not matter which format I am using for the restoretime, seems to be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snapcreator 3.6.0&lt;/P&gt;&lt;P&gt;SnapDrive 6.5&lt;BR /&gt;Domino 8.5.3FP3 64bit on Windows 2008R2 64bit&lt;/P&gt;&lt;P&gt;Running on a VM (ESX) with NFS Datastores&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my log:&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] INFO: Logfile timestamp: 20130409102000&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: GMT - Tue Apr&amp;nbsp; 9 08:20:00 2013&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Version: NetApp Snap Creator Framework 3.6.0&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Profile: Domino&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Config Type: STANDARD&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Action: custom&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Application Plugin: domino&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: File System Plugin: null&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Policy: null&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Snapshot Name: null&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] INFO: Plugin validation for domino completed successfully&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] INFO: Removing log TLATSMSVLD01.out.20130404144244.log&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] INFO: Removing log TLATSMSVLD01.debug.20130404144244.log&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] INFO: Removing log TLATSMSVLD01.stderr.20130404144244.log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;########## Parsing Environment Parameters ##########&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing VOLUMES - controller: atsm-mc-v01 volume: vm_sas_v01_dominodaos&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing VOLUMES - controller: atsm-mc-v01 volume: vm_sas_v01_dominodata&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing VOLUMES - controller: atsm-mc-v21 volume: vm_sas_v21_dominotranslog&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing NTAP_USERS - controller: atwo-bup-v01 user: root&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing NTAP_USERS - controller: atsm-mc-v01 user: root&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing NTAP_USERS - controller: atsm-mc-v21 user: root&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing NTAP_SNAPSHOT_RETENTIONS - policy: daily retention: 14&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing NTAP_SNAPVAULT_RETENTIONS - sv policy: daily retention: 21&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing SNAPVAULT_VOLUMES - controller: atsm-mc-v01 sv volume: vm_sas_v01_dominodaos&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing SNAPVAULT_VOLUMES - controller: atsm-mc-v01 sv volume: vm_sas_v01_dominodata&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] DEBUG: Parsing SNAPVAULT_VOLUMES - controller: atsm-mc-v21 sv volume: vm_sas_v21_dominotranslog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;########## Custom plug-in action ##########&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] [tlatsmsvld01.itc.global.mahle:9090(3.6.0.1)] DEBUG: Restoring to current time.&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:00 2013] [tlatsmsvld01.itc.global.mahle:9090(3.6.0.1)] DEBUG: Calling dominocore::postRestoreToTime with arguments(C:\Program Files\IBM\Lotus\Domino\notes.ini,D:\IBM\Lotus\Domino\data\restore,N:\ChangeInfo\TLATSMSVLD01-daily_20130408082121,-1,D:\IBM\Lotus\Domino\data\restore\test\Test.nsf,UP-TO-THE-MINUTE,N:\ChangeInfo\logs\)&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:02 2013] [tlatsmsvld01.itc.global.mahle:9090(3.6.0.1)] TRACE: Notes API initialized&lt;/P&gt;&lt;P&gt;Applying Change info for:D:\IBM\Lotus\Domino\data\restore\test\Test.nsf&lt;/P&gt;&lt;P&gt;NSFRecoverDatabases returned successfully.&lt;/P&gt;&lt;P&gt;ERROR_CODE:0&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:02 2013] [tlatsmsvld01.itc.global.mahle:9090(3.6.0.1)] INFO: Restoring databases finished successfully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;########## Custom plug-in action completed successfully ##########&lt;/P&gt;&lt;P&gt;[Tue Apr&amp;nbsp; 9 10:20:02 2013] DEBUG: Exiting with error code - 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 10:00:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/78010#M2083</guid>
      <dc:creator>CHRISTIANMINIBEK</dc:creator>
      <dc:date>2013-04-09T10:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: snapcreator plugin with domino</title>
      <link>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/78014#M2084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a known bug in Snap Creator 3.6.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you noted point-in-time and up-to-the-minute actions work fine.&lt;/P&gt;&lt;P&gt;Selectable up-to-the-minute always performs an up to the minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was discovered a few months ago and is fixed in Snap Creator 4.0.&lt;/P&gt;&lt;P&gt;Currently there are no plans to fix this in Snap Creator 3.6 as the release of 4.0 is imminent. (Currently expected by the end of April).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 12:12:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/snapcreator-plugin-with-domino/m-p/78014#M2084</guid>
      <dc:creator>spinks</dc:creator>
      <dc:date>2013-04-09T12:12:39Z</dc:date>
    </item>
  </channel>
</rss>

