- This topic has 5 replies, 2 voices, and was last updated 2 months, 3 weeks ago by
Michael Pietroforte.
- AuthorPosts
- Wed, Feb 23 2022 at 12:51 pm #1564566
Hello,
Storage Replica on server 2019.
When running the command SYNC-SRGroup -name
Is the -name referring to the source “ReplicationGroup01” or destination “ReplicationGroup02”
View From — Windows Admin Center
Normally you would see:Source server1: ReplicationGroup01 —-> Dest. server2: ReplicationGroup02
Any Help Greatly Appreciated.
Joe
- Fri, Feb 25 2022 at 12:36 am #1564594
I don’t think that there is source and designation group here. A replication group consists of servers and the cmdlet starts or resumes synchronisation between those servers. So just one replication group needs to be specified.
- Fri, Feb 25 2022 at 9:06 am #1564595
Hello,
Get-SRPartnership
DestinationComputerName — dlcluster
DestinationRGName — Replication 1
ID b4569……..
SourceComputerName — dlcluster
SourceRGName — Replication 2
View From — Windows Admin Center
Source server2 — Replication 2 —-> Destination server1 — Replication 1
Thanks,
Joe
- Fri, Feb 25 2022 at 5:16 pm #1564598
I suppose SYNC-SRGroup syncs within a group otherwise the cmdlet would be called SYNC-SRGroups. On the other hand, Get-SRPartnership gets you the partnerships between associated replication groups.
- Sun, Feb 27 2022 at 4:57 pm #1564606
Hello,
SYNC-SRGroup -name
The question is what replication group is “-name referring to, SOURCE or DESTINATION.
View From — Windows Admin Center
Source server2 — Replication 2 —-> Destination server1 — Replication 1
Joe
- Sun, Feb 27 2022 at 11:13 pm #1564607
It seems you didn’t understand my first answer. -name is neither referring to a destination nor to a source. The parameter refers to the replication group and there is only one group involved here. Multiple servers belong to just one replication group and syncing happens between all theses servers. There can be 5 servers or more. So no, source, no destination.
- AuthorPosts
- You must be logged in to reply to this topic.