Skip to main content

Overview

Before creating protection plans, register both the primary and DR sites with the XDR controller and configure the replication link between them. This establishes the trust relationship and network path that all replication traffic flows through.
Prerequisites
  • XDR controller deployed and accessible from both sites
  • Network connectivity open between primary and DR sites on TCP 7000–7002
  • Administrator credentials on both sites
  • XDR agent deployed on both sites via XDeploy

Site Registration

Register the primary site

Log in to XDeploy (https://connect.<your-domain>) and navigate to Disaster Recovery → Sites → Register Site:
FieldDescription
Site NameUnique identifier (e.g., primary-dc1)
RolePrimary
API EndpointXDR agent API URL for this site (e.g., https://10.10.0.1:7002)
Auth TokenSite authentication token generated during XDR agent deployment
Network CIDRIP range for this site’s compute and storage network
DescriptionOptional free-text label (e.g., datacenter name, location)

Register the DR site

Repeat the registration process for the DR site, selecting role DR. Provide the DR site’s XDR agent endpoint and its authentication token.
Both sites appear in the Sites list with status REGISTERED.

Create replication link

Navigate to Disaster Recovery → Sites → Replication Links → Create Link and select the primary site as source and DR site as destination.

Configure link settings

SettingRecommendation
CompressionEnable for WAN links — reduces bandwidth 30–60% for typical storage data
EncryptionAlways enable — replication traffic crosses network boundaries
Bandwidth LimitSet to 80% of available link capacity to avoid saturation
MTUMatch the replication network MTU to avoid fragmentation
QoS PrioritySet to high if sharing the link with other traffic types

Verify connectivity

Click Test Connectivity to verify the link is functional in both directions.
Connectivity test returns CONNECTED with round-trip latency displayed.

Bandwidth Management

Replication bandwidth directly affects how quickly the initial sync completes and how tightly the replication lag tracks the configured RPO. Configure bandwidth policies to balance replication performance against production workload impact.
XDR supports per-link and per-plan bandwidth limits. Per-link limits cap total replication throughput on the network connection; per-plan limits allocate bandwidth among multiple plans sharing the same link.Navigate to Disaster Recovery → Sites → Replication Links → [Link] → Bandwidth:
PolicyDescription
Hard capNever exceed this throughput regardless of available capacity
Peak hours throttleReduce throughput during business hours (cron schedule)
Burst allowanceAllow brief bursts above the cap to clear backlog
Configure these policies directly in the bandwidth settings panel for each replication link.
The initial sync transfers all protected data to the DR site. Estimate completion time before enabling a plan:
Data Volume100 Mbps Link1 Gbps Link
1 TB~22 hours~2.2 hours
5 TB~4.5 days~11 hours
10 TB~9 days~22 hours
Schedule initial sync during off-peak hours or temporarily raise the bandwidth cap to accelerate it. Once initial sync completes, only incremental changes are replicated — bandwidth consumption drops significantly.

Replication Modes

ModeRPOOverheadUse Case
AsynchronousSeconds to minutesLow — primary writes complete without waiting for DR acknowledgmentSites separated by >10ms RTT; most workloads
SynchronousZero (RPO = 0)High — primary write latency increases by replication RTTDatabases and financial systems where zero data loss is required; sites under 5ms RTT
Synchronous replication adds write latency equal to the round-trip time between sites on every write operation. For sites separated by more than 5ms RTT, synchronous replication will noticeably degrade application performance. Measure your inter-site latency before enabling synchronous mode.

Site Token Management

XDR agents authenticate between sites using site-specific tokens, not user credentials. Manage site tokens from Disaster Recovery → Sites → [Site] → Token Management:
  • View token status: The token expiry date and status are displayed for each registered site
  • Rotate token: Click Rotate Token to generate a new authentication token for the selected site
  • Update peer: After rotating a token, update the peer site with the new token in the peer’s site configuration panel
Rotate site tokens at least annually or immediately if a token is suspected compromised. Token rotation does not interrupt active replication — the old token remains valid for 15 minutes after rotation to allow the update to propagate.

Next Steps

Recovery Plans

Create ordered recovery groups and automation hooks

DR Automation

Configure automatic failover triggers and runbook scripts

Monitoring

Alert on replication lag and link throughput degradation

Troubleshooting

Diagnose initial sync failures and connectivity issues