Hi Everyone,
I know I must be doing something wrong, but I cannot figure out what. With DSC I can get it to create the cluster (this is the Windows Failover Cluster, not a SQL availability group) on whatever node happens to get to that part of the code first. But when adding the other nodes is when it goes wrong. I believe it’s because Get-Cluster test-cl (where test-cl is the cluster object) does not work, the error being RPC is not available. If I go to the node where the cluster was created, let’s call it TestServerA, then that works fine. Get-Cluster TestServerA.
This points to the internal load balancer we have set up. I’ve tried using a lb rule for WSMAN, and even a standard LB with HA-Ports opening up all ports. Still no luck.
Before I bang my head against it any more, just want to know if anyone has ever gotten this to work in Azure? On-prem? We’ve created other clusters without the Get-Cluster command working through the GUI but this seems to be a show stopper for xFailoverCluster.
Any help would be appreciated.