-------------------------- EXAMPLE 1 --------------------------
PS C:\>Start-SFClusterPairing | Complete-SFClusterPairing
Completes the pairing process with the generated ClusterPairingKey.
But it's not that simple and from here one has to dive into SF Connections:
PS > Start-SFClusterPairing | Complete-SFClusterPairing
Complete-SFClusterPairing : xInvalidKey: Pairing a cluster with itself is not permitted.
This might be more intuitive (even if two connections aren't explicitly mentioned):
@scaleoutsean Updated the examples in the help of Complete-SFPairing commandlet with ip addresses and the changes are addressed in the SDK 12.3 release. So closing the issue.
Online help has this example:
But it's not that simple and from here one has to dive into SF Connections:
This might be more intuitive (even if two connections aren't explicitly mentioned):