Installation, Storage, and Compute with Windows Server 2016 — Question 236
Your network contains an Active Directory domain named contoso.com. The domain contains two servers named Server1 and Server2 that have the same hardware configuration.
You need to asynchronously replicate volume F: from Server1 to Server2. What should you do?
Answer options
- A. Run New-SRPartnership and specify the RephcationMode parameter.
- B. Install the Failover Clustering feature and create a new cluster resource group.
- C. Install the Failover Clustering feature and use Cluster SharedVolumes (CSV).
- D. Run Set-DfsrServiceConfiguration and specify the –RPCPort parameter.
Correct answer: A
Explanation
The correct answer is A because using New-SRPartnership allows for asynchronous replication between servers. Options B and C involve Failover Clustering, which is not necessary for asynchronous replication of volumes. Option D deals with DFS Replication, which is not applicable for this scenario.