windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

Fix Example 2.:

Open Mihaly7 opened this issue 2 years ago • 0 comments

In example 2 we have the following:

Set-SRNetworkConstraint -SourceComputerName "Cluster01" -SourceRGName "Group01" -SourceNWInterface "Cluster Network 1","Cluster Network 2" -DestinationComputerName "Cluster02" -DestinationRGName "Group02" -DestinationNWInterface "Cluster Network 1","Cluster Network 2"

The "-SourceComputerName" and "-DestinationComputerName" is misleading. A single entity, the cluster's name should be used.

Set-SRNetworkConstraint -SourceComputerName "Cluster01" -SourceRGName "Group01" -SourceNWInterface "Cluster Network 1","Cluster Network 2" -DestinationComputerName "Cluster01" -DestinationRGName "Group02" -DestinationNWInterface "Cluster Network 1","Cluster Network 2"

In the explanation we could mention this, like: This command sets a network constraint for a specific set of cluster networks in a stretch cluster. Source and destination computer names should be the cluster's name and the NWinterfaces should be the cluster network's name.

[Enter feedback here]


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Mihaly7 avatar Oct 03 '22 10:10 Mihaly7