 |
|
|
|
| Author |
Message |
Lehr
Joined: 09 Jan 2008 Posts: 22
|
Posted: Wed Feb 13, 2008 6:37 pm Post subject: NLB over wan with Windows 2008 Server for CAS role |
|
|
Is it possible to set up NLB cluster via WAN link with windows 2008 server ?
That's important to me because we are going to implement Exchange CCR
cluster (for Mailbox) over WAN with win2k8, and we also need to provide high
availability for Exchange Client Access, with one in Location A, and second
in Location B, linked via WAN.
So I wonder is it possible to do that with NLB cluster
Maybe it is enogh to make two same CNAME records with different IP's(1 in
subnet Location A, and second in subnet Location B) ?
Thank you!
Archived from group: microsoft>public>exchange>clustering |
|
| Back to top |
|
 |
Mark Arnold [MVP]
Joined: 05 Aug 2007 Posts: 1126
|
Posted: Wed Feb 13, 2008 10:12 pm Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
On Wed, 13 Feb 2008 13:37:01 -0800, Lehr
wrote:
>Is it possible to set up NLB cluster via WAN link with windows 2008 server ?
>That's important to me because we are going to implement Exchange CCR
>cluster (for Mailbox) over WAN with win2k8, and we also need to provide high
>availability for Exchange Client Access, with one in Location A, and second
>in Location B, linked via WAN.
>So I wonder is it possible to do that with NLB cluster
>
>Maybe it is enogh to make two same CNAME records with different IP's(1 in
>subnet Location A, and second in subnet Location B) ?
>
>Thank you!
No, not really. You need to address your resilience design because
that doesn't sound too clever right now. |
|
| Back to top |
|
 |
Russ Kaufmann [MVP]
Joined: 05 Aug 2007 Posts: 69
|
Posted: Wed Feb 13, 2008 9:13 pm Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
"Lehr" wrote in message @microsoft.com...
> And what about putting two same CNAME records in with different IP ?
> One IP for CAS1 in Location A, and second IP for CAS2 in Location B.
> Would that provide HA in case one of the CAS servers goes down?
Nope. That would be the same thing as doing DNS round robin. It is not an HA
solution. If one server were to fail, half of the traffic would still be
directed to it.
--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp
The next ClusterHelp classes are:
Mar 10- 13 in Denver
May 12-15 in New York |
|
| Back to top |
|
 |
Russ Kaufmann [MVP]
Joined: 05 Aug 2007 Posts: 69
|
Posted: Wed Feb 13, 2008 9:11 pm Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
"Lehr" wrote in message @microsoft.com...
> Is it possible to set up NLB cluster via WAN link with windows 2008 server
> ?
Each node in an NLB cluster has to be in the same network segment. So, if
you configure a VLAN spanning sites, then you could do that.
> That's important to me because we are going to implement Exchange CCR
> cluster (for Mailbox) over WAN with win2k8,
You realize, of course, that each node in a CCR cluster has to be in the
same AD site, right?
> and we also need to provide high
> availability for Exchange Client Access, with one in Location A, and
> second
> in Location B, linked via WAN.
> So I wonder is it possible to do that with NLB cluster
Yes, it is, but it will require using a VLAN.
> Maybe it is enogh to make two same CNAME records with different IP's(1 in
> subnet Location A, and second in subnet Location B) ?
Nope, that won't work. Sorry.
--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp
The next ClusterHelp classes are:
Mar 10- 13 in Denver
May 12-15 in New York |
|
| Back to top |
|
 |
Lehr
Joined: 09 Jan 2008 Posts: 22
|
Posted: Wed Feb 13, 2008 8:24 pm Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
"Russ Kaufmann [MVP]" wrote:
> "Lehr" wrote in message
> @microsoft.com...
> > And what about putting two same CNAME records in with different IP ?
> > One IP for CAS1 in Location A, and second IP for CAS2 in Location B.
> > Would that provide HA in case one of the CAS servers goes down?
>
> Nope. That would be the same thing as doing DNS round robin. It is not an HA
> solution. If one server were to fail, half of the traffic would still be
> directed to it.
>
And if we turn off round robin in DNS? hm |
|
| Back to top |
|
 |
Andy David {MVP}
Joined: 05 Aug 2007 Posts: 591
|
Posted: Thu Feb 14, 2008 12:11 am Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
On Wed, 13 Feb 2008 15:24:01 -0800, Lehr
wrote:
>
>
>"Russ Kaufmann [MVP]" wrote:
>
>> "Lehr" wrote in message
>> @microsoft.com...
>> > And what about putting two same CNAME records in with different IP ?
>> > One IP for CAS1 in Location A, and second IP for CAS2 in Location B.
>> > Would that provide HA in case one of the CAS servers goes down?
>>
>> Nope. That would be the same thing as doing DNS round robin. It is not an HA
>> solution. If one server were to fail, half of the traffic would still be
>> directed to it.
>>
>
>And if we turn off round robin in DNS? hm
Then it still wont work. Unless you remove the downed servers ip from
the CNAME and then wait for client TTL to expire.
Why not just build the NLB correctly using the NLB features of Windows
or a 3rd party solution? |
|
| Back to top |
|
 |
Lehr
Joined: 09 Jan 2008 Posts: 22
|
Posted: Thu Feb 14, 2008 4:16 am Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
"Andy David {MVP}" wrote:
> On Wed, 13 Feb 2008 15:24:01 -0800, Lehr
> wrote:
>
> >
> >
> >"Russ Kaufmann [MVP]" wrote:
> >
> >> "Lehr" wrote in message
> >> @microsoft.com...
> >> > And what about putting two same CNAME records in with different IP ?
> >> > One IP for CAS1 in Location A, and second IP for CAS2 in Location B.
> >> > Would that provide HA in case one of the CAS servers goes down?
> >>
> >> Nope. That would be the same thing as doing DNS round robin. It is not an HA
> >> solution. If one server were to fail, half of the traffic would still be
> >> directed to it.
> >>
> >
> >And if we turn off round robin in DNS? hm
>
> Then it still wont work. Unless you remove the downed servers ip from
> the CNAME and then wait for client TTL to expire.
>
> Why not just build the NLB correctly using the NLB features of Windows
> or a 3rd party solution?
My question was is it possible to build NLB with two nodes in different
subnets, and I got the answer that it is not.
But...maybe I'm wrong...but I still think it's going to work...
In that case NLB is going to have two IP adressess, one from NODE A subnet,
and one from NODE B subnet, right? And when the client requests IP for, NLB,
he will get
IP from his local subnet, and that will work if round robin is turned off in
DNS.
And if one of nodes goes down, NLB would know that and everything goes to
other node.
Am I wrong? |
|
| Back to top |
|
 |
Russ Kaufmann [MVP]
Joined: 05 Aug 2007 Posts: 69
|
Posted: Fri Feb 15, 2008 4:20 am Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
"Lehr" wrote in message @microsoft.com...
>> > And what about putting two same CNAME records in with different IP ?
>> > One IP for CAS1 in Location A, and second IP for CAS2 in Location B.
>> > Would that provide HA in case one of the CAS servers goes down?
>>
>> Nope. That would be the same thing as doing DNS round robin. It is not an
>> HA
>> solution. If one server were to fail, half of the traffic would still be
>> directed to it.
>>
>
> And if we turn off round robin in DNS? hm
There is no such thing as turning off round robin. It is a state of being by
having multiple records that end up pointing to different IPs. Whether you
use the same host name multiple times or whether you use cnames doesn't
matter, the end result is the same.
--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp
The next ClusterHelp classes are:
Mar 10- 13 in Denver
May 12-15 in New York |
|
| Back to top |
|
 |
Russ Kaufmann [MVP]
Joined: 05 Aug 2007 Posts: 69
|
Posted: Fri Feb 15, 2008 4:22 am Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
"Lehr" wrote in message @microsoft.com...
>> >> > And what about putting two same CNAME records in with different IP ?
>> >> > One IP for CAS1 in Location A, and second IP for CAS2 in Location B.
>> >> > Would that provide HA in case one of the CAS servers goes down?
>> >>
>> >> Nope. That would be the same thing as doing DNS round robin. It is not
>> >> an HA
>> >> solution. If one server were to fail, half of the traffic would still
>> >> be
>> >> directed to it.
>> >>
>> >
>> >And if we turn off round robin in DNS? hm
>>
>> Then it still wont work. Unless you remove the downed servers ip from
>> the CNAME and then wait for client TTL to expire.
>>
>> Why not just build the NLB correctly using the NLB features of Windows
>> or a 3rd party solution?
>
> My question was is it possible to build NLB with two nodes in different
> subnets, and I got the answer that it is not.
> But...maybe I'm wrong...but I still think it's going to work...
OK, then why bother asking... Test it for yourself, if that is what it
takes to convince you.
> In that case NLB is going to have two IP adressess, one from NODE A
> subnet,
> and one from NODE B subnet, right? And when the client requests IP for,
> NLB,
> he will get
> IP from his local subnet, and that will work if round robin is turned off
> in
> DNS.
> And if one of nodes goes down, NLB would know that and everything goes to
> other node.
>
> Am I wrong?
Yes, it won't work, but feel free to try it.
--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp
The next ClusterHelp classes are:
Mar 10- 13 in Denver
May 12-15 in New York |
|
| Back to top |
|
 |
Lehr
Joined: 09 Jan 2008 Posts: 22
|
Posted: Sat Feb 16, 2008 5:24 am Post subject: Re: NLB over wan with Windows 2008 Server for CAS role |
|
|
OK, you convinced me
"Russ Kaufmann [MVP]" wrote:
> "Lehr" wrote in message
> @microsoft.com...
> >> >> > And what about putting two same CNAME records in with different IP ?
> >> >> > One IP for CAS1 in Location A, and second IP for CAS2 in Location B.
> >> >> > Would that provide HA in case one of the CAS servers goes down?
> >> >>
> >> >> Nope. That would be the same thing as doing DNS round robin. It is not
> >> >> an HA
> >> >> solution. If one server were to fail, half of the traffic would still
> >> >> be
> >> >> directed to it.
> >> >>
> >> >
> >> >And if we turn off round robin in DNS? hm
> >>
> >> Then it still wont work. Unless you remove the downed servers ip from
> >> the CNAME and then wait for client TTL to expire.
> >>
> >> Why not just build the NLB correctly using the NLB features of Windows
> >> or a 3rd party solution?
> >
> > My question was is it possible to build NLB with two nodes in different
> > subnets, and I got the answer that it is not.
> > But...maybe I'm wrong...but I still think it's going to work...
>
> OK, then why bother asking... Test it for yourself, if that is what it
> takes to convince you.
>
> > In that case NLB is going to have two IP adressess, one from NODE A
> > subnet,
> > and one from NODE B subnet, right? And when the client requests IP for,
> > NLB,
> > he will get
> > IP from his local subnet, and that will work if round robin is turned off
> > in
> > DNS.
> > And if one of nodes goes down, NLB would know that and everything goes to
> > other node.
> >
> > Am I wrong?
>
> Yes, it won't work, but feel free to try it.
>
>
> --
> Russ Kaufmann
> MVP - Windows Server - Clustering
> ClusterHelp.com, a Microsoft Certified Gold Partner
> Web http://www.clusterhelp.com
> Blog http://msmvps.com/clusterhelp
>
> The next ClusterHelp classes are:
> Mar 10- 13 in Denver
> May 12-15 in New York
>
|
|
| Back to top |
|
 |
|
|
| Related Topics: | Windows 2008 Failover Cluster Hi Can anyone confirm the following: How many nodes ( active and passive ) can you have with Windows 2008 Enterprise? Am I correct in saying that it support more flexible quorum models than Window 2003, and it also supports clusters on different IP subnet
Exchange 2007: Failover for each role of Exchange Hi, How to have a failover each role of Exchange 2007: Mailbox Hub transport Edge transport Client access Can i combine some roles? Thanks,
Exchange 2007 SP1 SCR on Windows 2003 Hi I am currently looking into utilising Exchange 2007 SP1 SCR to provide recovery at our D.R site. We currently have 2 x two node Exchange 2007 SP1 clusters (MNS Quorum) running on Windows 2003 R2 with SP2. I have enabled the appropriate storage groups f
Shutting down an A/A/P Windows 2003 / Exchange 2007 We are having a power outage this weekend, I need to shutdown the entire cluster. We have an Windows 2003 SP2 / Exchange 2007 cluster. Do I do the following: 1st shutdown passive node 2nd - shutdown active node - At this point will t
Windows 2003 clustering issue with Exchange 2007 (0/1) Hi We have a 2 node Windows 2003 cluster ( MNS quorum ) running Exchange 2007. I have noticed that the "Cluster Group" failover times vary on each node, one takes a few seconds, the other takes approx 1 minute and generated a "windows write delay" error |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|