Domain Controller and Login

  • Thread starter Thread starter NT
  • Start date Start date
N

NT

We have two DC and several file servers.
I am wondering is there a way to specify which DC I want
to connect.

Thanks.
 
Paul,

Good link. But this is a difficult subject to grasp for a lot of people.

I will expound upon this a bit more - if you do not mind.

Out of the box all Windows 2000 Domain Controllers have a weight of [0] and
a priority of [100]. All clients are supposed to authenticate against the
Domain Controller with the lowest weight ( and there are no negative
numbers, so [0] is pretty much as low as it is going to get!!! ). Should
there be multiple Domain Controllers that have the same weight ( in this
example, [0] ) then the value in the priority 'section' comes into play.
The higher the number, the better ( or, better said, the more likely that
this DC will respond ).

In the case of two Domain Controllers having the same weight ( again, [0] in
this example ) and the same priority ( [100] by default ) a situation is
created whereby both Domain Controllers will authenticate about 50% of the
client requests for authentication. However, if we change the priority so
that DC01 has a priority of [80] and so that DC02 has a priority of [20]
then you know that DC01 is going to respond to about 4x as many requests for
authentication than DC02.

So, if this is what he wants ( a situation in which DC01 responds to 4x as
many authentication requests than DC02 ) this would be the answer.

However, if sounds like he might want to pick and choose his DC ( meaning,
one DC does it all ). In this case he would need to change the weight of
the other DCs to something higher than his DC. So, [1] is just as good as
[100] in this case. So, does this mean that 'his DC' is going to be the
only DC that will respond to authentication requests? No! If 'his DC' is
busy ( meaning that it does not respond within 100 ms ) then the DC(s) with
the next lowest weight will come into play. So, maybe [1] is not just as
good as [100]! That depends on what he wants.

I generally stay away from playing with this and keep it at the defaults.
But, if you have a dog DC that seems to be overworked with these
authentication requests and the logons are taking a bit too long ( and there
are absolutely no DNS or other issues contributing to the long logon ) then
you might want to make that new Dual Xeon 3.06GHz with 2GB of RAM and super
fast Hard Drives and the 10/100/1000 NIC handle more of the load!

HTH,

Cary
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top