Hi.
I have 2 servers with windows 2016 datacenter.
On one server i have 1 logical disk for log and 1 logical disk for data (SSD disk behind RAID) its my primary server. On second server (secondary) I have 1 disk (HDD and SSD behind Storage Pool with tiering and cache) for data, and 1 SSD disk (DAC)
for log.
Servers are connected through 2x1Gb NIC in agregation, and 1x 10Gb RDMA NIC.
I successfully setup storage replica and everything works fine until I decide replace disks in storage pool on secondary server to faster one, for now its lab environment so I simply remove (only slow SATA) and I connect JBOD with SSD an NLSAS disks. Old
storage pool, and Storage replica was delete.
And i try setup new Storage Replica (Synchronous) on new Storage pool and at this point I have problem.
Storage Replica is creating, start initial replica (I see high network usage), but when initial replica finish on primary server I have ReplicationStatus : WaitingForDestination on secondary server i have ReplicationStatus :
Failed
On event viewer on secondary server i have : Error 1243
Initial sync block copy completed.
ReplicationGroupName: DestRG4
ReplicationGroupId: {30fdac53-ea06-451c-a9de-8dc34da2a75e}
ReplicaName: G:\
PartitionId: {725663ef-47b0-4f70-b64c-048f7e602b6b}
ReplicaId: {53cce8f6-9230-416b-a66b-03f6d180d3e4}
Bytes Copied: 1437622861824
Elapsed Time (Seconds): 2773
Status: An invalid parameter was passed to a service or function.
Information ID 1237
Block copy is in progress.
ReplicationGroupName: DestRG4
ReplicationGroupId: {30fdac53-ea06-451c-a9de-8dc34da2a75e}
ReplicaName: G:\
ReplicaSetId: {53cce8f6-9230-416b-a66b-03f6d180d3e4}
PartitionId: {725663ef-47b0-4f70-b64c-048f7e602b6b}
CopiedBytes: 1437622861824
RemainingBytes: 10070725230592
PrimaryLsn: 1
SecondaryLsn: 0
Status: SecondaryRecovery
Error 5014
Connection lost to the share hosting the partner replica.
LocalReplicationGroupName: DestRG4
LocalReplicationGroupId: {30fdac53-ea06-451c-a9de-8dc34da2a75e}
LocalReplicaName: G:\
LocalPartitionId: {725663ef-47b0-4f70-b64c-048f7e602b6b}
ReplicaSetId: {53cce8f6-9230-416b-a66b-03f6d180d3e4}
RemoteReplicationGroupName: SorurceRG4
RemoteReplicationGroupId: {74dcb3e4-7856-4276-800f-581db0285353}
Guidance: You should expect this event when changing replication direction between computers, when suspending a replication group, or when removing a replication partnership, or just after you resized a source data partition (once per resized data partition).
Error 5008
Destination moved to failure state.
ReplicationGroupName: DestRG4
ReplicationGroupId: {30fdac53-ea06-451c-a9de-8dc34da2a75e}
ReplicaName: G:\
ReplicaId: {53cce8f6-9230-416b-a66b-03f6d180d3e4}
Status: An invalid parameter was passed to a service or function.
Guidance: After resolving the failure, you may need to run Sync-SRGroup to resume replication.
I try delete Storage Replica, Using command
Get-SRPartnership | Remove-SRPartnership
Get-SRGroup | Remove-SRGroup
Clear metadata
Clear-SRMetadata -AllPartitions
Clear-SRMetadata -AllLogs
Clear-SRMetadata -AllConfiguration
even delete all partitions on secondary server (including MSR partition) and partition for log on primary server. Only partition with data on primary server I don't delete.
I create storage group with that command :
New-SRPartnership -SourceComputerName tebe.domain.com -SourceRGName SorurceRG4 -SourceVolumeName G: -SourceLogVolumeName D: -DestinationComputerName kallisto.domain.com -DestinationRGName DestRG4 -DestinationVolumeName G: -DestinationLogVolumeName D:
Can anyone help me succesfully setup replication