How to move the only one instance of sql server from one node to another node in SQL Server Clustering?
-
Thursday, March 01, 2012 6:10 AM
Hi,
We have 2 node clustering in my environment. In node-A we have 5 instances. I need to move only one instance from node-A to node-B not complete 5 instances only one. How we will do it. Could you please anyone can share the document regarding this.
Thanks,
Nag.
All Replies
-
Thursday, March 01, 2012 7:41 AMI do not think it is possible, perhaps you need to add a third node with that instance installed on then move to node B
Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
-
Thursday, March 01, 2012 7:46 AMModerator
-
Thursday, March 01, 2012 9:55 AM
Hi TiborK,
Is it possible fail over only one instance from node-A to node-B. I mean in node-A we have 5 sql instances, into these five instances one instance having more user connections (more than 10,000). So i need to failover this instance from node-A to node-B for load balancing of sql server engine. Is it possible or not. I don't have much knowledge on this. if u have any document or link on this please share me.
Thanks,
Nag.
- Edited by NagarajuKadiyala Thursday, March 01, 2012 9:56 AM
- Proposed As Answer by yangamuniprasad Friday, August 24, 2012 2:56 AM
-
Thursday, March 01, 2012 12:57 PM
If you open you cluster failover manager on one of the cluster nodes, or connect to the cluster from somewhere else, flip open the services and applications tree and right-click the instance you want to move. Select "move (...) to another node", and select the other node. This will move the instance.
Note that your users will get disconnected for the time it takes to switch to the other node, though.
You can also move it with powershell ofcourse, but it might be easier for you doing it in the GUI.
- Marked As Answer by NagarajuKadiyala Friday, March 02, 2012 5:05 AM
- Unmarked As Answer by NagarajuKadiyala Friday, March 02, 2012 5:05 AM
- Marked As Answer by NagarajuKadiyala Friday, March 02, 2012 5:06 AM
-
Friday, March 02, 2012 5:07 AM
Hi,
Thanks you. Its workout.
Thanks,
Nag.
-
Wednesday, March 14, 2012 11:23 AM
Hi Nag,
Is your cluster set-up Active/Active?
if not, how it is possible to run 4 instances on Node - A and 1 instance on Node -B
Thansk
MK
- Edited by Lazy_Writer Wednesday, March 14, 2012 11:23 AM
-
Friday, March 16, 2012 4:02 AM
Hi MK,
Yes It is Active/Active.
Thanks,
Nag.

