Windows Failover cluster

Sarath 25 Reputation points
2025-05-30T05:30:14.8866667+00:00

In a Windows Server 2019 failover cluster environment consisting of four domain-joined nodes with the Hyper-V role configured, the Failover Cluster Manager is functioning correctly on only one node. On the remaining nodes, attempts to connect to the cluster result in the following error. Could anyone please advise what might be causing this issue and how to resolve it?Screenshot_20250530-103033~3

Windows for business | Windows Server | Storage high availability | Clustering and high availability
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Henry Mai 2,375 Reputation points Independent Advisor
    2025-07-15T16:36:51.5566667+00:00

    Hi Sarath, I am Henry and I want to share with you about this issue.

    I've encountered a few cases with the same issue you're facing. Before diving into troubleshooting and analyzing cluster logs as a last resort, please make sure that the prerequisites for cluster setup are in place. You can refer to this guide: Create a Failover Cluster (Windows Admin Center)

    Alternatively, follow the checklist below:

    1. DNS Issues: Ensure that the Cluster Name Object (CNO) and all node hostnames resolve correctly to their IP addresses across all nodes. Verify A and PTR records, ensure DNS server consistency, and flush DNS caches.

    2. Firewalls: Verify that Windows Defender Firewall or any third-party firewall isn’t blocking required cluster ports. Ensure required ports are open. You can reference Cluster Service:

    • RPC: 135
    • SMB: 445
    • Cluster: 3343
    • RPC dynamic ports: 49152–65535User's image

    Try temporarily disabling the firewall to isolate the issue.

    3. Network Connectivity: Review physical and logical network connections, including heartbeat and cluster networks. Confirm all adapters are functioning and nodes can communicate with each other.

    4. Cluster Service Health: Make sure the "Cluster Service" is stable on all nodes. Check Event Logs for any warnings or errors.

    5. Permissions: Ensure your user account has the proper administrative privileges on each node and for the cluster object in Active Directory.

    6. Run Cluster Validation Report Execute the validation report from a functioning node to detect hardware, network, or software configuration issues.

    If the issue persists after these checks, please reproduce it across three nodes.from one working node and the two affected nodes. Run this PowerShell command as Administrator: Get-ClusterLog -Node <NodeName> -TimeSpan 5

    Zip the resulting log files and share them with me — I’ll help review them.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.