Workgroup cluster not able to add node

Oleksandr Borodai 26 Reputation points
2021-03-25T10:46:17.483+00:00

I have a 2x Lenovo servers that connected to Lenovo data-storage solution via Fiber-Channel. Both servers are exactly the same and running Windows Server 2016 Datacenter Edition. All required server roles/features added. Servers are NOT connected to domain controller (workgroup connected). They both connected to same Mikrotik router and located in same subnet/mask etc. Network set to Private and Firewall disabled on both of them. They both have same DNS-suffix (while I still don't understand what is it) and same DNS if check via "nslookup".

Servers can easily ping each other, but when I try to create a cluster - it's impossible to add another node into it. This issues presents no matter from what server I try to create a cluster.
A bit of visuals for better understanding:

81503-cluster4.jpg
81466-cluster2.jpg
81438-cluster3.jpg
81468-cluster1.jpg

What else did I miss on my way to create a cluster?

P.s. I was following this guide to create a workgroup-joined cluster

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

Accepted answer
  1. Xiaowei He 9,936 Reputation points
    2021-03-26T07:27:27.667+00:00

    Hi,

    Have you installed failover cluster role on both nodes?

    Have you created a local account with the administrator privileges with the same passwords?

    net user /add clustadm xxxxx
    net localgroup administrators clustadm /add

    Please also provide the screenshot of the result:

    test-cluster -node "xxxxx"," xxxxx"

    Below is an article about create failover cluster in workgroup:

    http://woshub.com/workgroup-failover-cluster-windows-server-2016/

    (Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.)

    Thanks for your time!
    Best Regards,
    Anne

    -----------------------------

    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.


0 additional answers

Sort by: Most helpful

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.