Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Networking > add additional server 2003 to forest

Reply
Thread Tools Display Modes

add additional server 2003 to forest

 
 
Don
Guest
Posts: n/a

 
      03-21-2010
hello, my server 2003 needs to be redone so here is what i plan on doing.

i vmwared my server 2003 and have reinstalled server 2003 on the machine.

I wish to add the server to the virtualized server to replicated all the
users, printers, dns, dhcp and fileshareing since that would take weeks
to redo.

what steps do i need to take to add the server to the virtualized server
than remove the virtualized server from the equation?

eg. dcpromo the server to the virtualized server enter in the
credentials. followed by a reboot. Will that bring over dns, dhcp and
file sharing settings?

or is there a better way?
 
Reply With Quote
 
 
 
 
Don
Guest
Posts: n/a

 
      03-21-2010

On 3/21/2010 12:07 AM, Don wrote:
> hello, my server 2003 needs to be redone so here is what i plan on doing.
>
> i vmwared my server 2003 and have reinstalled server 2003 on the machine.
>
> I wish to add the server to the virtualized server to replicated all the
> users, printers, dns, dhcp and fileshareing since that would take weeks
> to redo.
>
> what steps do i need to take to add the server to the virtualized server
> than remove the virtualized server from the equation?
>
> eg. dcpromo the server to the virtualized server enter in the
> credentials. followed by a reboot. Will that bring over dns, dhcp and
> file sharing settings?
>
> or is there a better way?

forgot to add than seizr the 5 fsmo roles, check mark added for global
catalouge server, than power off the virtualized server and im good to go?
 
Reply With Quote
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      03-21-2010
Hello Don,

If i understand you correct you have virtualized a server to VM which is
up and running on an ESX server and now you like to add the reinstalled physcial
machine as additional DC to the existing domain, replicate the AD database
and all needed data. After that you like to remove the virtual machine from
the domain and have the new installed server as the one and only machine
again.

See here about:
- On the virtual server open DNS management console and check that you are
running Active directory integrated zone (easier for replication, if you
have more then one DNS server)

- run replmon from the run line or repadmin /showrepl(only if more then one
DC exist), dcdiag /v and netdiag from the command prompt on the old machine
to check for errors, if you have some post the complete output from the command
here or solve them first. For this tools you have to install the support\tools\suptools.msi
from the 2003 installation disk.

- Install the physical machine as a member server in your existing domain

- configure a fixed ip and set the preferred DNS server to the old DNS server
only

- run dcpromo and follow the wizard to add the 2003 server to an existing
domain, make it also Global catalog and DNS server.

- for DNS give the server time for replication, at least 15 minutes. Because
you use Active directory integrated zones it will automatically replicate
the zones to the new server. Open DNS management console to check that they
appear

- if the new machine is domain controller and DNS server run again replmon,
dcdiag and netdiag on both domain controllers

- Transfer, NOT seize the 5 FSMO roles to the new Domain controller (http://support.microsoft.com/kb/324801)

- after transfer of the PDCEmulator role, configure the NEW PDCEmulator to
an external timesource and reconfigure the old PDCEmulator to use the domainhierarchie
now. Therefore run on the NEW "w32tm /config /manualpeerlist:PEERS /syncfromflags:manual
/reliable:yes /update" where PEERS will be filled with the ip address or
server(time.windows.com) and on the OLD one run "w32tm /config /syncfromflags:domhier
/reliable:no /update" and stop/start the time service on the old one. All
commands run in an elevated command prompt without the quotes.

- you can see in the event viewer (Directory service) that the roles are
transferred, also give it some time

- reconfigure the DNS configuration on your NIC of the physical server, preferred
DNS itself, secondary the old one

- if you use DHCP do not forget to reconfigure the scope settings to point
to the new installed DNS server

- export and import of DHCP database (if needed) (http://support.microsoft.com/kb/325473)

- use robocopy from the Windows server 2003 resource to copy the data to
the new server

- for printers use http://www.microsoft.com/windowsserv...grator3.1.mspx

- for shared folders export this key from the registry the path:
hklm/system/currentcontrolset/services/lanmanserver/shares to a file and
import it on the new server

Demoting the virtual DC

- reconfigure your clients/servers that they not longer point to the old
DC/DNS server on the NIC

- to be sure that everything runs fine, disconnect the old DC from the network
and check with clients and servers the connectivity, logon and also with
one client a restart to see that everything is ok

- then run dcpromo to demote the old DC, if it works fine the machine will
move from the DC's OU to the computers container, where you can delete it
by hand. Can be that you got an error during demoting at the beginning, then
uncheck the Global catalog on that DC and try again

- check the DNS management console, that all entries from the machine are
disappeared or delete them by hand if the machine is off the network for ever

- also you have to start AD sites and services and delete the old servername
under the site, this will not be done during demotion


Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> hello, my server 2003 needs to be redone so here is what i plan on
> doing.
>
> i vmwared my server 2003 and have reinstalled server 2003 on the
> machine.
>
> I wish to add the server to the virtualized server to replicated all
> the users, printers, dns, dhcp and fileshareing since that would take
> weeks to redo.
>
> what steps do i need to take to add the server to the virtualized
> server than remove the virtualized server from the equation?
>
> eg. dcpromo the server to the virtualized server enter in the
> credentials. followed by a reboot. Will that bring over dns, dhcp and
> file sharing settings?
>
> or is there a better way?
>



 
Reply With Quote
 
Don
Guest
Posts: n/a

 
      03-22-2010

On 3/21/2010 6:29 AM, Meinolf Weber [MVP-DS] wrote:
> Hello Don,
>
> If i understand you correct you have virtualized a server to VM which is
> up and running on an ESX server and now you like to add the reinstalled
> physcial machine as additional DC to the existing domain, replicate the
> AD database and all needed data. After that you like to remove the
> virtual machine from the domain and have the new installed server as the
> one and only machine again.
>
> See here about:
> - On the virtual server open DNS management console and check that you
> are running Active directory integrated zone (easier for replication, if
> you have more then one DNS server)
>
> - run replmon from the run line or repadmin /showrepl(only if more then
> one DC exist), dcdiag /v and netdiag from the command prompt on the old
> machine to check for errors, if you have some post the complete output
> from the command here or solve them first. For this tools you have to
> install the support\tools\suptools.msi from the 2003 installation disk.
>
> - Install the physical machine as a member server in your existing domain
>
> - configure a fixed ip and set the preferred DNS server to the old DNS
> server only
>
> - run dcpromo and follow the wizard to add the 2003 server to an
> existing domain, make it also Global catalog and DNS server.
>
> - for DNS give the server time for replication, at least 15 minutes.
> Because you use Active directory integrated zones it will automatically
> replicate the zones to the new server. Open DNS management console to
> check that they appear
>
> - if the new machine is domain controller and DNS server run again
> replmon, dcdiag and netdiag on both domain controllers
>
> - Transfer, NOT seize the 5 FSMO roles to the new Domain controller
> (http://support.microsoft.com/kb/324801)
>
> - after transfer of the PDCEmulator role, configure the NEW PDCEmulator
> to an external timesource and reconfigure the old PDCEmulator to use the
> domainhierarchie now. Therefore run on the NEW "w32tm /config
> /manualpeerlist:PEERS /syncfromflags:manual /reliable:yes /update" where
> PEERS will be filled with the ip address or server(time.windows.com) and
> on the OLD one run "w32tm /config /syncfromflags:domhier /reliable:no
> /update" and stop/start the time service on the old one. All commands
> run in an elevated command prompt without the quotes.
>
> - you can see in the event viewer (Directory service) that the roles are
> transferred, also give it some time
>
> - reconfigure the DNS configuration on your NIC of the physical server,
> preferred DNS itself, secondary the old one
>
> - if you use DHCP do not forget to reconfigure the scope settings to
> point to the new installed DNS server
>
> - export and import of DHCP database (if needed)
> (http://support.microsoft.com/kb/325473)
>
> - use robocopy from the Windows server 2003 resource to copy the data to
> the new server
>
> - for printers use
> http://www.microsoft.com/windowsserv...grator3.1.mspx
>
>
> - for shared folders export this key from the registry the path:
> hklm/system/currentcontrolset/services/lanmanserver/shares to a file and
> import it on the new server
>
> Demoting the virtual DC
>
> - reconfigure your clients/servers that they not longer point to the old
> DC/DNS server on the NIC
>
> - to be sure that everything runs fine, disconnect the old DC from the
> network and check with clients and servers the connectivity, logon and
> also with one client a restart to see that everything is ok
>
> - then run dcpromo to demote the old DC, if it works fine the machine
> will move from the DC's OU to the computers container, where you can
> delete it by hand. Can be that you got an error during demoting at the
> beginning, then uncheck the Global catalog on that DC and try again
>
> - check the DNS management console, that all entries from the machine
> are disappeared or delete them by hand if the machine is off the network
> for ever
>
> - also you have to start AD sites and services and delete the old
> servername under the site, this will not be done during demotion
>
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>> hello, my server 2003 needs to be redone so here is what i plan on
>> doing.
>>
>> i vmwared my server 2003 and have reinstalled server 2003 on the
>> machine.
>>
>> I wish to add the server to the virtualized server to replicated all
>> the users, printers, dns, dhcp and fileshareing since that would take
>> weeks to redo.
>>
>> what steps do i need to take to add the server to the virtualized
>> server than remove the virtualized server from the equation?
>>
>> eg. dcpromo the server to the virtualized server enter in the
>> credentials. followed by a reboot. Will that bring over dns, dhcp and
>> file sharing settings?
>>
>> or is there a better way?
>>

>
>


Thank you that worked great.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Same Issue....Please help! Quality Department Active Directory 0 02-13-2010 01:12 PM
2nd Domain in a 2 domain forest cannot be contacted David Alge DNS Server 30 01-21-2010 05:26 AM
migrate from windows server 2003 to windows server 2008R2 weedfrog Windows Server 9 12-15-2009 04:58 PM
Re: Migrating from 2000 to 2003 Meinolf Weber [MVP-DS] Server Migration 0 11-07-2009 04:54 PM
Re: 2003 migration to new 2003 server Meinolf Weber [MVP-DS] Server Migration 0 10-22-2009 07:48 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59