Share via

Lost 1 node from Hyper-v 4 nodes HA

Halezan Hassan 1 Reputation point
2022-12-19T13:56:41.587+00:00

Hi, we have 4 nodes Hyper-V cluster. One of the node have hardware failure. No backup, we will add new node to replaced the broken one. What will be the steps?

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments

1 answer

Sort by: Most helpful
  1. Limitless Technology 45,241 Reputation points
    2022-12-20T08:50:34.65+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to replacing node in Hyper-V Cluster.

    Please evict the node after drain role.

    Please try to keep same OS and Hardware of new Node as other Nodes

    Please verify Network Team settings and ip address of each of the NIC and should be identical to other Nodes

    Please check all Roles and Features on Node 1 using below powershell so you can install them on other Nodes
    Get-WindowsFeature | Where-Object {$_. installstate -eq "installed"} | Format-List Name,Installstate | more

    After all above steps you can Join to cluster and run cluster validation Wizard which will check all prerequisites to join to cluster.

    For Storage related it will be shown to other Nodes also after you Join to cluster successfully.

    --If the reply is helpful, please Upvote and Accept as answer--

    Was this answer helpful?

    0 comments No comments

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.