Storage Replica (SR) is a robust feature in Windows Server (Datacenter and Standard editions) designed to provide block-level, synchronous and asynchronous replication for disaster recovery and high-availability scenarios. SR support includes single and multi-site clusters and server-to-server replication. Because of its low-level integration with storage, networking, cluster, and authentication infrastructure, SR is sensitive to misconfigurations or environmental issues across a range of layers. This article provides a troubleshooting process that covers symptoms, causes, and solutions for the most common failure scenarios to help administrators quickly diagnose and resolve issues.
Troubleshooting checklist
Use this checklist for systematic troubleshooting:
Verify role and edition
Verify Windows Server edition and SR feature installation on all nodes (Get-WindowsFeature -Name Storage-Replica).
Verify licensing (Standard versus Datacenter) and feature compatibility.
Verify storage configuration
Make sure that all intended disks (log and data) are visible to all relevant nodes and aren't in use by other services.
For clusters, verify that disks are presented as shared storage (not local-only).
Check Networking
Open required ports: TCP 445 (SMB), 5445 (SR), 135 (RPC), and 5985 (WinRM).
Verify node-to-node and nodeāto-cluster communication with Test-NetConnection.
Review Domain/Permission Requirements
All cluster nodes/servers must be in the same domain or a trusted domain.
Verify the SR group accounts have appropriate permissions.
Update
Apply all critical and recommended Windows updates and firmware and driver updates for your hardware and HBAs.
Cluster and disk prerequisites
SCSI-3 Persistent Reservation support is required. Verify through Failover Cluster Validation reports.
Disks must be initialized and formatted (ReFS/NTFS as appropriate). Disks must not use deprecated features (for example, dynamic disks).
Verify Storage Replica Topology
Only one-to-one replication is supported. Avoid one-to-many or transitive setups.
Collect and review logs
Gather event logs, cluster logs, and SR logs.
Run Get-SRGroup, Get-SRPartnership, and Test-SRTopology.
Common issues and solutions
The following sections detail the most common failure modes and provide step-by-step solutions.
Storage Replica Partnership doesn't create, shows "Object not found"
Symptoms
Partnership creation fails and returns the following error message:
"Unable to create replication group... The requested object could not be found."
Replication group not visible after creation.
Cause
Missing registry subkey on all nodes:
HKLM\Cluster\WVR\ConfigStore
Partnership tried between clusters and servers in different forests and domains.
Log and data disks not visible or owned by the active node.
Resolution
On all nodes, make sure that the registry key exists. If not, create it:
HKEY_LOCAL_MACHINE\Cluster\WVR\ConfigStore
Clear old SR metadata, if left over from previous attempts:
If errors are reported on persistent reservation, make sure that firmware supports SCSI-3 and HBAs are updated. Engage hardware vendor if it's necessary.
Present disks to all nodes that require access.
Match physical and logical sector sizes by using VHDX creation parameters or by reprovisioning disk on incompatible hosts.
Orphaned, suspended, or inaccessible storage replica resources
Symptoms
"ReplicationSuspended," "Orphaned," or "WaitingForDestination" for SR resources.
Volumes remain in raw or inaccessible state.
Failover or DR groups don't come online after node failure.
Cause
Unexpected cluster node failure or hard shutdown.
Log and data volume corruption, or incomplete failover transition.
Orphaned dependencies from incomplete partnership removal.
Resolution
Try to resume or force move the resource by using Failover Cluster Manager or PowerShell: