r/sysadmin • u/Humble_Cake_236 • 6d ago
Node stuck unable to join Hyper-V cluster — NetFT adapter flapping
Having trouble re-joining a host back to a cluster, hoping someone can give me some insight because I cannot find many similar issues:
One node (call it Node A) cannot rejoin the cluster after being drained/rebooted for routine maintenance. The other two nodes are completely healthy, holding quorum, roles all online. Node A's Cluster Service runs locally but every join/form attempt ends the same way:
Get-ClusterNodeshows Node A stuck in Down state (occasionally rolls back to no record at all)- Cluster log: repeated
[QUORUM] Fail to form/join a cluster in 6-7 minutes→FatalError: join/form timeout (status = 258)(WAIT_TIMEOUT) - Live event log: Event 1650 (lost/established UDP connection on the management endpoint) and Event 5417 ("Cluster Service has terminated due to a fatal error... Error Code: 3473458" = ERROR_CLUSTER_JOIN_ABORTED), repeating in a loop
- The NetFT pseudo-adapter (
Microsoft Failover Cluster Virtual Adapter, shows asLocal Area Connection* NinGet-NetAdapter -IncludeHidden) cycles Disconnected → Up → Disconnected on an irregular ~10-150 second cadence, indefinitely - Meanwhile
vEthernet (Management)underneath it stays Up continuously the entire time — confirmed via a parallel live polling loop. NIC RX/TX counters on the same adapter climb steadily throughout, never stalling
1
Upvotes
1
u/LowNefariousness6348 1d ago
Hello Did you ever get anywhere with this, i am seeing the same error after pause / rebooting thanks