August 31, 2011 at 5:04 am
Hi all,
I'd like to know if it would be possible to reconfigure an existing Active/Passive SQL Server 2008 R2 cluster to an Active/Active cluster in an easy way and if not..in a less than easy way.
Thanks in advance!
Kind regards,
-Edgar
August 31, 2011 at 5:10 am
How many SQL instances are running on the current cluster?
You need to change the preferred node owner for each SQL instance
Just a note on Active/Active that you need to bear more licensing costs.
-Satya SK Jayanty
SQL Server MVP (Follow me @sqlmaster)
Author of SQL Server 2008 R2 Administration CookBook
SQL Server Knowledge Sharing network
August 31, 2011 at 5:13 am
We're running a two node active/passive cluster and are indeed aware of the additional licence costs.
At the moment the active/passive environment is hosting more than 1 db, but we need to split that up between multiple servers, hence the choice for an active/active environment
thanks
August 31, 2011 at 4:03 pm
edgar.lanting (8/31/2011)
We're running a two node active/passive cluster and are indeed aware of the additional licence costs.At the moment the active/passive environment is hosting more than 1 db, but we need to split that up between multiple servers, hence the choice for an active/active environment
thanks
How many SQL Server instances you have on your cluster? If you already installed the SQL Server instances you can just move the cluster group from one node to the other. IT is very simple. Otherwise this may help.
August 31, 2011 at 6:10 pm
I wouldn't call it an active/active cluster. It is really a multi-instance cluster in the Windows/SQL Server world.
To create a multi-instance cluster, you need to create separate resources for the new instance. That is, you will need an IP address/name, separate disk drives and a new group in the cluster.
Once you have all of those, you just install SQL Server and select those new resources for the new instance. After the install is completed - move the group to the node you want to be 'active' and you now have your active/active cluster.
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
September 1, 2011 at 2:36 am
....+ you need to ensure that current hardware is capable of hosting multipel instances (active) when the cluster is split up as per your requriement.
The process is not a problem the other issue might be the databases you wanted to seperate between the instances, and use cross-database queries if its needed by your application (address those issues).
-Satya SK Jayanty
SQL Server MVP (Follow me @sqlmaster)
Author of SQL Server 2008 R2 Administration CookBook
SQL Server Knowledge Sharing network
September 1, 2011 at 3:46 am
Jeffrey Williams-493691 (8/31/2011)
I wouldn't call it an active/active cluster. It is really a multi-instance cluster in the Windows/SQL Server world.To create a multi-instance cluster, you need to create separate resources for the new instance. That is, you will need an IP address/name, separate disk drives and a new group in the cluster.
Once you have all of those, you just install SQL Server and select those new resources for the new instance. After the install is completed - move the group to the node you want to be 'active' and you now have your active/active cluster.
I agree with most of what you said, I only don't really get what "wouldn't you call an active/active cluster". If he puts a resource group on the other node then he already have an active/active cluster. Since he wants to put some "databases"( I think he means SQL Server instances) on the other node to split the load then I think that he may already have multiple SQL Server instances, if that is not the case he will need to create one. The tips you and Satya gave him are very good. I still would like to know if he has multiple instances on that cluster.
September 1, 2011 at 3:50 am
Jeffrey Williams-493691 (8/31/2011)
To create a multi-instance cluster, you need to create separate resources for the new instance. That is, you will need an IP address/name, separate disk drives and a new group in the cluster.Once you have all of those, you just install SQL Server and select those new resources for the new instance. After the install is completed - move the group to the node you want to be 'active' and you now have your active/active cluster.
this is all detailed in my 3 part guide which can be found on this site
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
October 22, 2020 at 8:55 am
Jeffrey William.
hi, usually the CPU core and RAM for each SQL instance should be half than before as we have to take care the failover of BOTH instance TOGETHER to the SAME nodes, right?
so finally we end up with probably even worse activities as both instance now just have 1/2 CPU and RAM power for each instance?
so overall what is the actually benefit by using active/active cluster?
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy