I have Enable-StorageGroupCopy working and do see the logs on the target server. However, I get an error when I use the Suspend-StorageGroupCopy. Error is:
"Suspend-StorageGroupCopy : The Windows Cluster service encountered an error during function IsNodeClustered."
Any suggestions/ideas?
The steps I tried to follow are listed below:
1. On the active node, run the following Exchange Management Shell cmdlet:
Enable-StorageGroupCopy -Identity <NameofStorageGroup>
-StandbyMachine <SCRTargetMachine> -ReplayLagTime 0.1:0:0
2. Again, on the active node, suspend the replication:Suspend-StorageGroupCopy -Identity <Server\StorageGroupName>
-StandbyMachine <SCRTargetMachine>
3. On the passive node (aka target SCR) run the following command:Update-StorageGroupCopy -Identity <Server\StorageGroupName>
-StandbyMachine <SCRTargetMachine>
Thanks.
"Suspend-StorageGroupCopy : The Windows Cluster service encountered an error during function IsNodeClustered."
Any suggestions/ideas?
The steps I tried to follow are listed below:
1. On the active node, run the following Exchange Management Shell cmdlet:
Enable-StorageGroupCopy -Identity <NameofStorageGroup>
-StandbyMachine <SCRTargetMachine> -ReplayLagTime 0.1:0:0
2. Again, on the active node, suspend the replication:Suspend-StorageGroupCopy -Identity <Server\StorageGroupName>
-StandbyMachine <SCRTargetMachine>
3. On the passive node (aka target SCR) run the following command:Update-StorageGroupCopy -Identity <Server\StorageGroupName>
-StandbyMachine <SCRTargetMachine>
Thanks.