![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
Hi, I completely understand that SQL-Clustering is failover technology and not a load balancing technology. 1. What I'm wondering is when you go for Active/Active mode, then whether both the nodes communicates with the single instance of shared device or only 1 node communicates with it? The cluster service arbitrates ownership. All host nodes are pysically |
|
2. If only 1 node communicates then what is the advantage of Active/Active configuration over Active/Passive configuration? Active-Active is really multi-instance. You load a second sql server |
|
3. Also I guess Active/Active configuration requires 2 licenses of SQL-2000. Is that true? Depends on your licensing model. Read the licensing page to be sure. 4. I know that we can run 16 instances of SQL-2000 on a cluster. Now, I understand that - logically, each instance data would be different than other thats why it is a seperate instance. So how does the client application knows which instance data to use? How does the application takes care of providing latest data always? Each instance has its own Network name and IP address. To the client, they |
|
Thanks in advance Pankaj A. Chitriv |
#3
| |||
| |||
|
|
Answers inline -- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "Pankaj" <pankajchitriv (AT) rediffmail (DOT) com(donotspam)> wrote in message news 7F79263-D4D3-4C74-9CBF-E88D95C3E7C7 (AT) microsoft (DOT) com...Hi, I completely understand that SQL-Clustering is failover technology and not a load balancing technology. 1. What I'm wondering is when you go for Active/Active mode, then whether both the nodes communicates with the single instance of shared device or only 1 node communicates with it? The cluster service arbitrates ownership. All host nodes are pysically connected to the shared storage system, but only one node actually owns and modifies the on-disk information 2. If only 1 node communicates then what is the advantage of Active/Active configuration over Active/Passive configuration? Active-Active is really multi-instance. You load a second sql server instance with a different set of physical shared disks. 3. Also I guess Active/Active configuration requires 2 licenses of SQL-2000. Is that true? Depends on your licensing model. Read the licensing page to be sure. 4. I know that we can run 16 instances of SQL-2000 on a cluster. Now, I understand that - logically, each instance data would be different than other thats why it is a seperate instance. So how does the client application knows which instance data to use? How does the application takes care of providing latest data always? Each instance has its own Network name and IP address. To the client, they all look like different SQL servers. Thanks in advance Pankaj A. Chitriv |
#4
| |||
| |||
|
|
Thanks Geoff again (I remember you) 1. What I understand by "multi-instance" is the different Alias created using the "Client Network Utility". Is that true? or Instance means- I'll have to install SQL server and give different service name during installation? You must supply a unique Network name and IP address for each instance. You |
|
2. Although each instance has its own Network name and IP address, all of them points to the same sql database on the shared device. Correct? Wrong. No. Not that. Nada. Nope. |
|
Regards, Pankaj "Geoff N. Hiten" wrote: Answers inline -- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "Pankaj" <pankajchitriv (AT) rediffmail (DOT) com(donotspam)> wrote in message news 7F79263-D4D3-4C74-9CBF-E88D95C3E7C7 (AT) microsoft (DOT) com...Hi, I completely understand that SQL-Clustering is failover technology and not a load balancing technology. 1. What I'm wondering is when you go for Active/Active mode, then whether both the nodes communicates with the single instance of shared device or only 1 node communicates with it? The cluster service arbitrates ownership. All host nodes are pysically connected to the shared storage system, but only one node actually owns and modifies the on-disk information 2. If only 1 node communicates then what is the advantage of Active/Active configuration over Active/Passive configuration? Active-Active is really multi-instance. You load a second sql server instance with a different set of physical shared disks. 3. Also I guess Active/Active configuration requires 2 licenses of SQL-2000. Is that true? Depends on your licensing model. Read the licensing page to be sure. 4. I know that we can run 16 instances of SQL-2000 on a cluster. Now, I understand that - logically, each instance data would be different than other thats why it is a seperate instance. So how does the client application knows which instance data to use? How does the application takes care of providing latest data always? Each instance has its own Network name and IP address. To the client, they all look like different SQL servers. Thanks in advance Pankaj A. Chitriv |
![]() |
| Thread Tools | |
| Display Modes | |
| |