quickstart-microsoft-sql icon indicating copy to clipboard operation
quickstart-microsoft-sql copied to clipboard

AdditionalNodejoin.ps1

Open newde opened this issue 5 years ago • 1 comments

While joining Cluster, this script adds the node to the Cluster but doesn't add the Node 2's Private IP2 in the cluster group

[Parameter(Mandatory=$true)] [string]$WSFCNodePrivateIP2, StaticIPAddress = $WSFCNodePrivateIP2

Looks like the name should be $WSFCNode2PrivateIP2 than $WSFCNodePrivateIP2.

newde avatar Feb 12 '20 09:02 newde

The missing IP address is a known issue and the deployment guide has been updated to reflect this while we work on a resolution. https://docs.aws.amazon.com/quickstart/latest/sql/step3.html

davmayd avatar Mar 03 '20 18:03 davmayd