Suspend async DR replica | Nutanix Community
Skip to main content
Question

Suspend async DR replica

  • October 2, 2023
  • 1 reply
  • 197 views

Forum|alt.badge.img

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

This topic has been closed for comments

1 reply

sl.farhanparkar
Forum|alt.badge.img+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