August 5, 2019 at 8:45 am
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 ”
thanks
August 6, 2019 at 9:10 am
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
August 6, 2019 at 6:15 pm
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