Data Domain: Scheduling Replication for a Defined Time Window
Summary: Data Domain: Scheduling Replication for a Defined Time Window
Symptoms
Scheduling Replication for a Defined Time Window
Cause
Scheduling Replication for a Defined Time Window
Resolution
First check the replication configuration using the below command
:#replication show config
-Below commands for replication schedule, reset, delete the schedule
1) To schedule:
command to set the enable and disable times for the specified MTree replication context.#replication schedule set context enable hhmm disable hhmm
Example: replication schedule set rctx://4 enable 1416 disable 1500

2)To reset:
command again for the same context and specify the new enable and disable times. This will change the time to new mentioned ones.#replication schedule set context enable hhmm disable hhmm
Example: replication schedule set rctx://4 enable 1430 disable 1600
3)To delete the schedule:
#replication schedule reset context
Example: replication schedule reset rctx://4

To display a list of replication schedules, run the below command.
#replication schedule show