<?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 Snap Creator 3.5.0c: NTAP_CONSISTENCY_GROUP_SNAPSHOT and ORACLE Backup with META_DATA_VOLUME in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79623#M3261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm trying to better understand how to backup database consistently and in a good way and I'm testing version 3.5.0 META_DATA_VOLUME.&lt;/P&gt;&lt;P&gt;My backup are configured so that I backup oracle database online and they have a data volume, an online log volume and a archive log volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the configuration interested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SNAME=online&lt;/P&gt;&lt;P&gt;VOLUMES=itromfs20:tst_oradata,tst_oralog,tst_oraarch&lt;/P&gt;&lt;P&gt;#VOLUMES=itromfs20:tst_oradata,tst_oralog&lt;/P&gt;&lt;P&gt;NTAP_DFM_DATA_SET=itromfs20:SC_ORA_ONLINE/tst_oradata,tst_oralog;itromfs20:SC_ORA_ONLINE_ARCH/tst_oraarch&lt;/P&gt;&lt;P&gt;VALIDATE_VOLUMES=DATA&lt;/P&gt;&lt;P&gt;META_DATA_VOLUME=itromfs20:tst_oraarch&lt;/P&gt;&lt;P&gt;SC_AGENT=10.90.199.1:9090&lt;/P&gt;&lt;P&gt;NTAP_CONSISTENCY_GROUP_SNAPSHOT=Y&lt;/P&gt;&lt;P&gt; APP_NAME=oracle&lt;/P&gt;&lt;P&gt;APP_IGNORE_ERROR=N&lt;/P&gt;&lt;P&gt;ORACLE_DATABASES=tstsid:oracle&lt;/P&gt;&lt;P&gt;ORACLE_HOME=/oracle/product/11.2.0/db&lt;/P&gt;&lt;P&gt;CNTL_FILE_BACKUP_DIR=/oraarch/back&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_ONLY=N&lt;/P&gt;&lt;P&gt;ORACLE_EXPORT_PARAMETERS=Y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_ENABLE=Y&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_RETENTION=1&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_DIR=/oraarch/tstsid/&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_EXT=dbf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing a snapcreator -action snap with this configuration options i get this starting error:&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:45 2011] ERROR: [scf-00148] Consistency Group snapshot is not supported with the META_DATA_VOLUME option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the backup go on, it will go on with backing up with Consistency:&lt;/P&gt;&lt;P&gt;########## Starting Consistency Group Snapshot for itromfs20 ##########&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:48 2011] INFO: Starting NetApp Consistency Group Snapshot online-hourly_20111117205345 for volumes tst_oradata,tst_oralog,tst_oraarch on itromfs20&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:50 2011] INFO: NetApp Consistency Group wafl sync for itromfs20 volumes tst_oradata,tst_oralog,tst_oraarch succeeded!&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:50 2011] INFO: NetApp Consistency Group Start for itromfs20 volumes tst_oradata,tst_oralog,tst_oraarch succeeded!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;########## Committing Consistency Group Snapshot for all filers ##########&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:51 2011] INFO: Commiting NetApp Consistency Group Snapshot for itromfs20 succeeded!&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:51 2011] INFO: Creation of NetApp Consistency Group Snapshot online-hourly_20111117205345 on itromfs20 Completed Successfully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when snapcreator try to create a backup of the archivelogs the snapshot of that volume is already done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;########## Creating meta data snapshot for itromfs20:tst_oraarch ##########&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:52 2011] INFO: Creating NetApp Snapshot for tst_oraarch on itromfs20&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:52 2011] ZAPI: The specified snapshot already exists&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:52 2011] ERROR: [scf-00013] NetApp Snapshot Create of online-hourly_20111117205345 on itromfs20:tst_oraarch failed! Exiting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to remove the metadata volume from the VOLUMES:&lt;/P&gt;&lt;P&gt;VOLUMES=itromfs20:tst_oradata,tst_oralog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in this case the backup will stop with the error:&lt;/P&gt;&lt;P&gt;########## Parsing Environment Parameters ##########&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:57:47 2011] ERROR: [scf-00148] Consistency Group snapshot is not supported with the META_DATA_VOLUME option&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:57:47 2011] ERROR: [scf-00146] The META_DATA_VOLUME parameter is defined but filer:volume specified does not match what is configured in VOLUMES parameter, please check configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this normal? Probably if it will just do the backup of VOLUMES in a consistent snapshot and then backup META_DATA_VOLUME as a separate volumes at the end it will work correctly.&lt;/P&gt;&lt;P&gt;Any of those 2 things will be probably good:&lt;/P&gt;&lt;P&gt;1) consider META_DATA_VOLUME as an extention of VOLUMES (so it's not needed to define it 2 times&lt;/P&gt;&lt;P&gt;2) remove the META_DATA_VOLUME list from the volume to "Snapshot with Consistency"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the correct behaviour and i should NOT use CONSISTENCY with Oracle Backup for some reasons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:41:23 GMT</pubDate>
    <dc:creator>f_duranti</dc:creator>
    <dc:date>2025-06-05T06:41:23Z</dc:date>
    <item>
      <title>Snap Creator 3.5.0c: NTAP_CONSISTENCY_GROUP_SNAPSHOT and ORACLE Backup with META_DATA_VOLUME</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79623#M3261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm trying to better understand how to backup database consistently and in a good way and I'm testing version 3.5.0 META_DATA_VOLUME.&lt;/P&gt;&lt;P&gt;My backup are configured so that I backup oracle database online and they have a data volume, an online log volume and a archive log volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the configuration interested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SNAME=online&lt;/P&gt;&lt;P&gt;VOLUMES=itromfs20:tst_oradata,tst_oralog,tst_oraarch&lt;/P&gt;&lt;P&gt;#VOLUMES=itromfs20:tst_oradata,tst_oralog&lt;/P&gt;&lt;P&gt;NTAP_DFM_DATA_SET=itromfs20:SC_ORA_ONLINE/tst_oradata,tst_oralog;itromfs20:SC_ORA_ONLINE_ARCH/tst_oraarch&lt;/P&gt;&lt;P&gt;VALIDATE_VOLUMES=DATA&lt;/P&gt;&lt;P&gt;META_DATA_VOLUME=itromfs20:tst_oraarch&lt;/P&gt;&lt;P&gt;SC_AGENT=10.90.199.1:9090&lt;/P&gt;&lt;P&gt;NTAP_CONSISTENCY_GROUP_SNAPSHOT=Y&lt;/P&gt;&lt;P&gt; APP_NAME=oracle&lt;/P&gt;&lt;P&gt;APP_IGNORE_ERROR=N&lt;/P&gt;&lt;P&gt;ORACLE_DATABASES=tstsid:oracle&lt;/P&gt;&lt;P&gt;ORACLE_HOME=/oracle/product/11.2.0/db&lt;/P&gt;&lt;P&gt;CNTL_FILE_BACKUP_DIR=/oraarch/back&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_ONLY=N&lt;/P&gt;&lt;P&gt;ORACLE_EXPORT_PARAMETERS=Y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_ENABLE=Y&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_RETENTION=1&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_DIR=/oraarch/tstsid/&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_EXT=dbf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing a snapcreator -action snap with this configuration options i get this starting error:&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:45 2011] ERROR: [scf-00148] Consistency Group snapshot is not supported with the META_DATA_VOLUME option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the backup go on, it will go on with backing up with Consistency:&lt;/P&gt;&lt;P&gt;########## Starting Consistency Group Snapshot for itromfs20 ##########&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:48 2011] INFO: Starting NetApp Consistency Group Snapshot online-hourly_20111117205345 for volumes tst_oradata,tst_oralog,tst_oraarch on itromfs20&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:50 2011] INFO: NetApp Consistency Group wafl sync for itromfs20 volumes tst_oradata,tst_oralog,tst_oraarch succeeded!&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:50 2011] INFO: NetApp Consistency Group Start for itromfs20 volumes tst_oradata,tst_oralog,tst_oraarch succeeded!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;########## Committing Consistency Group Snapshot for all filers ##########&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:51 2011] INFO: Commiting NetApp Consistency Group Snapshot for itromfs20 succeeded!&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:51 2011] INFO: Creation of NetApp Consistency Group Snapshot online-hourly_20111117205345 on itromfs20 Completed Successfully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when snapcreator try to create a backup of the archivelogs the snapshot of that volume is already done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;########## Creating meta data snapshot for itromfs20:tst_oraarch ##########&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:52 2011] INFO: Creating NetApp Snapshot for tst_oraarch on itromfs20&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:52 2011] ZAPI: The specified snapshot already exists&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:52 2011] ERROR: [scf-00013] NetApp Snapshot Create of online-hourly_20111117205345 on itromfs20:tst_oraarch failed! Exiting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to remove the metadata volume from the VOLUMES:&lt;/P&gt;&lt;P&gt;VOLUMES=itromfs20:tst_oradata,tst_oralog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in this case the backup will stop with the error:&lt;/P&gt;&lt;P&gt;########## Parsing Environment Parameters ##########&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:57:47 2011] ERROR: [scf-00148] Consistency Group snapshot is not supported with the META_DATA_VOLUME option&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:57:47 2011] ERROR: [scf-00146] The META_DATA_VOLUME parameter is defined but filer:volume specified does not match what is configured in VOLUMES parameter, please check configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this normal? Probably if it will just do the backup of VOLUMES in a consistent snapshot and then backup META_DATA_VOLUME as a separate volumes at the end it will work correctly.&lt;/P&gt;&lt;P&gt;Any of those 2 things will be probably good:&lt;/P&gt;&lt;P&gt;1) consider META_DATA_VOLUME as an extention of VOLUMES (so it's not needed to define it 2 times&lt;/P&gt;&lt;P&gt;2) remove the META_DATA_VOLUME list from the volume to "Snapshot with Consistency"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the correct behaviour and i should NOT use CONSISTENCY with Oracle Backup for some reasons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:41:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79623#M3261</guid>
      <dc:creator>f_duranti</dc:creator>
      <dc:date>2025-06-05T06:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator 3.5.0c: NTAP_CONSISTENCY_GROUP_SNAPSHOT and ORACLE Backup with META_DATA_VOLUME</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79627#M3262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestion on tris one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 12:07:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79627#M3262</guid>
      <dc:creator>f_duranti</dc:creator>
      <dc:date>2011-11-25T12:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator 3.5.0c: NTAP_CONSISTENCY_GROUP_SNAPSHOT and ORACLE Backup with META_DATA_VOLUME</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79631#M3263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see your point, I'm also not sure if the current implementation makes perfect sense. Currently it's implemented the following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The meta data volume needs to be defined via META_DATA_VOLUME &lt;STRONG&gt;and &lt;/STRONG&gt;also in the regular VOLUMES parameter.&lt;/LI&gt;&lt;LI&gt;Snapshots are performed on the VOLUMES (without the META_DATA_VOLUME) and after the unquiesce of the database, then the META_DATA_VOLUME get its snapshot.&lt;/LI&gt;&lt;LI&gt;It seems that with consistency groups, it automatically snapshots all VOLUMES and then SC is unable to snapshot the META_DATA_VOLUME, as the snapshot name already exists.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This implies that the meta data needs always to reside on a separate volume. I'll see what we can come up with!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 08:51:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79631#M3263</guid>
      <dc:creator>Clemens_Siebler</dc:creator>
      <dc:date>2011-11-29T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Snap Creator 3.5.0c: NTAP_CONSISTENCY_GROUP_SNAPSHOT and ORACLE Backup with META_DATA_VOLUME</title>
      <link>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79636#M3264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should see this error message somewhere in the log (at beginning)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Thu Nov 17 20:53:45 2011] ERROR: [scf-00148] Consistency Group snapshot is not supported with the META_DATA_VOLUME option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snap Creator does not support CG snapshots using the META_DATA_VOLUME option at this time. This is something we are working on but due to complexity was not something we could solve easily. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason you would need CG snapshot for oracle is if you are using ASM and if you cant use SnapDrive. If this is case you would need to build two config files one for logs and one for data and for logs use ARCHIVE_LOG_ONLY option. Otherwise simply dont use CG you dont need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 18:10:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Snap-Creator-3-5-0c-NTAP-CONSISTENCY-GROUP-SNAPSHOT-and-ORACLE-Backup-with-META/m-p/79636#M3264</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2011-11-29T18:10:19Z</dc:date>
    </item>
  </channel>
</rss>

