PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win.server.dns > Active directory Sites not registered in DNS
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Active directory Sites not registered in DNS

Réponse
 
LinkBack Outils de la discussion
Vieux 20/10/2006, 20h41   #1
Jacques Demers
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Active directory Sites not registered in DNS

Hi,

In our AD architecture we have 4 sites, one DC (Windows 2000 SP4) in each
site acting as Global Catalog in each site and as a DNS server. In Active
Directory Sites and Services we can see all 4 sites on each DC. But in DNS
on each DC we can see only 2 sites (Site1 and Site2). Everything was fine
yesterday. Can someone me with this.
Thank you


  Réponse avec citation
Vieux 21/10/2006, 05h43   #2
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Active directory Sites not registered in DNS

"Jacques Demers" <jacquesdemers@hotmail.com> wrote in message
news:%23rQyC$H9GHA.1252@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> In our AD architecture we have 4 sites, one DC (Windows 2000 SP4) in each
> site acting as Global Catalog in each site and as a DNS server. In Active
> Directory Sites and Services we can see all 4 sites on each DC. But in DNS
> on each DC we can see only 2 sites (Site1 and Site2). Everything was fine
> yesterday. Can someone me with this.


Run DCDiag to test your DNS and AD replication quickly.

Then fix any reported problems and consider restarting
the NetLogon service or using "DCDiag /fix" on every
DC after you have fixed those problems.

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


  Réponse avec citation
Vieux 24/10/2006, 22h06   #3
Jacques Trépanier
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Active directory Sites not registered in DNS

herb,

I work with Jacques Demers. One of the four DC is a Windows 2003 DC.

I ran NETDIAG /TESTNS and 2 W2K DC come out with this error:

DNS test . . . . . . . . . . . . . : Failed
[WARNING]: The DNS registration for 'syst0101.bellnordiq.net'
is
orrect only on some DNS servers.
Please wait 15 min for replication and run the test
again.
[WARNING] The DNS entries for this DC are not registered correctly on
DNS s
rver '10.212.7.7'. Please wait for 30 minutes for DNS server replication.
[WARNING] The DNS entries for this DC are not registered correctly on
DNS s
rver '10.212.127.42'. Please wait for 30 minutes for DNS server replication.
[FATAL] No DNS servers have the DNS records for this DC registered.

But replication is still OK and DNS records too. The W2K EDC with the 5 FSMO
roles is OK as well as the W2K3 DC.

Regards,
"Herb Martin" <news@LearnQuick.com> a écrit dans le message de news:
uETzzvM9GHA.1012@TK2MSFTNGP05.phx.gbl...
> "Jacques Demers" <jacquesdemers@hotmail.com> wrote in message
> news:%23rQyC$H9GHA.1252@TK2MSFTNGP04.phx.gbl...
>> Hi,
>>
>> In our AD architecture we have 4 sites, one DC (Windows 2000 SP4) in each
>> site acting as Global Catalog in each site and as a DNS server. In Active
>> Directory Sites and Services we can see all 4 sites on each DC. But in
>> DNS on each DC we can see only 2 sites (Site1 and Site2). Everything was
>> fine yesterday. Can someone me with this.

>
> Run DCDiag to test your DNS and AD replication quickly.
>
> Then fix any reported problems and consider restarting
> the NetLogon service or using "DCDiag /fix" on every
> DC after you have fixed those problems.
>
> --
> Herb Martin, MCSE, MVP
> Accelerated MCSE
> http://www.LearnQuick.Com
> [phone number on web site]
>
>



  Réponse avec citation
Vieux 25/10/2006, 00h32   #4
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Active directory Sites not registered in DNS

"Jacques Trépanier" <zx_jacques@hotmail.com> wrote in message
news:Ooa2kA79GHA.4268@TK2MSFTNGP02.phx.gbl...
> herb,
>
> I work with Jacques Demers. One of the four DC is a Windows 2003 DC.
>
> I ran NETDIAG /TESTNS and 2 W2K DC come out with this error:


Ok (but I prefer just running DCDiag with all of the default tests, sending
output to a text file and searching for all WARN, ERROR, and FAIL
notices.)

> DNS test . . . . . . . . . . . . . : Failed
> [WARNING]: The DNS registration for 'syst0101.bellnordiq.net'
> is correct only on some DNS servers.
> Please wait 15 min for replication and run the test
> again.


So some of your DNS is not correctly replicated.

> [WARNING] The DNS entries for this DC are not registered correctly on
> DNS s
> rver '10.212.7.7'. Please wait for 30 minutes for DNS server replication.
> [WARNING] The DNS entries for this DC are not registered correctly on
> DNS s
> rver '10.212.127.42'. Please wait for 30 minutes for DNS server
> replication.
> [FATAL] No DNS servers have the DNS records for this DC registered.
>
> But replication is still OK and DNS records too. The W2K EDC with the 5
> FSMO roles is OK as well as the W2K3 DC.


Well, they likely are NOT OK since at least one listed DNS
server (of those NS records in your DNS zone which supports
AD) doesn't have the proper records for this DC.

Do you have any "missing DNS" servers (retired, removed etc.);
I would especially pay attention to any "secondaries".

Also make sure that no one has added any "public only" DNS
servers as and internal DNS server on the internal version of the
zone (if you use the same name internal and external and have
"Shadow DNS".)

Go through the list of NS records in your working DNS servers
and check the replication (traditional DNS or AD-Integrated as
appropriate) on EACH of these.

If some secondary is not replicating (but it used to do so) then
most likely is a messed up zone "serial number" which must
be HIGHER on the MASTER (lower on the secondary).

If that isn't the problem then most likely the master doesn't
permit "zone transfers" to some secondary.

Were it an AD replication problem (AD Integrated DNS) then
you likely would/will see additional errors with DCDiag which
indicate that AD problem.

And again, don't overlook that this might just be a semi-bogus
error where you have retired/removed a DNS server but it is
still listed in the NS records of the zone.

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

>
> Regards,
> "Herb Martin" <news@LearnQuick.com> a écrit dans le message de news:
> uETzzvM9GHA.1012@TK2MSFTNGP05.phx.gbl...
>> "Jacques Demers" <jacquesdemers@hotmail.com> wrote in message
>> news:%23rQyC$H9GHA.1252@TK2MSFTNGP04.phx.gbl...
>>> Hi,
>>>
>>> In our AD architecture we have 4 sites, one DC (Windows 2000 SP4) in
>>> each site acting as Global Catalog in each site and as a DNS server. In
>>> Active Directory Sites and Services we can see all 4 sites on each DC.
>>> But in DNS on each DC we can see only 2 sites (Site1 and Site2).
>>> Everything was fine yesterday. Can someone me with this.

>>
>> Run DCDiag to test your DNS and AD replication quickly.
>>
>> Then fix any reported problems and consider restarting
>> the NetLogon service or using "DCDiag /fix" on every
>> DC after you have fixed those problems.
>>
>> --
>> Herb Martin, MCSE, MVP
>> Accelerated MCSE
>> http://www.LearnQuick.Com
>> [phone number on web site]
>>
>>

>
>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 22h09.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,79347 seconds with 12 queries