This page describes how DPOD prepares the execution flow of a sync plan (using tasks) and subsequently - how the tasks themselves are executed
...
The Plan Details page shows the 40 most recent plan execution results
The following table outlines the details for each column in the plan execution table
Column Name | Description |
---|---|
ID | The Plan Execution ID |
Start Time | The time the plan entered the execution queue |
Devices | Number of devices that were supposed to be synced. Both failed and successful syncs are aggregated. |
Domains | Number of domains that were supposed to be synced. Both failed and successful syncs are aggregated. |
Status | The current status of the plan |
Successful Tasks | Number of sync tasks that completed successfully for this plan execution |
Failed Tasks | Number of sync tasks that failed for this plan execution |
Skipped Tasks | Number of sync tasks that did not execute, e.g. because the device was not available |
Error Message | Plan's Error message (If any) |
*Click the red "Abort Pending Executions" to stop execution in status "WAITING_FOR_PRE_VALIDATION" that did not started yet.
**Click the status column to drill into the plan execution details page.
Column Name | Description |
---|---|
ID | The Activity Execution ID |
Status Time | The last time the status of the activity changed |
Source Device Name | The source device name |
Source Domain Pattern | The source domain name or pattern |
Target Device Pattern | The target device name or pattern |
Target Domain Pattern | The target domain name or pattern |
Status | The current status of the activity |
Successful Tasks | Number of backup tasks that completed successfully for this activity execution |
Failed Tasks | Number of backup tasks that failed for this activity execution |
Skipped Tasks | Number of backup tasks that were skipped for this activity execution |
...