Suspend-ClusterNode and Move-ClusterGroup

  • Hello everyone ,

    In  a SQL Server Fci cluster

    Does this Powershell command Permit to transfer resources to the second node of my cluster

    Suspend-ClusterNode xxxxx -Drain -Whatif

    or I must run the command too

    Move-ClusterGroup “GROUPNAME” –Node “xxxxx ”

    Sans titre

     

    thanks

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • To move cluster resources to another node - you only need to issue Move-ClusterGroup.  You don't need to suspend prior to moving the group...but you do have to issue the move.

    Jeffrey Williams
    “We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”

    ― Charles R. Swindoll

    How to post questions to get better answers faster
    Managing Transaction Logs

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply