I'm doing a training for my MCSA cert. I tried creating my first cluster within the gui but got this error message
"An error pccurred while creating the cluster. Could not determine Management point Network Type -- The procedure number is out of range". This seems to be a common issue and I found a forum post about it here:
https://social.technet.microsoft.com/Forums/ie/en-US/f961f5b5-e020-452e-8b4b-24af3fc4a106/an-error-pccurred-while-creating-the-cluster-could-not-determine-management-point-network-type-?forum=winserverClustering
They basically state to just create it via powershell. So I ran the following command:
New-Cluster -Name Cluster -Node Cluster1,Cluster2 -StaticAddress 192.168.3.90. The cluster appears to have created successfully and I can ping it, but now if I try to open it in the Failover Cluster Manager, I get this message:
"Cluster CLUSTER1 not supported. The cluster which you are attempting to connect is not a version of the cluster supported by this version of Failover Cluster Manager"
I'm running Windows Server 2016 Core and my Failover Cluster Manager is on Windows 10 Pro.
Any ideas on how to fix this issue?