...
- Verify that the current system time is within the maintenance window timeframe defined for the plan.
- Verify that both source and target devices' firmware levels are above 7.1.0.0
- If a deployment policy was specified in the sync activity definition - ensure it exists
- If a deployment policy variables object was specified in the sync activity definition - ensure it exists
- Check that the source and target device type match (IDG > XB-62 > XI-52 > XG-45) - you can turn this check off in the sync activity definition
- Check that the source device major firmware level is lower or equal to the target device major firmware level - you can turn this check off in the sync activity definition
- Check that the target device contains the same licenses/features of the source device (e.g. B2B, SQL-ODBC, Tibco-ESM) - you can turn this check off in the sync activity definition<about passwords>
- If both source and target devices have firmware level above 7.5.2.4, DPOD will try to check if the passphrase in both source and target match, and will stop the sync process if they do not.
If one of the source or target devices' firmware is below level 7.5.2.4, DPOD will not sync any password map/alias objects - Export the source domain's configuration
- If pre-quiesce was requested - check that the domain is not already quiesced
- Run the user's pre-script (if requested in the activity), the task will stop if the script return value is larger than 0
- Issue a Quiesce domain/device SOMA (if requested in the activity)
- Wait for the device or domain to finish quiescing. A timeout value may be specified for the Quiesce SOMA (see Configurable Parameters and Settings),
DPOD will cancel the task if the domain(s) are not yet quiesced 3 minutes after the specified timeout, and will issue an Unquiesce SOMA - Perform an Import Dry-run to try and detect any errors before the actual Import
- Delete objects on the target domain (DPOD does not use "reset domain" in order to retain the passwords on the target domains) -
The following object types will be deleted:- WSGateway
- MultiProtocolGateway
- XMLFirewallService
- SSLProxyService
- HTTPService
- B2BGateway
- TCPProxyService
- WebTokenService
- WebAppFW
- XSLProxyService
- CloudGatewayService
- SQLDataSource
- MQQMGroup
- MQQM
- ISAMReverseProxy
- TibcoEMSServer
- LoadBalancerGroup
- WebSphereJMSServer
Import the configuration into the target domain
- Save config on the target domain
- Unquiesce the device/domain (if it was previously quiesced by this task)
- Wait for the device/domain to unquiesce. A timeout value may be specified for this operation. 3 minutes after the timeout, DPOD will stop waiting for the unquiesce operation and will fail the task (the device's unquiesce operation will not be interrupted though)
- Run the user's post-task script (if requested in the activity)
...