Domain controllers

G

Guest

I am adding an additional domain controller to my active directory child
domain for fault tolerance. I know that there are no longer PDC's and BDC's.
But I also know that two domain controllers in the same domain have different
functions. Are the FSMO roles the only things that make a difference between
being a member server and being the primary domain controller?
 
H

Herb Martin

Janelle said:
I am adding an additional domain controller to my active directory child
domain for fault tolerance. I know that there are no longer PDC's and
BDC's.
But I also know that two domain controllers in the same domain have
different
functions. Are the FSMO roles the only things that make a difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.
 
G

Guest

So if I want to introduce another DC into the domain to replace the current
one that is acting as the "PDC" what steps are necessary to do this?

Herb Martin said:
Janelle said:
I am adding an additional domain controller to my active directory child
domain for fault tolerance. I know that there are no longer PDC's and
BDC's.
But I also know that two domain controllers in the same domain have
different
functions. Are the FSMO roles the only things that make a difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
H

Harj

Hi,

The first domain controller brought up in a domain holds all 5 roles at
promotion.
It stays that way until you either transfer the roles or seize the
roles to a different DC.
If you are going to "replace" the DC acting as a PDC, bring up the new
DC, verify replication, and transfer the roles that this machine is
holding.
Keep in mind other issues such as profiles, file shares, DNS, DHCP...
You do not need to transfer the roles if the old DC hold the roles is
still going to be in the environment. It will still hold all the roles
it held before bringing in a new DC



How to view and transfer FSMO roles in Windows Server 2003
http://support.microsoft.com/kb/324801

Using Ntdsutil.exe to transfer or seize FSMO roles to a domain
controller
http://support.microsoft.com/kb/255504/

Hope this helps

Harj Singh
Power Your Active Directory Investment
www.specopssoft.com

So if I want to introduce another DC into the domain to replace the current
one that is acting as the "PDC" what steps are necessary to do this?

Herb Martin said:
Janelle said:
I am adding an additional domain controller to my active directory child
domain for fault tolerance. I know that there are no longer PDC's and
BDC's.
But I also know that two domain controllers in the same domain have
different
functions. Are the FSMO roles the only things that make a difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
H

Herb Martin

Janelle said:
So if I want to introduce another DC into the domain to replace the
current
one that is acting as the "PDC" what steps are necessary to do this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Herb Martin said:
Janelle said:
I am adding an additional domain controller to my active directory child
domain for fault tolerance. I know that there are no longer PDC's and
BDC's.
But I also know that two domain controllers in the same domain have
different
functions. Are the FSMO roles the only things that make a difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
G

Guest

I have one global catalog and on dc in my child domain. The reason that I am
taking the original domain controller out is due to a failing controller
card. I want to put the new server add the correct roles,take the other one
off line have it repaired and reintroduce it as an additional DC.
I figured out how to transfer the PDC, RID and infrastructure roles to the
new domain controller, but what other two roles do I need to add and how.
So do the additional roles on the server make it the "primary"? Also what is
the best way to deal with the changing of the DHCP, DNS and WINS functions?
Thanks
Janelle


Herb Martin said:
Janelle said:
So if I want to introduce another DC into the domain to replace the
current
one that is acting as the "PDC" what steps are necessary to do this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Herb Martin said:
I am adding an additional domain controller to my active directory child
domain for fault tolerance. I know that there are no longer PDC's and
BDC's.
But I also know that two domain controllers in the same domain have
different
functions. Are the FSMO roles the only things that make a difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
H

Herb Martin

Janelle said:
I have one global catalog and on dc in my child domain. The reason that I
am
taking the original domain controller out is due to a failing controller
card. I want to put the new server add the correct roles,take the other
one
off line have it repaired and reintroduce it as an additional DC.

If it were only going to be gone a few days I might leave it a DC.

I would definitely switch all roles and special jobs to another DC.
I figured out how to transfer the PDC, RID and infrastructure roles to the
new domain controller, but what other two roles do I need to add and how.

You only need to transfer the other two roles from the ROOT domain original
DC if you are moving that one -- you said you are only messing with a child
domain DC which won't have those.

NTDSUtil is the general tool for all five roles.

But since you asked: AD Domains and Trusts for Domain Naming Master
and the Schema Editor for moving the Schema master.

BTW with a reasonably small forest it is perfectly reasonable to make every
DC into a GC (in Sites and Services on the Server "NTDS" settings")
So do the additional roles on the server make it the "primary"?

Nope. All DCs are equal. (Some are more equal than others due to
the FSMO roles but it is best not to think of ANY DC as "the primary".)
Also what is
the best way to deal with the changing of the DHCP, DNS and WINS
functions?

If your DHCP lease period is LONG go reduce that IMMEDIATELY
and first on all "scopes". (An hour or two is probably short enough to
keep you from being irritated in later steps.)

ADD DNS, DHCP, and WINS to the other (replacement) server.

Configure the zones for DNS on new server as a Secondary unless
you are using AD Integrated (which is better) where the zones should
just show up automatically on a new DNS-DC.

Get that right. Test (DCDiag, and a sample client etc.)

Change ALL of the clients and DHCP to reflect the new DNS and WINS
server addresses. (Aren't you glad the lease period is short now? <Grin>)

Replicate the new WINS server from the old one.

Turn off the original DHCP server.

Wait for refresh or manually refresh all DHCP clients and/or reboot.
Test again. Sample clients etc.

Remove any (remaining) references to the old DNS and WINS server.
Optionally take ownership by new WINS server of all replicated
records from the old one.

Turn off old DNS and WINS services and test again.

DCPromo the old DC.

And remember that "DNS client" and "WINS Client" above means
EVERY MACHINE, even DCs and other 'servers' !!!

I think that is pretty much it but that was just off the top of my head
by thinking it through logically.

You should start with this. Make sure you understand it, and try to
think up anything else that can go wrong or delay you....

Remember to test (DCDiag etc.) both BEFORE and after.

If you don't know about current problems you make be chasing ghosts
(of the old setup) if things seem funky or really go bad later.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Thanks
Janelle


Herb Martin said:
Janelle said:
So if I want to introduce another DC into the domain to replace the
current
one that is acting as the "PDC" what steps are necessary to do this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
:

I am adding an additional domain controller to my active directory
child
domain for fault tolerance. I know that there are no longer PDC's
and
BDC's.
But I also know that two domain controllers in the same domain have
different
functions. Are the FSMO roles the only things that make a difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
G

Guest

So what is the best way to transfer the DNS ,DHCP, WINS and ISA server
functions to the new domain controller.
And is it better to change the roles manually or through dcpromo?
Thanks
Janelle

Janelle said:
I have one global catalog and on dc in my child domain. The reason that I am
taking the original domain controller out is due to a failing controller
card. I want to put the new server add the correct roles,take the other one
off line have it repaired and reintroduce it as an additional DC.
I figured out how to transfer the PDC, RID and infrastructure roles to the
new domain controller, but what other two roles do I need to add and how.
So do the additional roles on the server make it the "primary"? Also what is
the best way to deal with the changing of the DHCP, DNS and WINS functions?
Thanks
Janelle


Herb Martin said:
Janelle said:
So if I want to introduce another DC into the domain to replace the
current
one that is acting as the "PDC" what steps are necessary to do this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
:

I am adding an additional domain controller to my active directory child
domain for fault tolerance. I know that there are no longer PDC's and
BDC's.
But I also know that two domain controllers in the same domain have
different
functions. Are the FSMO roles the only things that make a difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
G

Guest

What is the best way to deal with DHCP, DNS, WINS and the ISA server function?
Is it better to switch the roles over manually or through dcpromo. And last
but not least when is the best time to put the microsoft managment tools on
the new domain controller
Thanks
Janelle

Herb Martin said:
Janelle said:
I have one global catalog and on dc in my child domain. The reason that I
am
taking the original domain controller out is due to a failing controller
card. I want to put the new server add the correct roles,take the other
one
off line have it repaired and reintroduce it as an additional DC.

If it were only going to be gone a few days I might leave it a DC.

I would definitely switch all roles and special jobs to another DC.
I figured out how to transfer the PDC, RID and infrastructure roles to the
new domain controller, but what other two roles do I need to add and how.

You only need to transfer the other two roles from the ROOT domain original
DC if you are moving that one -- you said you are only messing with a child
domain DC which won't have those.

NTDSUtil is the general tool for all five roles.

But since you asked: AD Domains and Trusts for Domain Naming Master
and the Schema Editor for moving the Schema master.

BTW with a reasonably small forest it is perfectly reasonable to make every
DC into a GC (in Sites and Services on the Server "NTDS" settings")
So do the additional roles on the server make it the "primary"?

Nope. All DCs are equal. (Some are more equal than others due to
the FSMO roles but it is best not to think of ANY DC as "the primary".)
Also what is
the best way to deal with the changing of the DHCP, DNS and WINS
functions?

If your DHCP lease period is LONG go reduce that IMMEDIATELY
and first on all "scopes". (An hour or two is probably short enough to
keep you from being irritated in later steps.)

ADD DNS, DHCP, and WINS to the other (replacement) server.

Configure the zones for DNS on new server as a Secondary unless
you are using AD Integrated (which is better) where the zones should
just show up automatically on a new DNS-DC.

Get that right. Test (DCDiag, and a sample client etc.)

Change ALL of the clients and DHCP to reflect the new DNS and WINS
server addresses. (Aren't you glad the lease period is short now? <Grin>)

Replicate the new WINS server from the old one.

Turn off the original DHCP server.

Wait for refresh or manually refresh all DHCP clients and/or reboot.
Test again. Sample clients etc.

Remove any (remaining) references to the old DNS and WINS server.
Optionally take ownership by new WINS server of all replicated
records from the old one.

Turn off old DNS and WINS services and test again.

DCPromo the old DC.

And remember that "DNS client" and "WINS Client" above means
EVERY MACHINE, even DCs and other 'servers' !!!

I think that is pretty much it but that was just off the top of my head
by thinking it through logically.

You should start with this. Make sure you understand it, and try to
think up anything else that can go wrong or delay you....

Remember to test (DCDiag etc.) both BEFORE and after.

If you don't know about current problems you make be chasing ghosts
(of the old setup) if things seem funky or really go bad later.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Thanks
Janelle


Herb Martin said:
So if I want to introduce another DC into the domain to replace the
current
one that is acting as the "PDC" what steps are necessary to do this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


:

I am adding an additional domain controller to my active directory
child
domain for fault tolerance. I know that there are no longer PDC's
and
BDC's.
But I also know that two domain controllers in the same domain have
different
functions. Are the FSMO roles the only things that make a difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
H

Herb Martin

Janelle said:
What is the best way to deal with DHCP, DNS, WINS and the ISA server
function?
Is it better to switch the roles over manually or through dcpromo. And
last
but not least when is the best time to put the microsoft managment tools
on
the new domain controller

I answered this in an earlier post, except for th ISA and
part about DCPromo.

You cannot use DCPromo to transfer any of these -- only
a new DNS setup works with DCPromo (for new domains
is where it makes sense) automatically.

DHCP must be done entirely manually.

WINS is mostly manual but you can replicate (manual setup)
the old database to the new server easily.

DHCP can be (manually and tediously) migrated but if you
have enough addresses it is usually easier to just switch.
If short on addresses then you can move the DHCP database
from one server to another -- search Googgle against Microsoft
site for this procedure:

[ site:microsoft.com DHCP migrate | move server ]

ISA is complete a manual process, but you might ask in the
ISA newsgroups for any (manual) procedures for moving the
current configuration. (I don't know if such exist but imagine
it is a bit of a mess if you config is complex....)


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Thanks
Janelle

Herb Martin said:
Janelle said:
I have one global catalog and on dc in my child domain. The reason that
I
am
taking the original domain controller out is due to a failing
controller
card. I want to put the new server add the correct roles,take the other
one
off line have it repaired and reintroduce it as an additional DC.

If it were only going to be gone a few days I might leave it a DC.

I would definitely switch all roles and special jobs to another DC.
I figured out how to transfer the PDC, RID and infrastructure roles to
the
new domain controller, but what other two roles do I need to add and
how.

You only need to transfer the other two roles from the ROOT domain
original
DC if you are moving that one -- you said you are only messing with a
child
domain DC which won't have those.

NTDSUtil is the general tool for all five roles.

But since you asked: AD Domains and Trusts for Domain Naming Master
and the Schema Editor for moving the Schema master.

BTW with a reasonably small forest it is perfectly reasonable to make
every
DC into a GC (in Sites and Services on the Server "NTDS" settings")
So do the additional roles on the server make it the "primary"?

Nope. All DCs are equal. (Some are more equal than others due to
the FSMO roles but it is best not to think of ANY DC as "the primary".)
Also what is
the best way to deal with the changing of the DHCP, DNS and WINS
functions?

If your DHCP lease period is LONG go reduce that IMMEDIATELY
and first on all "scopes". (An hour or two is probably short enough to
keep you from being irritated in later steps.)

ADD DNS, DHCP, and WINS to the other (replacement) server.

Configure the zones for DNS on new server as a Secondary unless
you are using AD Integrated (which is better) where the zones should
just show up automatically on a new DNS-DC.

Get that right. Test (DCDiag, and a sample client etc.)

Change ALL of the clients and DHCP to reflect the new DNS and WINS
server addresses. (Aren't you glad the lease period is short now?
<Grin>)

Replicate the new WINS server from the old one.

Turn off the original DHCP server.

Wait for refresh or manually refresh all DHCP clients and/or reboot.
Test again. Sample clients etc.

Remove any (remaining) references to the old DNS and WINS server.
Optionally take ownership by new WINS server of all replicated
records from the old one.

Turn off old DNS and WINS services and test again.

DCPromo the old DC.

And remember that "DNS client" and "WINS Client" above means
EVERY MACHINE, even DCs and other 'servers' !!!

I think that is pretty much it but that was just off the top of my head
by thinking it through logically.

You should start with this. Make sure you understand it, and try to
think up anything else that can go wrong or delay you....

Remember to test (DCDiag etc.) both BEFORE and after.

If you don't know about current problems you make be chasing ghosts
(of the old setup) if things seem funky or really go bad later.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Thanks
Janelle


:

So if I want to introduce another DC into the domain to replace the
current
one that is acting as the "PDC" what steps are necessary to do this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


:

I am adding an additional domain controller to my active directory
child
domain for fault tolerance. I know that there are no longer PDC's
and
BDC's.
But I also know that two domain controllers in the same domain
have
different
functions. Are the FSMO roles the only things that make a
difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
G

Guest

Okay that confirms what I saw on my test domain, once I turned on DNS while
other DNS was still on the zones transferred to the new domain controller. So
I will have to maually transfer the databases or the numbers for DHCP and WINS
Thanks
Janelle

Herb Martin said:
Janelle said:
What is the best way to deal with DHCP, DNS, WINS and the ISA server
function?
Is it better to switch the roles over manually or through dcpromo. And
last
but not least when is the best time to put the microsoft managment tools
on
the new domain controller

I answered this in an earlier post, except for th ISA and
part about DCPromo.

You cannot use DCPromo to transfer any of these -- only
a new DNS setup works with DCPromo (for new domains
is where it makes sense) automatically.

DHCP must be done entirely manually.

WINS is mostly manual but you can replicate (manual setup)
the old database to the new server easily.

DHCP can be (manually and tediously) migrated but if you
have enough addresses it is usually easier to just switch.
If short on addresses then you can move the DHCP database
from one server to another -- search Googgle against Microsoft
site for this procedure:

[ site:microsoft.com DHCP migrate | move server ]

ISA is complete a manual process, but you might ask in the
ISA newsgroups for any (manual) procedures for moving the
current configuration. (I don't know if such exist but imagine
it is a bit of a mess if you config is complex....)


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Thanks
Janelle

Herb Martin said:
I have one global catalog and on dc in my child domain. The reason that
I
am
taking the original domain controller out is due to a failing
controller
card. I want to put the new server add the correct roles,take the other
one
off line have it repaired and reintroduce it as an additional DC.

If it were only going to be gone a few days I might leave it a DC.

I would definitely switch all roles and special jobs to another DC.

I figured out how to transfer the PDC, RID and infrastructure roles to
the
new domain controller, but what other two roles do I need to add and
how.

You only need to transfer the other two roles from the ROOT domain
original
DC if you are moving that one -- you said you are only messing with a
child
domain DC which won't have those.

NTDSUtil is the general tool for all five roles.

But since you asked: AD Domains and Trusts for Domain Naming Master
and the Schema Editor for moving the Schema master.

BTW with a reasonably small forest it is perfectly reasonable to make
every
DC into a GC (in Sites and Services on the Server "NTDS" settings")

So do the additional roles on the server make it the "primary"?

Nope. All DCs are equal. (Some are more equal than others due to
the FSMO roles but it is best not to think of ANY DC as "the primary".)

Also what is
the best way to deal with the changing of the DHCP, DNS and WINS
functions?

If your DHCP lease period is LONG go reduce that IMMEDIATELY
and first on all "scopes". (An hour or two is probably short enough to
keep you from being irritated in later steps.)

ADD DNS, DHCP, and WINS to the other (replacement) server.

Configure the zones for DNS on new server as a Secondary unless
you are using AD Integrated (which is better) where the zones should
just show up automatically on a new DNS-DC.

Get that right. Test (DCDiag, and a sample client etc.)

Change ALL of the clients and DHCP to reflect the new DNS and WINS
server addresses. (Aren't you glad the lease period is short now?
<Grin>)

Replicate the new WINS server from the old one.

Turn off the original DHCP server.

Wait for refresh or manually refresh all DHCP clients and/or reboot.
Test again. Sample clients etc.

Remove any (remaining) references to the old DNS and WINS server.
Optionally take ownership by new WINS server of all replicated
records from the old one.

Turn off old DNS and WINS services and test again.

DCPromo the old DC.

And remember that "DNS client" and "WINS Client" above means
EVERY MACHINE, even DCs and other 'servers' !!!

I think that is pretty much it but that was just off the top of my head
by thinking it through logically.

You should start with this. Make sure you understand it, and try to
think up anything else that can go wrong or delay you....

Remember to test (DCDiag etc.) both BEFORE and after.

If you don't know about current problems you make be chasing ghosts
(of the old setup) if things seem funky or really go bad later.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

Thanks
Janelle


:

So if I want to introduce another DC into the domain to replace the
current
one that is acting as the "PDC" what steps are necessary to do this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


:

I am adding an additional domain controller to my active directory
child
domain for fault tolerance. I know that there are no longer PDC's
and
BDC's.
But I also know that two domain controllers in the same domain
have
different
functions. Are the FSMO roles the only things that make a
difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
H

Herb Martin

Janelle said:
Okay that confirms what I saw on my test domain, once I turned on DNS
while
other DNS was still on the zones transferred to the new domain controller.
So
I will have to maually transfer the databases or the numbers for DHCP and
WINS

Well WINS will require manual CONFIG but you can replicated
it by only setting up the replication manually -- the Servers will
do the actual replication.

Both DHCP and WINS databases CAN be move -- there are KB
articles at Microsoft about doing it (maybe it is right in the help
too) but I would generally try to avoid it as not worth the trouble.

Replicating the WINS would be my choice (not moving database)
and in most cases reducing the DHCP lease so that I could switch
the out easily IF I didn't have a shortage of address but moving
the actual database if this was less work in a particular situation.

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Thanks
Janelle

Herb Martin said:
Janelle said:
What is the best way to deal with DHCP, DNS, WINS and the ISA server
function?
Is it better to switch the roles over manually or through dcpromo. And
last
but not least when is the best time to put the microsoft managment
tools
on
the new domain controller

I answered this in an earlier post, except for th ISA and
part about DCPromo.

You cannot use DCPromo to transfer any of these -- only
a new DNS setup works with DCPromo (for new domains
is where it makes sense) automatically.

DHCP must be done entirely manually.

WINS is mostly manual but you can replicate (manual setup)
the old database to the new server easily.

DHCP can be (manually and tediously) migrated but if you
have enough addresses it is usually easier to just switch.
If short on addresses then you can move the DHCP database
from one server to another -- search Googgle against Microsoft
site for this procedure:

[ site:microsoft.com DHCP migrate | move server ]

ISA is complete a manual process, but you might ask in the
ISA newsgroups for any (manual) procedures for moving the
current configuration. (I don't know if such exist but imagine
it is a bit of a mess if you config is complex....)


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Thanks
Janelle

:

I have one global catalog and on dc in my child domain. The reason
that
I
am
taking the original domain controller out is due to a failing
controller
card. I want to put the new server add the correct roles,take the
other
one
off line have it repaired and reintroduce it as an additional DC.

If it were only going to be gone a few days I might leave it a DC.

I would definitely switch all roles and special jobs to another DC.

I figured out how to transfer the PDC, RID and infrastructure roles
to
the
new domain controller, but what other two roles do I need to add and
how.

You only need to transfer the other two roles from the ROOT domain
original
DC if you are moving that one -- you said you are only messing with a
child
domain DC which won't have those.

NTDSUtil is the general tool for all five roles.

But since you asked: AD Domains and Trusts for Domain Naming Master
and the Schema Editor for moving the Schema master.

BTW with a reasonably small forest it is perfectly reasonable to make
every
DC into a GC (in Sites and Services on the Server "NTDS" settings")

So do the additional roles on the server make it the "primary"?

Nope. All DCs are equal. (Some are more equal than others due to
the FSMO roles but it is best not to think of ANY DC as "the
primary".)

Also what is
the best way to deal with the changing of the DHCP, DNS and WINS
functions?

If your DHCP lease period is LONG go reduce that IMMEDIATELY
and first on all "scopes". (An hour or two is probably short enough
to
keep you from being irritated in later steps.)

ADD DNS, DHCP, and WINS to the other (replacement) server.

Configure the zones for DNS on new server as a Secondary unless
you are using AD Integrated (which is better) where the zones should
just show up automatically on a new DNS-DC.

Get that right. Test (DCDiag, and a sample client etc.)

Change ALL of the clients and DHCP to reflect the new DNS and WINS
server addresses. (Aren't you glad the lease period is short now?
<Grin>)

Replicate the new WINS server from the old one.

Turn off the original DHCP server.

Wait for refresh or manually refresh all DHCP clients and/or reboot.
Test again. Sample clients etc.

Remove any (remaining) references to the old DNS and WINS server.
Optionally take ownership by new WINS server of all replicated
records from the old one.

Turn off old DNS and WINS services and test again.

DCPromo the old DC.

And remember that "DNS client" and "WINS Client" above means
EVERY MACHINE, even DCs and other 'servers' !!!

I think that is pretty much it but that was just off the top of my
head
by thinking it through logically.

You should start with this. Make sure you understand it, and try to
think up anything else that can go wrong or delay you....

Remember to test (DCDiag etc.) both BEFORE and after.

If you don't know about current problems you make be chasing ghosts
(of the old setup) if things seem funky or really go bad later.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

Thanks
Janelle


:

So if I want to introduce another DC into the domain to replace
the
current
one that is acting as the "PDC" what steps are necessary to do
this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


:

I am adding an additional domain controller to my active
directory
child
domain for fault tolerance. I know that there are no longer
PDC's
and
BDC's.
But I also know that two domain controllers in the same domain
have
different
functions. Are the FSMO roles the only things that make a
difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
G

Guest

FYI: The new zones "transferred" only because they were Active Directory
integrated - if they are not (i.e. they are primary or secondary zones) they
would not exist on the new DNS server.

Also, if you have multiple domains in your forest - and each domain has its
own AD integrated zones, they won't transfer between them either.

Caveat: I'm speaking from Win2K experience, not 2003.


Janelle said:
Okay that confirms what I saw on my test domain, once I turned on DNS while
other DNS was still on the zones transferred to the new domain controller. So
I will have to maually transfer the databases or the numbers for DHCP and WINS
Thanks
Janelle

Herb Martin said:
Janelle said:
What is the best way to deal with DHCP, DNS, WINS and the ISA server
function?
Is it better to switch the roles over manually or through dcpromo. And
last
but not least when is the best time to put the microsoft managment tools
on
the new domain controller

I answered this in an earlier post, except for th ISA and
part about DCPromo.

You cannot use DCPromo to transfer any of these -- only
a new DNS setup works with DCPromo (for new domains
is where it makes sense) automatically.

DHCP must be done entirely manually.

WINS is mostly manual but you can replicate (manual setup)
the old database to the new server easily.

DHCP can be (manually and tediously) migrated but if you
have enough addresses it is usually easier to just switch.
If short on addresses then you can move the DHCP database
from one server to another -- search Googgle against Microsoft
site for this procedure:

[ site:microsoft.com DHCP migrate | move server ]

ISA is complete a manual process, but you might ask in the
ISA newsgroups for any (manual) procedures for moving the
current configuration. (I don't know if such exist but imagine
it is a bit of a mess if you config is complex....)


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Thanks
Janelle

:

I have one global catalog and on dc in my child domain. The reason that
I
am
taking the original domain controller out is due to a failing
controller
card. I want to put the new server add the correct roles,take the other
one
off line have it repaired and reintroduce it as an additional DC.

If it were only going to be gone a few days I might leave it a DC.

I would definitely switch all roles and special jobs to another DC.

I figured out how to transfer the PDC, RID and infrastructure roles to
the
new domain controller, but what other two roles do I need to add and
how.

You only need to transfer the other two roles from the ROOT domain
original
DC if you are moving that one -- you said you are only messing with a
child
domain DC which won't have those.

NTDSUtil is the general tool for all five roles.

But since you asked: AD Domains and Trusts for Domain Naming Master
and the Schema Editor for moving the Schema master.

BTW with a reasonably small forest it is perfectly reasonable to make
every
DC into a GC (in Sites and Services on the Server "NTDS" settings")

So do the additional roles on the server make it the "primary"?

Nope. All DCs are equal. (Some are more equal than others due to
the FSMO roles but it is best not to think of ANY DC as "the primary".)

Also what is
the best way to deal with the changing of the DHCP, DNS and WINS
functions?

If your DHCP lease period is LONG go reduce that IMMEDIATELY
and first on all "scopes". (An hour or two is probably short enough to
keep you from being irritated in later steps.)

ADD DNS, DHCP, and WINS to the other (replacement) server.

Configure the zones for DNS on new server as a Secondary unless
you are using AD Integrated (which is better) where the zones should
just show up automatically on a new DNS-DC.

Get that right. Test (DCDiag, and a sample client etc.)

Change ALL of the clients and DHCP to reflect the new DNS and WINS
server addresses. (Aren't you glad the lease period is short now?
<Grin>)

Replicate the new WINS server from the old one.

Turn off the original DHCP server.

Wait for refresh or manually refresh all DHCP clients and/or reboot.
Test again. Sample clients etc.

Remove any (remaining) references to the old DNS and WINS server.
Optionally take ownership by new WINS server of all replicated
records from the old one.

Turn off old DNS and WINS services and test again.

DCPromo the old DC.

And remember that "DNS client" and "WINS Client" above means
EVERY MACHINE, even DCs and other 'servers' !!!

I think that is pretty much it but that was just off the top of my head
by thinking it through logically.

You should start with this. Make sure you understand it, and try to
think up anything else that can go wrong or delay you....

Remember to test (DCDiag etc.) both BEFORE and after.

If you don't know about current problems you make be chasing ghosts
(of the old setup) if things seem funky or really go bad later.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

Thanks
Janelle


:

So if I want to introduce another DC into the domain to replace the
current
one that is acting as the "PDC" what steps are necessary to do this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


:

I am adding an additional domain controller to my active directory
child
domain for fault tolerance. I know that there are no longer PDC's
and
BDC's.
But I also know that two domain controllers in the same domain
have
different
functions. Are the FSMO roles the only things that make a
difference
between
being a member server and being the primary domain controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print, email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
H

Herb Martin

Ken Brown said:
FYI: The new zones "transferred" only because they were Active Directory
integrated - if they are not (i.e. they are primary or secondary zones)
they
would not exist on the new DNS server.

Also, if you have multiple domains in your forest - and each domain has
its
own AD integrated zones, they won't transfer between them either.

Caveat: I'm speaking from Win2K experience, not 2003.

Yes.

That is correct for Win2000, and available as a choice in 2003
which also offers, DNS-DC replication in domain, or DNS-DC
replication in the forest, or named partition replication for DNS.



--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
Janelle said:
Okay that confirms what I saw on my test domain, once I turned on DNS
while
other DNS was still on the zones transferred to the new domain
controller. So
I will have to maually transfer the databases or the numbers for DHCP and
WINS
Thanks
Janelle

Herb Martin said:
What is the best way to deal with DHCP, DNS, WINS and the ISA server
function?
Is it better to switch the roles over manually or through dcpromo.
And
last
but not least when is the best time to put the microsoft managment
tools
on
the new domain controller

I answered this in an earlier post, except for th ISA and
part about DCPromo.

You cannot use DCPromo to transfer any of these -- only
a new DNS setup works with DCPromo (for new domains
is where it makes sense) automatically.

DHCP must be done entirely manually.

WINS is mostly manual but you can replicate (manual setup)
the old database to the new server easily.

DHCP can be (manually and tediously) migrated but if you
have enough addresses it is usually easier to just switch.
If short on addresses then you can move the DHCP database
from one server to another -- search Googgle against Microsoft
site for this procedure:

[ site:microsoft.com DHCP migrate | move server ]

ISA is complete a manual process, but you might ask in the
ISA newsgroups for any (manual) procedures for moving the
current configuration. (I don't know if such exist but imagine
it is a bit of a mess if you config is complex....)


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

Thanks
Janelle

:

I have one global catalog and on dc in my child domain. The reason
that
I
am
taking the original domain controller out is due to a failing
controller
card. I want to put the new server add the correct roles,take the
other
one
off line have it repaired and reintroduce it as an additional DC.

If it were only going to be gone a few days I might leave it a DC.

I would definitely switch all roles and special jobs to another DC.

I figured out how to transfer the PDC, RID and infrastructure
roles to
the
new domain controller, but what other two roles do I need to add
and
how.

You only need to transfer the other two roles from the ROOT domain
original
DC if you are moving that one -- you said you are only messing with
a
child
domain DC which won't have those.

NTDSUtil is the general tool for all five roles.

But since you asked: AD Domains and Trusts for Domain Naming Master
and the Schema Editor for moving the Schema master.

BTW with a reasonably small forest it is perfectly reasonable to
make
every
DC into a GC (in Sites and Services on the Server "NTDS" settings")

So do the additional roles on the server make it the "primary"?

Nope. All DCs are equal. (Some are more equal than others due to
the FSMO roles but it is best not to think of ANY DC as "the
primary".)

Also what is
the best way to deal with the changing of the DHCP, DNS and WINS
functions?

If your DHCP lease period is LONG go reduce that IMMEDIATELY
and first on all "scopes". (An hour or two is probably short enough
to
keep you from being irritated in later steps.)

ADD DNS, DHCP, and WINS to the other (replacement) server.

Configure the zones for DNS on new server as a Secondary unless
you are using AD Integrated (which is better) where the zones should
just show up automatically on a new DNS-DC.

Get that right. Test (DCDiag, and a sample client etc.)

Change ALL of the clients and DHCP to reflect the new DNS and WINS
server addresses. (Aren't you glad the lease period is short now?
<Grin>)

Replicate the new WINS server from the old one.

Turn off the original DHCP server.

Wait for refresh or manually refresh all DHCP clients and/or reboot.
Test again. Sample clients etc.

Remove any (remaining) references to the old DNS and WINS server.
Optionally take ownership by new WINS server of all replicated
records from the old one.

Turn off old DNS and WINS services and test again.

DCPromo the old DC.

And remember that "DNS client" and "WINS Client" above means
EVERY MACHINE, even DCs and other 'servers' !!!

I think that is pretty much it but that was just off the top of my
head
by thinking it through logically.

You should start with this. Make sure you understand it, and try to
think up anything else that can go wrong or delay you....

Remember to test (DCDiag etc.) both BEFORE and after.

If you don't know about current problems you make be chasing ghosts
(of the old setup) if things seem funky or really go bad later.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

Thanks
Janelle


:

So if I want to introduce another DC into the domain to replace
the
current
one that is acting as the "PDC" what steps are necessary to do
this?

DCPromo a member server as an additional DC.

Transfer the roles you wish to move to the new DC.

For transferring 1-3 domain roles the usual tool
is AD Users and Computers (right click on Domain).

For transferring all five roles it is usually easier to use
NTDSUtil but be sure to NEVER "seize" a role unless
you have NO choice and are forced to do so. ('Transfer'
and 'Seize' are two distinct technical terms: Transfer is
good; seize is BAD.)

Be sure to arrange for DNS and GCs before you remove
the original DC (since frequently people only have the one
GC or forget to either setup DNS correctly or to change the
clients to match the new DC.)

When your domain can function without the original DC then
turn it off briefly (to check this) and then DCPromo to non-DC.

How may DCs do you have? You should generally have AT
LEAST TWO per domain and more are frequently better,
especially if you have WAN locations.

[Many people are too quick to retire older DCs, overlooking
the fact that it requires very little CPU and other horsepower
to be ONLY a DC.]


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


:

I am adding an additional domain controller to my active
directory
child
domain for fault tolerance. I know that there are no longer
PDC's
and
BDC's.
But I also know that two domain controllers in the same
domain
have
different
functions. Are the FSMO roles the only things that make a
difference
between
being a member server and being the primary domain
controller?

No. First you have members servers which are NOT DCs at all
but merely offer non-domain services such as file, print,
email,
DNS, DHCP etc.

Every DC has Active Directory and functions as both an
authentication and ldap server for domain data.

You may DCPromo a member server to DC in which case
it will have none of the FSMO roles (by default) unless it
were
the very first one which created the domain. Neither would it
be a GC or Global Catolog Server or DNS server automatically.

The three domain specific FSMO roles are on the first DC by
default but may be moved: PDC Emulator, RID Master, and
Infrastructure Master.

There are two more FSMO masters for the FOREST, but they
only exist on the first DC on the first DOMAIN of the forest.

Any DC in a domain may be made a GC, as many as you like.


--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 

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

Top