We have a failover cluster manager managing 4 node(host) servers. How would I go about rebooting one of the nodes in the failover cluster.
Asked
Active
Viewed 9,686 times
2 Answers
4
- login to the HyperV host
- select
Start> Administrative tools> Failover Cluster Manager
- Select
Failover Cluster Manager
- Verify which server you need to restart (You can check the roles to see which host server, 'node', owns which guest server, 'role')
- Select
Nodes
, right click the desired server, and selectDrain Roles
(NOTE: make sure to verify the resources available to ensure the roles can be drained without causing issue. eg. enough RAM, CPU) - Verify that the Roles have migrated successfully by selecting the Node, and navigating to the Roles tab
- Reboot the desired host
- after the reboot has successfully taken place, navigate back to
Failover Cluster Manager> Nodes>
Right click and selectFail Roles Back

confoundr
- 377
- 3
- 9
- 20
-
I am marking this as the answer, but please do reach out if there are any prerequisites, or cautions to take into account. – confoundr Apr 16 '19 at 22:49
-
Another answer mentions that the node should be paused. Is the pause step unnecessary? – Mas Jan 20 '21 at 10:58
1
- Open Failover Cluster Manager
- Make sure that all disks are not located on the node which has to reboot
- Migrate all roles and VMs
- Pause node in Nodes tab
- If you don't know the IP of the remote host, you can right-click on the needed host and choose remote desktop. Then just simply reboot it as any other server/pc.

batistuta09
- 8,981
- 10
- 23