Question

Suspend async DR replica

  • 2 October 2023
  • 1 reply
  • 64 views

Badge

Is it possible to "suspend" the Protection policy schedule without remove it?
Thanks


This topic has been closed for comments

1 reply

Userlevel 3
Badge +5

Hi

You can suspend schedules in PD as follows

ncli> protection-domain { suspend-schedules } name="name"

to resume

ncli> protection-domain { resume-schedules } name="name"

Note: this will not suspend ongoing replications.

https://portal.nutanix.com/page/documents/details?targetId=Command-Ref-AOS-v6_6:acl-ncli-protection-domain-auto-r.html

F>P