![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
There is a large amount of debate going on in our IT group about whether to go with Active/Active or Active/Passive. We are running several databases using SQL 7.0 std edition. The server has 4 cpus and can only address 2gigs (due to the std. edition). We are getting a pair of new servers with 8gigs of ram and 4 cpus. We plan to upgrade to SQL 2000 Enterprise Edition. Currently we are having performance problems relating to not enough memory. Here is the debate. Some are saying to put all of the databases on one server and make it active/passive so that we can access the full 8gigs of ram. Others are saying that we would be better to go active/active. That with the faster CPUs and 4Gigs of ram for each server and having half the databases on each would be the better option. I am leaning toward the Active/Active option, but thought I should get opinions from others who have already gone through this. Thanks. |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
-----Original Message----- There is a large amount of debate going on in our IT group about whether to go with Active/Active or Active/Passive. We are running several databases using SQL 7.0 std edition. The server has 4 cpus and can only address 2gigs (due to the std. edition). We are getting a pair of new servers with 8gigs of ram and 4 cpus. We plan to upgrade to SQL 2000 Enterprise Edition. Currently we are having performance problems relating to not enough memory. Here is the debate. Some are saying to put all of the databases on one server and make it active/passive so that we can access the full 8gigs of ram. Others are saying that we would be better to go active/active. That with the faster CPUs and 4Gigs of ram for each server and having half the databases on each would be the better option. I am leaning toward the Active/Active option, but thought I should get opinions from others who have already gone through this. Thanks. . |
#5
| |||
| |||
|
|
One other aspect of the Active/Active would be that you need 2 separate physical drives (or arrays). One for each SQL server. Rand This posting is provided "as is" with no warranties and confers no rights. |
#6
| |||
| |||
|
|
rboyd (AT) onlinemicrosoft (DOT) com (Rand Boyd [MS]) wrote in message news:<bwH#LcR2DHA.2184 (AT) cpmsftngxa07 (DOT) phx.gbl>... One other aspect of the Active/Active would be that you need 2 separate physical drives (or arrays). One for each SQL server. Rand This posting is provided "as is" with no warranties and confers no rights. In general, you can use a clustered file system and have only one physical disk instead of two. Another issue is that in a active/active cluster you will be forced to use a named instance which might imply changing your application connection strings. Especially if you are migrating from SQL 7. ---- Tomer Meshorer Database Engineering Polyserve Inc http://www.polyserve.com/sql |
#7
| |||
| |||
|
|
-----Original Message----- There is a large amount of debate going on in our IT group about whether to go with Active/Active or Active/Passive. We are running several databases using SQL 7.0 std edition. The server has 4 cpus and can only address 2gigs (due to the std. edition). We are getting a pair of new servers with 8gigs of ram and 4 cpus. We plan to upgrade to SQL 2000 Enterprise Edition. Currently we are having performance problems relating to not enough memory. Here is the debate. Some are saying to put all of the databases on one server and make it active/passive so that we can access the full 8gigs of ram. Others are saying that we would be better to go active/active. That with the faster CPUs and 4Gigs of ram for each server and having half the databases on each would be the better option. I am leaning toward the Active/Active option, but thought I should get opinions from others who have already gone through this. Thanks. . |
#8
| |||
| |||
|
|
In an active/active set up at failover time both SQL Servers will compete for resource on the remaining active node. The only way to ensure both instances will give reasonable performance is therefore to limit both SQL instances in terms of CPU and RAM on their regular host nodes. The temptation is not to do this (you just mention RAM) in which case at failover time you might run into problems. We have several active/passive clustres (no problems) and one active/active where our sound advice (above) was ignored. Both active/active nodes are much busier than ever envisaged and we ahve big problems at failover time. Technically failover works but the failing over instance is unusable. Personally I would go for active/passive and use AWE. Sorry I haven't left me Email address it's to avoid potential future spam. -----Original Message----- There is a large amount of debate going on in our IT group about whether to go with Active/Active or Active/Passive. We are running several databases using SQL 7.0 std edition. The server has 4 cpus and can only address 2gigs (due to the std. edition). We are getting a pair of new servers with 8gigs of ram and 4 cpus. We plan to upgrade to SQL 2000 Enterprise Edition. Currently we are having performance problems relating to not enough memory. Here is the debate. Some are saying to put all of the databases on one server and make it active/passive so that we can access the full 8gigs of ram. Others are saying that we would be better to go active/active. That with the faster CPUs and 4Gigs of ram for each server and having half the databases on each would be the better option. I am leaning toward the Active/Active option, but thought I should get opinions from others who have already gone through this. Thanks. . |
#9
| |||
| |||
|
|
Please differentiate the marketing statements for your product from what is available and officially supported from Microsoft. Multiple SQL instances on a MS cluster require separate physical disk resources. Unsupported add-on products may change that behavior. -- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com "Tomer Meshorer" <tmeshorer (AT) polyserve (DOT) com> wrote in message news:3efdb87.0401130932.5eb21cae (AT) posting (DOT) google.com... rboyd (AT) onlinemicrosoft (DOT) com (Rand Boyd [MS]) wrote in message news:<bwH#LcR2DHA.2184 (AT) cpmsftngxa07 (DOT) phx.gbl>... One other aspect of the Active/Active would be that you need 2 separate physical drives (or arrays). One for each SQL server. Rand This posting is provided "as is" with no warranties and confers no rights. In general, you can use a clustered file system and have only one physical disk instead of two. Another issue is that in a active/active cluster you will be forced to use a named instance which might imply changing your application connection strings. Especially if you are migrating from SQL 7. ---- Tomer Meshorer Database Engineering Polyserve Inc http://www.polyserve.com/sql |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |