Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that run Windows Server 2016. The servers have the same hardware configuration.
You need to asynchronously replicate volume F: from Server1 to Server2.
What should you do?
A. Install the Failover Clustering feature and create a new cluster resource group.
B. Run Set-DfsrServiceConfiguration and specify the -RPCPort parameter.
C. RunĀ New-SRPartnership and specify the -ReplicationMode parameter.
D. Install the Failover Clustering feature and use Cluster Shared Volumes (CSV).
Specifies the desired mode of replication for this source and destination pair. The acceptable values for this parameter are:
Synchronous or 1. The synchronous mode requires all writes to commit on the destination server and on the source server, which guarantees data integrity between computers.
Asynchronous or 2. The asynchronous mode writes to the source server without waiting for the destination server, which allows for replication over high latency, geographic networks. The default value is synchronous.
The default asynchronous recovery point alert time is 5 minutes. You can modify it by using the SetSRPartnership cmdlet. The alert time has no effect on replication behavior, only on reporting.
References:
https://docs.microsoft.com/en-us/powershell/module/storagereplica/new-srpartnership?view=win10-ps
Getting started with Storage Replica in Windows Server 2016
https://www.starwindsoftware.com/blog/how-to-configure-s
torage-replication-using-windows-server-2016-part-1