Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > DNS Replacement in migration to 2008R2

Reply
Thread Tools Display Modes

DNS Replacement in migration to 2008R2

 
 
Brett
Guest
Posts: n/a

 
      06-14-2010

I have two DCs as the forest root with one the primary DNS for the
domain and the other the secondary DNS. All the servers and DCs point
to these two for primary and secondary DNS entries. I want to replace
both with 2008R2 (they are 2003R2 now) and use the same IP addresses for
them. Is the best way to achieve this something like this procedure
(assuming the forest is prepped and ready).

1. Turn off the secondary DNS
2. Create a new 2008R2 server and assign it the secondary DNS address
3. Promote the new server into the domain and make it a secondary DNS
server
4. See how things run
5. Turn off the primary DNS server and repeat the above steps


Thanks.
 
Reply With Quote
 
 
 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      06-14-2010

Hello Brett,

In a domain i would install DNS on the DCs and use AD integrated zones, that
way all DNS servers replicate with AD also the DNS zone information and the
biggest advantage, all DNS servers are writable, a secondary DNS is a read-only
copy and you cannot create new records if the primary is down.

So in your case i would configure the secondary DC/DNS to use the primary
as preferred on the NIC only, remove the secondary zone from it and change
on the primary the zone to AD integrated. Then i would reboot the former
secondary DC/DNS machine and wait until replication for DNS has occured.

Now to keep the ip address from one of the DNS servers, change on the first
DC the ip address to another free one and run ipconfig /flushdns and ipconfig
/registerdns and restart the netlogon service or reboot. Control in the DNS
zones that the change is registered and replicated to the other DNS server
also. Now you can use the free ip address and change the first new installed
server to it. Make the same way with the second server.

After each step check that DNS zones show the new correct records before
going on. Also i would use the support tools to make sure all is healthy:
dcdiag /v /c /d /e /s:dcname >c:\dcdiag.txt
netdiag /v >c:\netdiag.txt [from each DC, netdiag may work but isn't supported
with Windows server 2008 and higher]
repadmin /showrepl dc* /verbose /all /intersite >c:\repl.txt (if more then
one DC exists)
dnslint /ad /s "DCipaddress" (http://support.microsoft.com/kb/321045)

You have to find some time for it with less users working or better at weekend
time or COB, this prevents you from doing all in the hurry and in case of
problems you have time to solve them.

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


> I have two DCs as the forest root with one the primary DNS for the
> domain and the other the secondary DNS. All the servers and DCs point
> to these two for primary and secondary DNS entries. I want to replace
> both with 2008R2 (they are 2003R2 now) and use the same IP addresses
> for them. Is the best way to achieve this something like this
> procedure (assuming the forest is prepped and ready).
>
> 1. Turn off the secondary DNS
> 2. Create a new 2008R2 server and assign it the secondary DNS address
> 3. Promote the new server into the domain and make it a secondary DNS
> server
> 4. See how things run
> 5. Turn off the primary DNS server and repeat the above steps
> Thanks.
>



 
Reply With Quote
 
Brett
Guest
Posts: n/a

 
      06-14-2010
Thanks. I'll spend some time digesting this and will be back with more
questions.

What is COB?
On 6/14/2010 15:04, Meinolf Weber [MVP-DS] wrote:
> Hello Brett,
>
> In a domain i would install DNS on the DCs and use AD integrated zones,
> that way all DNS servers replicate with AD also the DNS zone information
> and the biggest advantage, all DNS servers are writable, a secondary DNS
> is a read-only copy and you cannot create new records if the primary is
> down.
>
> So in your case i would configure the secondary DC/DNS to use the
> primary as preferred on the NIC only, remove the secondary zone from it
> and change on the primary the zone to AD integrated. Then i would reboot
> the former secondary DC/DNS machine and wait until replication for DNS
> has occured.
>
> Now to keep the ip address from one of the DNS servers, change on the
> first DC the ip address to another free one and run ipconfig /flushdns
> and ipconfig /registerdns and restart the netlogon service or reboot.
> Control in the DNS zones that the change is registered and replicated to
> the other DNS server also. Now you can use the free ip address and
> change the first new installed server to it. Make the same way with the
> second server.
>
> After each step check that DNS zones show the new correct records before
> going on. Also i would use the support tools to make sure all is healthy:
> dcdiag /v /c /d /e /s:dcname >c:\dcdiag.txt
> netdiag /v >c:\netdiag.txt [from each DC, netdiag may work but isn't
> supported with Windows server 2008 and higher] repadmin /showrepl dc*
> /verbose /all /intersite >c:\repl.txt (if more then one DC exists)
> dnslint /ad /s "DCipaddress" (http://support.microsoft.com/kb/321045)
>
> You have to find some time for it with less users working or better at
> weekend time or COB, this prevents you from doing all in the hurry and
> in case of problems you have time to solve them.
>
> 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
>
>> I have two DCs as the forest root with one the primary DNS for the
>> domain and the other the secondary DNS. All the servers and DCs point
>> to these two for primary and secondary DNS entries. I want to replace
>> both with 2008R2 (they are 2003R2 now) and use the same IP addresses
>> for them. Is the best way to achieve this something like this
>> procedure (assuming the forest is prepped and ready).
>>
>> 1. Turn off the secondary DNS
>> 2. Create a new 2008R2 server and assign it the secondary DNS address
>> 3. Promote the new server into the domain and make it a secondary DNS
>> server
>> 4. See how things run
>> 5. Turn off the primary DNS server and repeat the above steps
>> Thanks.
>>

>
>


 
Reply With Quote
 
Brett
Guest
Posts: n/a

 
      06-14-2010

It appears we are set to use integrated zones as Propertie->Advanced
shows Load Zone data on startup from AD and registry


On 6/14/2010 15:04, Meinolf Weber [MVP-DS] wrote:
> Hello Brett,
>
> In a domain i would install DNS on the DCs and use AD integrated zones,
> that way all DNS servers replicate with AD also the DNS zone information
> and the biggest advantage, all DNS servers are writable, a secondary DNS
> is a read-only copy and you cannot create new records if the primary is
> down.
>
> So in your case i would configure the secondary DC/DNS to use the
> primary as preferred on the NIC only, remove the secondary zone from it
> and change on the primary the zone to AD integrated. Then i would reboot
> the former secondary DC/DNS machine and wait until replication for DNS
> has occured.
>
> Now to keep the ip address from one of the DNS servers, change on the
> first DC the ip address to another free one and run ipconfig /flushdns
> and ipconfig /registerdns and restart the netlogon service or reboot.
> Control in the DNS zones that the change is registered and replicated to
> the other DNS server also. Now you can use the free ip address and
> change the first new installed server to it. Make the same way with the
> second server.
>
> After each step check that DNS zones show the new correct records before
> going on. Also i would use the support tools to make sure all is healthy:
> dcdiag /v /c /d /e /s:dcname >c:\dcdiag.txt
> netdiag /v >c:\netdiag.txt [from each DC, netdiag may work but isn't
> supported with Windows server 2008 and higher] repadmin /showrepl dc*
> /verbose /all /intersite >c:\repl.txt (if more then one DC exists)
> dnslint /ad /s "DCipaddress" (http://support.microsoft.com/kb/321045)
>
> You have to find some time for it with less users working or better at
> weekend time or COB, this prevents you from doing all in the hurry and
> in case of problems you have time to solve them.
>
> 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
>
>> I have two DCs as the forest root with one the primary DNS for the
>> domain and the other the secondary DNS. All the servers and DCs point
>> to these two for primary and secondary DNS entries. I want to replace
>> both with 2008R2 (they are 2003R2 now) and use the same IP addresses
>> for them. Is the best way to achieve this something like this
>> procedure (assuming the forest is prepped and ready).
>>
>> 1. Turn off the secondary DNS
>> 2. Create a new 2008R2 server and assign it the secondary DNS address
>> 3. Promote the new server into the domain and make it a secondary DNS
>> server
>> 4. See how things run
>> 5. Turn off the primary DNS server and repeat the above steps
>> Thanks.
>>

>
>


 
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
Copying Shared folders and retaining share and file permissions Bry M Server Networking 7 03-24-2010 01:12 PM
migration from SBS2003 - 2008 Grant Dickeson Windows Small Business Server 2 02-17-2010 11:30 AM
sbs migration Grant Dickeson Windows Small Business Server 0 02-16-2010 05:46 PM
Re: Migration from SBS2003 - 2008 Bill Sanderson Windows Small Business Server 2 01-24-2010 03:24 AM
SBS2003 R2 to SBS 2003 - to swing or not to swing.... Jim Windows Small Business Server 21 11-30-2009 05:10 PM



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