3

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.

confoundr
  • 377
  • 3
  • 9
  • 20

2 Answers2

4
  1. login to the HyperV host
  2. select Start> Administrative tools> Failover Cluster Manager
  3. Select Failover Cluster Manager
  4. Verify which server you need to restart (You can check the roles to see which host server, 'node', owns which guest server, 'role')
  5. Select Nodes, right click the desired server, and select Drain Roles (NOTE: make sure to verify the resources available to ensure the roles can be drained without causing issue. eg. enough RAM, CPU)
  6. Verify that the Roles have migrated successfully by selecting the Node, and navigating to the Roles tab
  7. Reboot the desired host
  8. after the reboot has successfully taken place, navigate back to Failover Cluster Manager> Nodes> Right click and select Fail 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
  1. Open Failover Cluster Manager
  2. Make sure that all disks are not located on the node which has to reboot
  3. Migrate all roles and VMs
  4. Pause node in Nodes tab
  5. 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