| Author |
Message |
Mary
Guest
|
Posted:
Wed Jan 19, 2005 2:41 am Post subject:
DNS replication |
|
|
We have made several DNS changes (a week ago) on our Operations Master. We
have 30 or so DCs (all computers are in the same site); and they do not show
the DNS changes. There are no errors in the DNS server log or the File
Replication Service log on the Operations Master or some of the DCs that I
have checked. What else can I look for to find the cause of the problem?
Thanks |
|
| Back to top |
|
 |
Todd J Heron
Guest
|
Posted:
Wed Jan 19, 2005 3:10 am Post subject:
Re: DNS replication |
|
|
Have you restarted the Netlogon service on that Operations Master?
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights |
|
| Back to top |
|
 |
Mary
Guest
|
Posted:
Wed Jan 19, 2005 3:40 am Post subject:
Re: DNS replication |
|
|
Thanks for your reply. No, I don't think we had done that; so I restarted
the service and waited 15 minutes. I checked a few of the other DCs, and
the new zones and changes still aren't showing up.
Thanks,
Mary
"Todd J Heron" <todd_heron_no_spam@hotmail.com> wrote in message
news:u%23HFzIa$EHA.1604@TK2MSFTNGP12.phx.gbl...
| Quote: | Have you restarted the Netlogon service on that Operations Master?
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights
|
|
|
| Back to top |
|
 |
Todd J Heron
Guest
|
Posted:
Wed Jan 19, 2005 3:53 am Post subject:
Re: DNS replication |
|
|
Open a CMD prompt on that Operations Master and do this:
net stop DNS
net start DNS
net stop netlogon
net start netlogon
Then, wait for replication. Is the DNS zone AD-integrated?
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights |
|
| Back to top |
|
 |
Mary
Guest
|
Posted:
Wed Jan 19, 2005 4:01 am Post subject:
Re: DNS replication |
|
|
OK - did that. Will check in the morning to see if things replicated. I'm
not sure how to answer the AD-integrated question. These are 2000 servers in
one AD domain. The new zone doesn't allowed dynamic updates. Does this
answer that question? Thanks!
"Todd J Heron" <todd_heron_no_spam@hotmail.com> wrote in message
news:uQdt5ga$EHA.1188@tk2msftngp13.phx.gbl...
| Quote: | Open a CMD prompt on that Operations Master and do this:
net stop DNS
net start DNS
net stop netlogon
net start netlogon
Then, wait for replication. Is the DNS zone AD-integrated?
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights
|
|
|
| Back to top |
|
 |
Todd J Heron
Guest
|
Posted:
Wed Jan 19, 2005 4:19 am Post subject:
Re: DNS replication |
|
|
An AD zone should allow dynamic updates or you will cause yourself no limit
of administrative headaches. DNS zones which have no association with an
Active Directory should not be configured for dynamic updates. I'm am not
sure what you mean by "new zone". Which are you having trouble with? The
AD zone or some other zone? You haven't provided us with enough details in
your posts.
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights |
|
| Back to top |
|
 |
Kevin D. Goodknecht Sr. [
Guest
|
Posted:
Wed Jan 19, 2005 6:52 pm Post subject:
Re: DNS replication |
|
|
In news:ea6t$ka$EHA.1264@TK2MSFTNGP12.phx.gbl,
Mary <mccato@charter.net> commented
Then Kevin replied below:
| Quote: | OK - did that. Will check in the morning to see if things
replicated. I'm not sure how to answer the AD-integrated
question. These are 2000 servers in one AD domain. The
new zone doesn't allowed dynamic updates. Does this
answer that question? Thanks!
|
If Todd doesn't mind me jumping in here. What Todd meant was is the zone
Active Directory integrated or Standard Primary/Secondary to check that in
the DNS console click on the folder Forward Lookup Zones, in the right hand
pane it will give the zone Name Type and Status. If they are Active
Directory Integrated Win2k was prone to the DNS island issue that would
prevent replication throughout the domain because All DC did not have their
CNAME records with their GUID name registered and replicated in all DNS
servers.
To resolve this issue, All DCs should use one DC for Preferred DNS address,
then the Alternate DNS should be any other DC preferably the closest
geographically. Then restart the Netlogon service on the DCs.
Run dcdiag /e to check all DCs in the enterprise.
--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
=================================== |
|
| Back to top |
|
 |
Mary
Guest
|
Posted:
Wed Jan 19, 2005 8:02 pm Post subject:
Re: DNS replication |
|
|
Ah! Many thanks to both of you. We did have some of the DCs pointing to the
closest geographically for the Preferred DNS server; so now they are all set
alike with the Operations Master as the Preferred and the closest as the
alternate. Also, a new zone that was created was Standard Primary; so now
that it has been changed to AD integrated, it is replicating just fine. The
view was not set to Details on the DNS Manager, so I didn't even know the
zones were not all AD integrated. Thanks so much for pointing me in the
right direction.
Thanks again,
Mary
"Kevin D. Goodknecht Sr. [MVP]" <admin@nospam.WFTX.US> wrote in message
news:eC3Z8Wi$EHA.2984@TK2MSFTNGP09.phx.gbl...
| Quote: | In news:ea6t$ka$EHA.1264@TK2MSFTNGP12.phx.gbl,
Mary <mccato@charter.net> commented
Then Kevin replied below:
OK - did that. Will check in the morning to see if things
replicated. I'm not sure how to answer the AD-integrated
question. These are 2000 servers in one AD domain. The
new zone doesn't allowed dynamic updates. Does this
answer that question? Thanks!
If Todd doesn't mind me jumping in here. What Todd meant was is the zone
Active Directory integrated or Standard Primary/Secondary to check that in
the DNS console click on the folder Forward Lookup Zones, in the right
hand
pane it will give the zone Name Type and Status. If they are Active
Directory Integrated Win2k was prone to the DNS island issue that would
prevent replication throughout the domain because All DC did not have
their
CNAME records with their GUID name registered and replicated in all DNS
servers.
To resolve this issue, All DCs should use one DC for Preferred DNS
address,
then the Alternate DNS should be any other DC preferably the closest
geographically. Then restart the Netlogon service on the DCs.
Run dcdiag /e to check all DCs in the enterprise.
--
Best regards,
Kevin D4 Dad Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
|
|
|
| Back to top |
|
 |
|
|
|
|