Thursday, February 14, 2013

How to Move Cluster Resources in Windows 2008 Server Using Command

There is a Simple command to move All Cluster resources from one node to other node using command prompt.

Command to check your Cluster Groups and nodes using command


CLUSTER group /status


If you run above command you will get below result.








There is a simple command to move Quorum from one node to other node.Where Node Name is your node(Active/Passive) which you want the cluster group to move on.
The Quorum Disk comes under Cluster Group, So once you moved Cluster Group, the Quorum Disk will move from one node to other node.


CLUSTER.exe group "Cluster group" /move: Node Name







CLUSTER.exe group "SQL Server (MSSQLSERVER)" /move: Node Name
CLUSTER.exe group "MSDTC" /move: Node Name