<?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: Workflow backup sequence with Oracle on VMs and physical servers? in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Workflow-backup-sequence-with-Oracle-on-VMs-and-physical-servers/m-p/24895#M3311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;After completing additional testing with the integration with vSphere; creating the configurations to quiesce, create NetApp SnapShot, and replicate using the ‘VMware vSphere’ plugin works great for all applications that are part of the vSphere infrastructure.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Since I have additional Oracle DB’s that are not part of the vSphere configuration (on external host), is it possible to add the operations to quiesce and un-quiesce this configuration within a single profile/config&amp;nbsp; (I was hoping I could use the configuration created with the ‘VMware vSphere’ plugin adding the profile/config of the external Oracle DB in the sequence somewhere within the main config file)? I have specific startup/shutdown sequences that are application dependent that I would like to coordinate between the vSphere DBs and the external Oracle DBs&amp;nbsp; (that way I can take advantage of the PRE-EXIT commands, etc... in the event of failures)/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I tried adding the profile/config (i.e. &lt;STRONG style="color: red;"&gt;APP_QUIESCE_CMD04&lt;/STRONG&gt;) of the external Oracle DB to the MAIN configuration that was created as part of the ‘VMware vSphere’ plugin and, of course, as show above, did not work. I have tried adding the external Oracle DB profile/config in other PRE/POST areas, and of course, did not work (as most are intended to perform operations on the Oracle servers themselves, not initiate additional Snap Creator operations on the Snap Creator server).&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Example of what I am trying to accomplish in single config file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Courier New';"&gt;APP_QUIESCE_CMD01="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB1_s2c_oak --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Courier New';"&gt;APP_QUIESCE_CMD02="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB2_vibe_OAK --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Courier New';"&gt;APP_QUIESCE_CMD03="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB3_vibe_ASPEN --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: red; font-size: 8.0pt; font-family: 'Courier New';"&gt;APP_QUIESCE_CMD04&lt;/STRONG&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Courier New';"&gt;="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile &lt;STRONG style="color: red;"&gt;SAP_DB1&lt;/STRONG&gt; --config SID_SCR_camel --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Fundamentally, if there is an option to create a single config file to perform and coordinate all these operations I would appreciate the feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 17:11:49 GMT</pubDate>
    <dc:creator>jntballard</dc:creator>
    <dc:date>2011-12-05T17:11:49Z</dc:date>
    <item>
      <title>Workflow backup sequence with Oracle on VMs and physical servers?</title>
      <link>https://community.netapp.com/t5/Data-Protection/Workflow-backup-sequence-with-Oracle-on-VMs-and-physical-servers/m-p/24890#M3310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently trying to coordinate the snapshot and SnapMirror replication sequence between Oracle on VMs, application on VM, and Oracle on external physical servers that are all part of an application that needs to be quiesced as close to possible at the same time to ensure a valid recovery point.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to get everything to work as planned with the exception of triggering the SnapMirror update for the external DBs.&amp;nbsp; I can quiesce Oracle on the VMs, take a SnapShot of the VMs, quiesce Oracle on the external servers, but have not been able to figure out where I can place a config just to simply initiate the SnapMirror update for the Oracle DB that is on the physical servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the current sequence in the main config file (configs being called from a main config file):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;APP_QUIESCE_CMD01="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB1_s2c_oak --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;APP_QUIESCE_CMD02="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB2_vibe_OAK --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;APP_QUIESCE_CMD03="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB3_vibe_ASPEN --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;APP_QUIESCE_CMD04="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB4_scr_camel --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;APP_UNQUIESCE_CMD01="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB4_scr_camel --action unquiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;APP_UNQUIESCE_CMD02="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB3_vibe_ASPEN --action unquiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;APP_UNQUIESCE_CMD03="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB2_vibe_OAK --action unquiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;APP_UNQUIESCE_CMD04="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB1_s2c_oak --action unquiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;PRE_EXIT_CMD01="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB4_scr_camel --action unquiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;PRE_EXIT_CMD02="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB3_vibe_ASPEN --action unquiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;PRE_EXIT_CMD03="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB2_vibe_OAK --action unquiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;PRE_EXIT_CMD04="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB1_s2c_oak --action unquiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #0000ff;"&gt;NTAP_SNAPSHOT_CREATE_CMD01="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_scr_camel_SM --action snap --policy hourly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a config that will trigger the SnapMirror update for the volumes that are related to the Oracle instance (running on the system identified as 'camel' above).&amp;nbsp; Since I already have a config that will quiesce the DB I placed this in the section on the GUI for 'SnapShot Create Command' - it will always error.&amp;nbsp; I tried placing it in other areas, same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following errors:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;########## SNAPSHOT CREATE COMMANDS ##########&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;[Thu Dec&amp;nbsp; 1 19:28:04 2011] INFO: Running snapshot create command NTAP_SNAPSHOT_CREATE_CMD01 ["C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_scr_camel_SM --action snap --policy hourly]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;[Thu Dec&amp;nbsp; 1 19:28:04 2011] DEBUG: Executing command ["C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_scr_camel_SM --action snap --policy hourly]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;[Thu Dec&amp;nbsp; 1 19:28:05 2011] DEBUG: Loaded Config File C:/Program Files/Netapp/NetApp_Snap_Creator_Framework/scServer3.4p2/configs/SCRATCH_ALL/SCRATCH_scr_SM.conf Successfully&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;[Thu Dec&amp;nbsp; 1 19:28:48 2011] DEBUG: Command ["C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_scr_camel_SM --action snap --policy hourly] finished with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;exit code: [256]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;stdout: []&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;stderr: []&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;[Thu Dec&amp;nbsp; 1 19:28:04 2011] DEBUG: Executing command ["C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_scr_SM --action snap --policy hourly]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;[Thu Dec&amp;nbsp; 1 19:28:48 2011] DEBUG: Command ["C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_scr_SM --action snap --policy hourly] finished with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;exit code: [256]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;stdout: []&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;stderr: []&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;[Thu Dec&amp;nbsp; 1 19:28:48 2011] ERROR: Command ["C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_scr_SM --action snap --policy hourly] failed with return code [256] and message []&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt; color: #ff0000;"&gt;[Thu Dec&amp;nbsp; 1 19:28:48 2011] ERROR: [scf-00103] Running snapshot create command ["C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_scr_camel_SM --action snap --policy hourly] failed with exit code [256] and message []&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I need to ensure I can create the SnapShot and trigger the SM update while all the applications are quiesced.&amp;nbsp; I am assuming I am just specifying the config to trigger the SnapMirror update in the incorrect area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&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;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:40:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Workflow-backup-sequence-with-Oracle-on-VMs-and-physical-servers/m-p/24890#M3310</guid>
      <dc:creator>jntballard</dc:creator>
      <dc:date>2025-06-05T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow backup sequence with Oracle on VMs and physical servers?</title>
      <link>https://community.netapp.com/t5/Data-Protection/Workflow-backup-sequence-with-Oracle-on-VMs-and-physical-servers/m-p/24895#M3311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;After completing additional testing with the integration with vSphere; creating the configurations to quiesce, create NetApp SnapShot, and replicate using the ‘VMware vSphere’ plugin works great for all applications that are part of the vSphere infrastructure.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Since I have additional Oracle DB’s that are not part of the vSphere configuration (on external host), is it possible to add the operations to quiesce and un-quiesce this configuration within a single profile/config&amp;nbsp; (I was hoping I could use the configuration created with the ‘VMware vSphere’ plugin adding the profile/config of the external Oracle DB in the sequence somewhere within the main config file)? I have specific startup/shutdown sequences that are application dependent that I would like to coordinate between the vSphere DBs and the external Oracle DBs&amp;nbsp; (that way I can take advantage of the PRE-EXIT commands, etc... in the event of failures)/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I tried adding the profile/config (i.e. &lt;STRONG style="color: red;"&gt;APP_QUIESCE_CMD04&lt;/STRONG&gt;) of the external Oracle DB to the MAIN configuration that was created as part of the ‘VMware vSphere’ plugin and, of course, as show above, did not work. I have tried adding the external Oracle DB profile/config in other PRE/POST areas, and of course, did not work (as most are intended to perform operations on the Oracle servers themselves, not initiate additional Snap Creator operations on the Snap Creator server).&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Example of what I am trying to accomplish in single config file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Courier New';"&gt;APP_QUIESCE_CMD01="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB1_s2c_oak --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Courier New';"&gt;APP_QUIESCE_CMD02="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB2_vibe_OAK --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Courier New';"&gt;APP_QUIESCE_CMD03="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_ALL --config SCRATCH_DB3_vibe_ASPEN --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: red; font-size: 8.0pt; font-family: 'Courier New';"&gt;APP_QUIESCE_CMD04&lt;/STRONG&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Courier New';"&gt;="C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile &lt;STRONG style="color: red;"&gt;SAP_DB1&lt;/STRONG&gt; --config SID_SCR_camel --action quiesce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Fundamentally, if there is an option to create a single config file to perform and coordinate all these operations I would appreciate the feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 17:11:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Workflow-backup-sequence-with-Oracle-on-VMs-and-physical-servers/m-p/24895#M3311</guid>
      <dc:creator>jntballard</dc:creator>
      <dc:date>2011-12-05T17:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow backup sequence with Oracle on VMs and physical servers?</title>
      <link>https://community.netapp.com/t5/Data-Protection/Workflow-backup-sequence-with-Oracle-on-VMs-and-physical-servers/m-p/24899#M3312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case anybody was curious, the easiest way I was able to figure out how to coordinate the shutdown of Oracle databases on VMware and physical machines and replicate a consistent environment to a DR system was to create a windows bat file that would coordinate the operations between the systems.&amp;nbsp; Basically with the following sequence:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp; For VM1 - quiesce Oracle DB&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp; For VM1 - use VIBE plugin to quiesce VM&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp; For VM2 - quiesce Oracle DB&lt;/P&gt;&lt;P&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp; For VM2 - use VIBE plugin to quiesce VM&lt;/P&gt;&lt;P&gt;5.&amp;nbsp;&amp;nbsp;&amp;nbsp; For physical server1 - quiesce Oracle DB&lt;/P&gt;&lt;P&gt;6.&amp;nbsp;&amp;nbsp;&amp;nbsp; For physical server2 - quiesce Oracle DB&lt;/P&gt;&lt;P&gt;7 .&amp;nbsp;&amp;nbsp; On NetApp - create snapshots on DB volumes and ESX Datastore and replicate to DR&lt;/P&gt;&lt;P&gt;8.&amp;nbsp;&amp;nbsp;&amp;nbsp; For physical server2 - unquiesce Oracle DB&lt;/P&gt;&lt;P&gt;9.&amp;nbsp;&amp;nbsp;&amp;nbsp; For physical server1 - unquiesce Oracle DB&lt;/P&gt;&lt;P&gt;10.&amp;nbsp; Unquiesce VM2 (VIBE)&lt;/P&gt;&lt;P&gt;11.&amp;nbsp; Unquiesce VM1 (VIBE)&lt;/P&gt;&lt;P&gt;12.&amp;nbsp; Unquiesce VM2 DB&lt;/P&gt;&lt;P&gt;13.&amp;nbsp; Unquiesce VM1 DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All applications that needed to be replicated at the same time (in conjunction with the physical systems) within VMware are on a dedicated datastore.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of what the bat file (called via Windows Task Scheduler):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;@echo off&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## Variables&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set startDate=%date%&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set startTime=%time%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set sdy=%startDate:~10%&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set /a sdm=1%startDate:~4,2% - 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set /a sdd=1%startDate:~7,2% - 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set /a sth=%startTime:~0,2%&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set /a stm=1%startTime:~3,2% - 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set /a sts=1%startTime:~6,2% - 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;set _LOG=C:\NetApp\LOGS\SCRATCH_SAP_HOT_BKUP_%sdy%.%sdm%.%sdd%_%sth%.%stm%.%sts%.txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## VMWARE_QUIESCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 1.&amp;nbsp; Quiesce OAK DB S2C&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 2.&amp;nbsp; Quiesce ASPEN VM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 3.&amp;nbsp; Quiesce OAK VM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_VMWARE --config SCRATCH_DB_OAK_DATA --action quiesce --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_VMWARE --config SCRATCH_VM_ASPEN --action quiesce --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_VMWARE --config SCRATCH_VM_OAK --action quiesce --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;TIMEOUT 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## EXTERNAL ORACLE QUIESCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 1.&amp;nbsp; Quiesce Camel DB SCR &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCR_DB --config SCR_DATA_REV --action quiesce --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;TIMEOUT 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: # SnapMirror the DB and ESX VOLUME&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_VMWARE --config SCRATCH_REPL_ALL --action snap --policy hourly --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;TIMEOUT 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: # UN-QUIESCE External Oracle DB&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 1.&amp;nbsp; UN-Quiesce Camel DB SCR &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCR_DB --config SCR_DATA_REV --action unquiesce --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;TIMEOUT 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## VMWARE_UN-QUIESCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 1.&amp;nbsp; UN-Quiesce ASPEN VM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 2.&amp;nbsp; UN-Quiesce OAK VM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 3.&amp;nbsp; UN-Quiesce OAK DB S2C&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_VMWARE --config SCRATCH_VM_ASPEN --action unquiesce --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_VMWARE --config SCRATCH_VM_OAK --action unquiesce --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_VMWARE --config SCRATCH_DB_OAK_DATA --action unquiesce --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;TIMEOUT 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## Archive Log Switch for DBs S2C and SCR&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ## 1. Perform log switch and replicate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:: ####################################&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCRATCH_VMWARE --config SCRATCH_DB_OAK_ARCH --action snap --policy hourly --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;"C:\Program Files\Netapp\NetApp_Snap_Creator_Framework\scServer3.4p2\snapcreator" --profile SCR_DB --config SCR_ARCH_REV --action snap --policy hourly --verbose &amp;gt;&amp;gt; %_LOG% 2&amp;gt;&amp;amp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;TIMEOUT 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New';"&gt;:END&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 00:36:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Workflow-backup-sequence-with-Oracle-on-VMs-and-physical-servers/m-p/24899#M3312</guid>
      <dc:creator>jntballard</dc:creator>
      <dc:date>2011-12-16T00:36:13Z</dc:date>
    </item>
  </channel>
</rss>

