I tried to execute the following statement to try to create a cluster from three notes and use 10.41.7.99 for the cluster, but it failed and hope someone could help. I am new to cluster and welcome any information you could provide. Thanks.
PS H:\> New-Cluster -Name FIRSTONE -Node 10.41.7.113,10.41.7.114,10.41.7.117 -StaticAddress 10.41.7.99
New-Cluster : Static address 10.41.7.99 was not found on any cluster network.
At line:1 char:12
+ New-Cluster <<<< -Name FIRSTONE -Node 10.41.7.113,10.41.7.114,10.41.7.117 -StaticAddress 10.41.7.99
+ CategoryInfo : NotSpecified: (:) [New-Cluster], ClusterCmdletException
+ FullyQualifiedErrorId : New-Cluster,Microsoft.FailoverClusters.PowerShell.NewClusterCommand
The 10.41.7.99 is given by our network administrator and is confirmed it is a static ip which is not being used.
Martin Ng