Storage Replica - Block Copy to destination

Peter M 1 Reputation point
2022-05-20T16:24:56.677+00:00

When our storage replica has an issue and we recover it. It will go into a status of "Block Copy to destination".
In WAC you can see how far its got, and what percentage its completed.

204150-sr.jpg

But does anyone know how to get this figure or info using powershell at all?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,083 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
629 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jimit Gohel 1 Reputation point
    2022-10-31T09:08:38.637+00:00

    This command will give number of bytes pending replication on an admin PowerShell window on secondary server. It can be wrapped around a math calculation with total disk space to get percentage or GB remaining if needed.
    (Get-srgroup).Replicas.NumofBytesRemaining

    0 comments No comments