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 > 2 DC's one DNS where's the failover?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
2 DC's one DNS where's the failover?

Réponse
 
LinkBack Outils de la discussion
Vieux 30/08/2006, 11h12   #1
Sean
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 2 DC's one DNS where's the failover?

Hi

Just recently started a new job and the company I am working at has 2 DC's
for robustness but only one has DNS running. We have no other DNS server on
site so my question is what do I need to configure DNS on the second DC and
is there a resource that can walk me through this?

Cheers for any replies

GD


  Réponse avec citation
Vieux 30/08/2006, 12h13   #2
Anthony
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 2 DC's one DNS where's the failover?

Check that the first DC has an active-directory integrated zone.
Check that each DC is using the first DC as its primary DNS, and the second
DC as its secondary DNS.
Install DNS on the second DC. Configure your forwarder to your ISP, same as
on the first.
The integrated zone will create itself in the forward lookup zones.
Anthony




"Sean" <sean@ghostydog.com> wrote in message
news:uoR4OzBzGHA.2300@TK2MSFTNGP05.phx.gbl...
> Hi
>
> Just recently started a new job and the company I am working at has 2 DC's
> for robustness but only one has DNS running. We have no other DNS server
> on site so my question is what do I need to configure DNS on the second DC
> and is there a resource that can walk me through this?
>
> Cheers for any replies
>
> GD
>



  Réponse avec citation
Vieux 30/08/2006, 14h25   #3
Sean
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 2 DC's one DNS where's the failover?

Great stuff,

Just what I wanted, thanks for that Anthony.

)

Sean

"Anthony" <anthony.spam@spammedout.com> wrote in message
news:e1UxgVCzGHA.996@TK2MSFTNGP03.phx.gbl...
> Check that the first DC has an active-directory integrated zone.
> Check that each DC is using the first DC as its primary DNS, and the
> second DC as its secondary DNS.
> Install DNS on the second DC. Configure your forwarder to your ISP, same
> as on the first.
> The integrated zone will create itself in the forward lookup zones.
> Anthony
>
>
>
>
> "Sean" <sean@ghostydog.com> wrote in message
> news:uoR4OzBzGHA.2300@TK2MSFTNGP05.phx.gbl...
>> Hi
>>
>> Just recently started a new job and the company I am working at has 2
>> DC's for robustness but only one has DNS running. We have no other DNS
>> server on site so my question is what do I need to configure DNS on the
>> second DC and is there a resource that can walk me through this?
>>
>> Cheers for any replies
>>
>> GD
>>

>
>



  Réponse avec citation
Vieux 30/08/2006, 14h43   #4
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 2 DC's one DNS where's the failover?

None for continued performance, but fine for protecting
the important AD info. <grin>

"Sean" <sean@ghostydog.com> wrote in message
news:uoR4OzBzGHA.2300@TK2MSFTNGP05.phx.gbl...
> Hi
>
> Just recently started a new job and the company I am working at has 2 DC's
> for robustness but only one has DNS running. We have no other DNS server
> on site so my question is what do I need to configure DNS on the second DC
> and is there a resource that can walk me through this?


Yes....

If the first DNS server is a "standard Primary" make it an
AD Integrated DNS server first. (Check replication with
DCDiag before proceeding.)

Just install the DNS service on the second DC. The zone
should appear automatically since you have AD integrated
DNS and full replication.

Change all of your clients to use the second DNS server as
either "Alternate" (or even some of them as "Preferred"
if you have enough to care about load balancing.)

Might as well make the second a GC also. (Global Catalog
Server in Sites and Services.)

> Cheers for any replies


Below are my general thoughts that I usually send to people
who are having DNS problems -- some of this might you
too....

DNS for AD
1) Dynamic for the zone supporting AD
2) All internal DNS clients NIC\IP properties must specify SOLELY
that internal, dynamic DNS server (set.)
3) DCs and even DNS servers are DNS clients too -- see #2
4) If you have more than one Domain, every DNS server must
be able to resolve ALL domains (either directly or indirectly)

netdiag /fix

....or maybe:

dcdiag /fix

(Win2003 can do this from Support tools):
nltest /dsregdns /serverC-ServerNameGoesHere
http://support.microsoft.com/kb/q260371/

Ensure that DNS zones/domains are fully replicated to all DNS
servers for that (internal) zone/domain.

Also useful may be running DCDiag on each DC, sending the
output to a text file, and searching for FAIL, ERROR, WARN.

Single Label domain zone names are a problem Google:
[ "SINGLE LABEL" domain names DNS 2000 | 2003 microsoft: ]

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


  Réponse avec citation
Vieux 30/08/2006, 15h37   #5
Anthony
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 2 DC's one DNS where's the failover?

Its a pleasure, glad to ,
Anthony


"Sean" <sean@ghostydog.com> wrote in message
news:eMBsTfDzGHA.4092@TK2MSFTNGP04.phx.gbl...
> Great stuff,
>
> Just what I wanted, thanks for that Anthony.
>
> )
>
> Sean
>
> "Anthony" <anthony.spam@spammedout.com> wrote in message
> news:e1UxgVCzGHA.996@TK2MSFTNGP03.phx.gbl...
>> Check that the first DC has an active-directory integrated zone.
>> Check that each DC is using the first DC as its primary DNS, and the
>> second DC as its secondary DNS.
>> Install DNS on the second DC. Configure your forwarder to your ISP, same
>> as on the first.
>> The integrated zone will create itself in the forward lookup zones.
>> Anthony
>>
>>
>>
>>
>> "Sean" <sean@ghostydog.com> wrote in message
>> news:uoR4OzBzGHA.2300@TK2MSFTNGP05.phx.gbl...
>>> Hi
>>>
>>> Just recently started a new job and the company I am working at has 2
>>> DC's for robustness but only one has DNS running. We have no other DNS
>>> server on site so my question is what do I need to configure DNS on the
>>> second DC and is there a resource that can walk me through this?
>>>
>>> Cheers for any replies
>>>
>>> GD
>>>

>>
>>

>
>



  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 19h42.


É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,12890 seconds with 13 queries