how to change current host server in windows 2016 failover cluster

la reine de paix 1 Reputation point
2021-01-13T12:11:49.21+00:00

hi All

if I have a cluster consisting of 2 nodes running windows 2016 with a disk witness (node 1and node 2),if I need to make the current host server to be "node 2 " instead of "node 1" manually ,what should i have to do because after searching i only found that I can only change the assigned to "available storage "

Note : the current host server is changed only when one of the nodes is restarted but I can not do it manually
thanks in advance

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

2 answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 15,256 Reputation points MVP Volunteer Moderator
    2021-01-13T13:44:02.093+00:00

    Hi @la reine de paix

    You can use the following commands to change the cluster group to another node in the cluster

    PowerShell:

    move-ClusterGroup –node NodeName

    where NodeName is where you want to move the group.

    Command Line:

    cluster group “Cluster Group” /Move:NodeName

    refer - https://social.technet.microsoft.com/Forums/ar-SA/9635c326-40f1-4f7e-bfde-711ce96abe15/failover-management-cluster?forum=winserverClustering

    ----------

    Please don’t forget to "Accept the answer" and up-vote wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

  2. Xiaowei He 9,936 Reputation points
    2021-01-14T06:21:33.663+00:00

    Hi,

    To change the "Current Host Server" of the Cluster, click cluster name, in the right panel, click "More actions" > "Move Core Cluster Resources":

    56418-image.png

    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.

    1 person found this answer 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.