Help : How can I move Storage in Windows Cluster 2008
Posted by blakhani on June 11, 2011
While working on a case few days ago, I faced this question by customer and i found it interesting to blog about. (Today I found this in forum so finalizing and posting it). Here is the question.
I have created two node windows cluster. All disk are available in “storage” but I don’t see any option to do manual failover unless they are part of some group. How can I test if failover is working fine for disks without shutting down the node or adding them to a group.
Here is the screenshot to explain the problem better. As you can see that U and W are not part of any group defined under “Services and Applications”. So by default they are the part of “Available Storage” group.
And indeed there is no option in UI to do failover of those disks.
I spend sometime with windows team and I was able to find the answer. so here it goes.
This can only be done by command line. We need to use cluster.exe command to achieve this.
Cluster Group “Available Storage” /Move:NodeName
In above command NodeName is optional. If you have two nodes, it would move storage automatically to other node.
Hope this would help someone in the world!
Cheers,
Balmukund Lakhani
Twitter @blakhani
Edwin Sarmiento said
Great post. This is very useful when dealing with Windows Server 2008 clusters as they don’t have the PowerShell modules for Windows Failover Clustering like they do in WIndows Server 2008 R2
john said
Thank you so much. I have a live production service and it failed because the disk groups where not setup correctly. with the above I managed to move it across temporarily during the day!
Mary said
Worked like a charm!! Thank you so much!!!!
eyas gazal said
wallah ennak 3arasee yaman thank youu very much ♥♥♥
Biku said
Great Post
Channdeep Singh said
In case, the command shown by Balu sir in command window says “syntax error”; then please add cluster name in command and it will work.
cluster “cluster name” group “group name” /move:nodename
blakhani said
Thanks 🙂