I am running a lab enviornment on my laptop two node SQL 2008 R2 running on windows 2008 R2 clustered Vms
Based on my understanding
a) Public Network or all Communication network
I see checkbox is enabled for cluster communication on this network also.
b) Private or HeartBeat or Cluster communication only network.
It appears to me that currently public network is used for cluster communication?
Is this correct? Does heartbeat network is used only for redundancy and cluster communication is primarily done on public network?
1 Answer 1
The issue is not the version of SQL but the version of Windows you're working with. Win 2008 changed things up quite a bit, private heartbeat network is no longer required.
-
I disagree, you do need private network for redundancy see social.technet.microsoft.com/Forums/en-US/winserverClustering/… My question is why it uses public network for heartbeat though it should use private?SQL Learner– SQL Learner2012年04月11日 19:38:22 +00:00Commented Apr 11, 2012 at 19:38
-
See the bottom of your link for a post about virtual adapter usage. If I read the above correctly, you are doing this on a couple laptops, so I'd suggest reading up on virtual adapters.Eric Higgins– Eric Higgins2012年04月11日 19:43:58 +00:00Commented Apr 11, 2012 at 19:43
Explore related questions
See similar questions with these tags.