<?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: wrong NTAP_METADATA_SNAPSHOT_CREATE_CMDx behaviour in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/99720#M39</link>
    <description>&lt;P&gt;Thanks John, pretty obvious burt description indeed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will update and let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Don't know how I missed that patch by the way)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2015 16:00:53 GMT</pubDate>
    <dc:creator>pierrek</dc:creator>
    <dc:date>2015-01-23T16:00:53Z</dc:date>
    <item>
      <title>wrong NTAP_METADATA_SNAPSHOT_CREATE_CMDx behaviour</title>
      <link>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/99586#M37</link>
      <description>&lt;P&gt;Dear SnapCreator users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently testing the use of the&amp;nbsp;NTAP_METADATA_SNAPSHOT_CREATE_CMDx parameter to backup an Oracle database on RHEL 6.6 with SC 4.1.1&lt;/P&gt;&lt;P&gt;The database is stored on 2 separate LVM disk groups:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;datavg contains 1 lun stored in a dedicated Ontap volume and stores all datafiles, control files, and online redo logs&lt;/P&gt;&lt;P&gt;archvg contains 1 lun stored in a dedicated Ontap volume and stores archived log files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here are the lines in my config file for those 2 volumes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VOLUMES=svm-iscsi-oracle1:v_iscsi_data1,v_iscsi_archlog1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;META_DATA_VOLUME=svm-iscsi-oracle1:v_iscsi_archlog1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because LVM is in use, I configure my snapcreator job to call snapdrive on the Oracle server using the SC agent:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NTAP_SNAPSHOT_CREATE_CMD01="/usr/sbin/snapdrive" snap create -dg datavg -snapname %SNAME-%SNAP_TYPE_%SNAP_TIME &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NTAP_METADATA_SNAPSHOT_CREATE_CMD01="/usr/sbin/snapdrive" snap create -dg archvg -snapname %SNAME-%SNAP_TYPE_%SNAP_TIME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My job fails because SC server calls first&amp;nbsp;NTAP_METADATA_SNAPSHOT_CREATE_CMD01 to create the snapshot using snapdrive, then&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;attempts to create a second snapshot with the same name on my&amp;nbsp;META_DATA_VOLUME, directly (not via the agent).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The log is clear about this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;########## Application Unquiesce finished successfully ########## &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;##########&lt;/SPAN&gt;File system plug-in not defined. Skipping file system quiesce ##########&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; call to the agent to execute the snapdrive:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;##########&lt;SPAN&gt;Metadata Snapshot Create Commands Started&lt;/SPAN&gt;##########&lt;/P&gt;&lt;P&gt;[2015-01-21 18:38:20,638] INFO: [rhel1:9090 (4.1.1.1)] Executing Snapshot copy create command ["/usr/sbin/snapdrive" snap create -dg archvg -snapname snapcreator_made-hourly_20150121183738] on rhel1&lt;/P&gt;&lt;P&gt;[2015-01-21 18:38:20,638] TRACE: Command ["/usr/sbin/snapdrive" snap create -dg archvg -snapname snapcreator_made-hourly_20150121183738] finished with exit code: [0] stdout: [snap create -dg archvg -snapname snapcreator_made-hourly_20150121183738] stderr: []&lt;/P&gt;&lt;P&gt;[2015-01-21 18:38:20,638] DEBUG: [rhel1:9090 (4.1.1.1)] Command ["/usr/sbin/snapdrive" snap create -dg archvg -snapname snapcreator_made-hourly_20150121183738] finished successfully with message [snap create -dg archvg -snapname snapcreator_made-hourly_20150121183738]&lt;/P&gt;&lt;P&gt;[2015-01-21 18:38:20,638] INFO: Snapshot copy create completed successfully&lt;/P&gt;&lt;P&gt;########## Metadata Snapshot copy create commands finished successfully ##########&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; then local execution of a snapshot with the same name directly by SC server:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;########## Skipping other Snapshot tasks as Metadata Snapshot commands executed ##########&lt;/P&gt;&lt;P&gt;########## Creating meta data Snapshot copy for svm-iscsi-oracle1:v_iscsi_archlog1 ##########&lt;/P&gt;&lt;P&gt;[2015-01-21 18:38:20,641] INFO: Creating Snapshot copy for svm-iscsi-oracle1:v_iscsi_archlog1on svm-iscsi-oracle1&lt;/P&gt;&lt;P&gt;[2015-01-21 18:38:20,807] INFO: STORAGE-02007: Creating Snapshot copy [snapcreator_made-hourly_20150121183738] on volume [v_iscsi_archlog1]&lt;/P&gt;&lt;P&gt;[2015-01-21 18:38:20,807] DEBUG: snapcreator_made-hourly_20150121183738 v_iscsi_archlog1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; results in failure because a snapshot with same name already exists on v_iscsi_archlog1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me here?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:15:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/99586#M37</guid>
      <dc:creator>pierrek</dc:creator>
      <dc:date>2025-06-05T05:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: wrong NTAP_METADATA_SNAPSHOT_CREATE_CMDx behaviour</title>
      <link>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/99705#M38</link>
      <description>&lt;P&gt;Pierre,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm afraid that you've hit a bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goos news is that it has already been fixed in Snap Creator 4.1.1P2.&lt;/P&gt;&lt;P&gt;The link is here:&amp;nbsp; &lt;A href="http://mysupport.netapp.com/NOW/download/software/snapcreator_framework/4.1.1P2/" target="_blank"&gt;http://mysupport.netapp.com/NOW/download/software/snapcreator_framework/4.1.1P2/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should be able to just update the Snap Creator Server to this patched version, but there is a change you may need to update the agent as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 13:46:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/99705#M38</guid>
      <dc:creator>spinks</dc:creator>
      <dc:date>2015-01-23T13:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: wrong NTAP_METADATA_SNAPSHOT_CREATE_CMDx behaviour</title>
      <link>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/99720#M39</link>
      <description>&lt;P&gt;Thanks John, pretty obvious burt description indeed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will update and let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Don't know how I missed that patch by the way)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 16:00:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/99720#M39</guid>
      <dc:creator>pierrek</dc:creator>
      <dc:date>2015-01-23T16:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: wrong NTAP_METADATA_SNAPSHOT_CREATE_CMDx behaviour</title>
      <link>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/105952#M40</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is the bug fixed in the right way? I'm still using 4.1.1P2 (due to another issue I had in upgrading to 4.1.1P4), but here the METADATA command should work correctly...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, what I see now is that only the 'normal' snapshot on the metadata volume is taken on Storage level, but the command is no longer executed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VOLUMES=LOCSD9101CLI:locli4_oralog_applname_locva4019cli,locli4_oradata_applname_locva4019eam&lt;BR /&gt;META_DATA_VOLUME=LOCSD9101CLI:locli4_oralog_applname_locva4019cli&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NTAP_SNAPSHOT_CREATE_CMD01="C:\Program Files\NetApp\SnapDrive\sdcli.exe" snap create -s %SNAME-%SNAP_TYPE_%SNAP_TIME -D H -x -u no&lt;BR /&gt;NTAP_METADATA_SNAPSHOT_CREATE_CMD="C:\Program Files\NetApp\SnapDrive\sdcli.exe" snap create -s %SNAME-%SNAP_TYPE_%SNAP_TIME -D F G I -x -u no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Results in the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;########## SNAPSHOT CREATE COMMANDS ##########&lt;BR /&gt;[2015-06-08 19:02:59,890] INFO: [192.168.12.119:9090 (4.1.1.1)] Executing Snapshot create&amp;nbsp; command ["C:\Program Files\NetApp\SnapDrive\sdcli.exe" snap create -s orasnap_locva4019cli-snap8h_20150608190133 -D H -x -u no] on 192.168.12.119&lt;BR /&gt;[2015-06-08 19:02:59,890] INFO: Snapshot create&amp;nbsp; completed successfully&lt;BR /&gt;########## Snapshot copy create commands finished successfully ##########&lt;BR /&gt;[2015-06-08 19:02:59,894] INFO: Skipping snapshot creation using ZAPI.&lt;BR /&gt;########## File system plug-in not defined. Skipping file system unquiesce ##########&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;########## Application Unquiesce finished successfully ##########&lt;BR /&gt;########## File system plug-in not defined. Skipping file system quiesce ##########&lt;BR /&gt;########## Metadata Snapshot Create Commands Started&amp;nbsp; ##########&lt;BR /&gt;########## Creating meta data Snapshot copy for LOCSD9101CLI:locli4_oralog_applname_locva4019cli ##########&lt;BR /&gt;[2015-06-08 19:03:10,371] INFO: Creating Snapshot copy for LOCSD9101CLI:locli4_oralog_applname_locva4019clion LOCSD9101CLI&lt;BR /&gt;[2015-06-08 19:03:12,950] INFO: STORAGE-02007: Creating Snapshot copy [orasnap_locva4019cli-snap8h_20150608190133] on volume [locli4_oralog_applname_locva4019eam]&lt;BR /&gt;[2015-06-08 19:03:12,950] INFO: STORAGE-02008: Snapshot copy [orasnap_locva4019cli-snap8h_20150608190133] on volume [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Metadata CMD is not even being called, or am I missing something here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2015 17:13:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/105952#M40</guid>
      <dc:creator>marcel_juhnke</dc:creator>
      <dc:date>2015-06-08T17:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: wrong NTAP_METADATA_SNAPSHOT_CREATE_CMDx behaviour</title>
      <link>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/105988#M41</link>
      <description>&lt;P&gt;Marcel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently there is a bug on this. &amp;nbsp;It will be fixed in the next release (4.1.2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime, you should be able to make a simplae change to get this working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change:&lt;/P&gt;&lt;P&gt;NTAP_METADATA_SNAPSHOT_CREATE_CMD="C:\Program Files\NetApp\SnapDrive\sdcli.exe" snap create -s %SNAME-%SNAP_TYPE_%SNAP_TIME -D F G I -x -u no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To:&lt;/P&gt;&lt;P&gt;NTAP_METADATA_SNAPSHOT_CREATE_CMD&lt;FONT color="#FF0000"&gt;01&lt;/FONT&gt;="C:\Program Files\NetApp\SnapDrive\sdcli.exe" snap create -s %SNAME-%SNAP_TYPE_%SNAP_TIME -D F G I -x -u no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically you are just adding "01" to the end of &amp;nbsp;&lt;SPAN&gt;NTAP_METADATA_SNAPSHOT_CREATE_CMD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:48:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/105988#M41</guid>
      <dc:creator>spinks</dc:creator>
      <dc:date>2015-06-09T16:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: wrong NTAP_METADATA_SNAPSHOT_CREATE_CMDx behaviour</title>
      <link>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/106029#M42</link>
      <description>&lt;P&gt;Well, that works, thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems in general to me that config options are a bit inconsistent, some have 01,02...99, some don't. For example, in an older thread (during SC 3.5 times), Keith stated that you can define multiple ARCHIVE_LOG_DIR with ARCHIVE_LOG_DIR01, ARCHIVE_LOG_DIR02, etc... This however doesn't work with 4.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for some, you need a number, for some you can't have one...&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 08:02:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/wrong-NTAP-METADATA-SNAPSHOT-CREATE-CMDx-behaviour/m-p/106029#M42</guid>
      <dc:creator>marcel_juhnke</dc:creator>
      <dc:date>2015-06-10T08:02:18Z</dc:date>
    </item>
  </channel>
</rss>

