![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
We are looking at having a multi-instance cluster for an application instead of having 2 clusters for one application. First I need any information on why we should go with one cluster with multi-instance instead of two clusters each with one instance. Also one of the clusters is already setup and is in testing now. As I understand it we would need different drives for the data and logs. Both instances can not reside on the same drive. Also I understand that all I will have to do is to install another instance of SQL Server on the cluster inorder to make this a multi-instance cluster. Any informaiton on this subject would be very helpful. |
#4
| |||
| |||
|
|
-----Original Message----- Consider using an Active/Active cluster. Each will have its own instance and can act as a backup for the other. Just make sure to have enough RAM. -- Tom ---------------------------------------------------------- ----- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA SQL Server MVP Columnist, SQL Server Professional Toronto, ON Canada www.pinnaclepublishing.com/sql "ash" <anonymous (AT) discussions (DOT) rr.com> wrote in message news:002f01c3c968$c31bb2e0$a101280a (AT) phx (DOT) gbl... We are looking at having a multi-instance cluster for an application instead of having 2 clusters for one application. First I need any information on why we should go with one cluster with multi-instance instead of two clusters each with one instance. Also one of the clusters is already setup and is in testing now. As I understand it we would need different drives for the data and logs. Both instances can not reside on the same drive. Also I understand that all I will have to do is to install another instance of SQL Server on the cluster inorder to make this a multi-instance cluster. Any informaiton on this subject would be very helpful. |
#5
| |||
| |||
|
|
-----Original Message----- Consider using an Active/Active cluster. Each will have its own instance and can act as a backup for the other. Just make sure to have enough RAM. -- Tom ---------------------------------------------------------- ----- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA SQL Server MVP Columnist, SQL Server Professional Toronto, ON Canada www.pinnaclepublishing.com/sql "ash" <anonymous (AT) discussions (DOT) rr.com> wrote in message news:002f01c3c968$c31bb2e0$a101280a (AT) phx (DOT) gbl... We are looking at having a multi-instance cluster for an application instead of having 2 clusters for one application. First I need any information on why we should go with one cluster with multi-instance instead of two clusters each with one instance. Also one of the clusters is already setup and is in testing now. As I understand it we would need different drives for the data and logs. Both instances can not reside on the same drive. Also I understand that all I will have to do is to install another instance of SQL Server on the cluster inorder to make this a multi-instance cluster. Any informaiton on this subject would be very helpful. |
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
|
We are looking at having a multi-instance cluster for an application instead of having 2 clusters for one application. First I need any information on why we should go with one cluster with multi-instance instead of two clusters each with one instance. Also one of the clusters is already setup and is in testing now. As I understand it we would need different drives for the data and logs. Both instances can not reside on the same drive. Also I understand that all I will have to do is to install another instance of SQL Server on the cluster inorder to make this a multi-instance cluster. Any informaiton on this subject would be very helpful. 2 clusters : |
#9
| |||
| |||
|
|
-----Original Message----- Yep. That's Active/Active. -- Tom ---------------------------------------------------------- ----- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA SQL Server MVP Columnist, SQL Server Professional Toronto, ON Canada www.pinnaclepublishing.com/sql "ash" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:023901c3c994$1d79a500$a301280a (AT) phx (DOT) gbl... What my goal is to lessen the amount of servers we have on our floor. First the server one server is already in use. Lets say the sql server name is server1 and now what I want to do, if possible, is install another sql server named server2. There for I have two instances of sql server running. One will be running on physical node one and the other instance will be running on physical node two. But if I understand correctly both will have different vitrual names. Both can fail over to the other node and both and live on the same node at the same time. Is this what Active/Active is? Thanks for all your help and time. |
#10
| |||
| |||
|
|
The terminology is not active/active anymore; it was changed post-SQL 2K release by MS. It was changed to multiple instance cluster, as that is what it is. Active/active stems from SQL 7 because you could have at most 2 active SQL Servers. With SQL 2K, it's up to 16. -----Original Message----- Yep. That's Active/Active. -- Tom ---------------------------------------------------------- ----- Thomas A. Moreau, BSc, PhD, MCSE, MCDBA SQL Server MVP Columnist, SQL Server Professional Toronto, ON Canada www.pinnaclepublishing.com/sql "ash" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:023901c3c994$1d79a500$a301280a (AT) phx (DOT) gbl... What my goal is to lessen the amount of servers we have on our floor. First the server one server is already in use. Lets say the sql server name is server1 and now what I want to do, if possible, is install another sql server named server2. There for I have two instances of sql server running. One will be running on physical node one and the other instance will be running on physical node two. But if I understand correctly both will have different vitrual names. Both can fail over to the other node and both and live on the same node at the same time. Is this what Active/Active is? Thanks for all your help and time. |
![]() |
| Thread Tools | |
| Display Modes | |
| |