Windows failover cluster cannot add nodes

HardyLi 20 Reputation points
2023-12-05T13:12:49.62+00:00

Hello, I encountered an error while adding a node to the failover cluster. The node status is "Failed" and the wizard is prompting that it is waiting for notification from a fully functional member of the cluster that the node is not clustered.

User's image

User's image

How can I handle this? Thank you.

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. Anonymous
    2023-12-06T06:03:39.25+00:00

    Hi,

    Please make sure the TCP port 3343 is allowed in the firewall rules.

    Cluster Service UDP and DTLS¹ 3343
    Cluster Service TCP 3343 (This port is required during a node join operation.)
    Cluster Service ICMP Echo port (This port is required during a node join operation from the Add Node Wizard.)
    Cluster Service TCP 445 (This port is required during a node join operation from the Add Node Wizard.)
    RPC TCP 135
    Cluster Administrator UDP 137
    Randomly allocated high ports² TCP Random port number between 49152 and 65535

    https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/service-overview-and-network-port-requirements#cluster-service

    And it is recommended to check the Cluster logs for errors during the node join.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

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