I have an active/passive sql server 2008 r2 failover cluster environment. I have 2 named instances that are running from one server which is my active server. So both instances right now are failing over to one server.
Now i want to move one instance to a new node(server) and have it use all the processors from that new server instead of sharing them with the one that it is on right now. So the set up i am trying to do is 2 active nodes that will be failing over to one server.
How do i modify my active/passive to become 2 active and 1 passive?
Thanks for the help.