Problem Adding 2nd DC to domain

G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

W2003 Enterprise Domain Controller
using Simple DNS plus

Attempting to add 2nd W2003 DC to domain
using DCPROMO get to enter user password to add server to domain get
following error

An Active Directory Domain controller for the domain xyz.xxx could not be
contacted.

In the help window is the following
DNS was successfully queried. for the service location (SRV) resource record
used to locate a domain controller for domain xyz.xxx

All the A records SOA and SRV records are correct on the DC.
nslookup shows correct dns resolution of DC to ip address
set q=a resolves correct FQDN
both servers can ping the FQDN of each other

I cannot install Active Directory on the 2nd DC or join the domain

Any help is appreciated.

Kevin Paulus, CCNA, MCP
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

I believe it is looking at the DNS you have supplied and is unable to find
the AD service records. Are you pointing to the same DNS server as the
current dc is pointing to?

--


Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA

This posting is provided "AS IS" with no warranties, and confers no rights.


"kp" <kpaulus@povn.com> wrote in message
news:RfudnUOpkMDjSV_fRVn-iQ@povn.com...
> W2003 Enterprise Domain Controller
> using Simple DNS plus
>
> Attempting to add 2nd W2003 DC to domain
> using DCPROMO get to enter user password to add server to domain get
> following error
>
> An Active Directory Domain controller for the domain xyz.xxx could not be
> contacted.
>
> In the help window is the following
> DNS was successfully queried. for the service location (SRV) resource
> record
> used to locate a domain controller for domain xyz.xxx
>
> All the A records SOA and SRV records are correct on the DC.
> nslookup shows correct dns resolution of DC to ip address
> set q=a resolves correct FQDN
> both servers can ping the FQDN of each other
>
> I cannot install Active Directory on the 2nd DC or join the domain
>
> Any help is appreciated.
>
> Kevin Paulus, CCNA, MCP
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

The DC is pointing to itself as DNS, as it is on a nat subnet and does not
resolve traffice to my ISP. I forward the zones to my ISP to resolve one
machine that is on a DMZ port on my firewall.

The 2nd DC is pointing to the DC for DNS.

Kevin



"Paul Bergson" <pbergson@allete_nospam.com> wrote in message
news:%23mdql1MfFHA.3916@tk2msftngp13.phx.gbl...
> I believe it is looking at the DNS you have supplied and is unable to find
> the AD service records. Are you pointing to the same DNS server as the
> current dc is pointing to?
>
> --
>
>
> Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
> "kp" <kpaulus@povn.com> wrote in message
> news:RfudnUOpkMDjSV_fRVn-iQ@povn.com...
> > W2003 Enterprise Domain Controller
> > using Simple DNS plus
> >
> > Attempting to add 2nd W2003 DC to domain
> > using DCPROMO get to enter user password to add server to domain get
> > following error
> >
> > An Active Directory Domain controller for the domain xyz.xxx could not
be
> > contacted.
> >
> > In the help window is the following
> > DNS was successfully queried. for the service location (SRV) resource
> > record
> > used to locate a domain controller for domain xyz.xxx
> >
> > All the A records SOA and SRV records are correct on the DC.
> > nslookup shows correct dns resolution of DC to ip address
> > set q=a resolves correct FQDN
> > both servers can ping the FQDN of each other
> >
> > I cannot install Active Directory on the 2nd DC or join the domain
> >
> > Any help is appreciated.
> >
> > Kevin Paulus, CCNA, MCP
> >
> >
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

In the DNS log on the DC, when trying to join the domain the following entry
is given when replying to requesting client.

No A - records available for xyz.xxx (domain)

Kevin

"Paul Bergson" <pbergson@allete_nospam.com> wrote in message
news:%23mdql1MfFHA.3916@tk2msftngp13.phx.gbl...
> I believe it is looking at the DNS you have supplied and is unable to find
> the AD service records. Are you pointing to the same DNS server as the
> current dc is pointing to?
>
> --
>
>
> Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
> "kp" <kpaulus@povn.com> wrote in message
> news:RfudnUOpkMDjSV_fRVn-iQ@povn.com...
> > W2003 Enterprise Domain Controller
> > using Simple DNS plus
> >
> > Attempting to add 2nd W2003 DC to domain
> > using DCPROMO get to enter user password to add server to domain get
> > following error
> >
> > An Active Directory Domain controller for the domain xyz.xxx could not
be
> > contacted.
> >
> > In the help window is the following
> > DNS was successfully queried. for the service location (SRV) resource
> > record
> > used to locate a domain controller for domain xyz.xxx
> >
> > All the A records SOA and SRV records are correct on the DC.
> > nslookup shows correct dns resolution of DC to ip address
> > set q=a resolves correct FQDN
> > both servers can ping the FQDN of each other
> >
> > I cannot install Active Directory on the 2nd DC or join the domain
> >
> > Any help is appreciated.
> >
> > Kevin Paulus, CCNA, MCP
> >
> >
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.active_directory (More info?)

You should have a xyz.com domain with the following for sure:


_msdcs sub-domain
_sites sub-domain
_tcp sub-domain
_udp sub-domain

DomainDnsZones (2003)
ForestDnsZones (2003)

The above contain the service records for your AD

Type = Start Of Authority DCxx.xyz.com
Type= Name Server (NS) DCxx.xyz.com
Host(A) = ip address of your DNS server that Holds the Dc

All your host records for your xyz.com domain

There are either problems on your current DNS that hosts your dc (You could
try netdiag /fix but I doubt this is the problem) or there is a
communication problem/configuration error. Is there a firewall problem
between the two?

--


Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA

This posting is provided "AS IS" with no warranties, and confers no rights.


"kp" <kpaulus@povn.com> wrote in message
news:l-adnUcmY4l2fF_fRVn-2Q@povn.com...
> In the DNS log on the DC, when trying to join the domain the following
> entry
> is given when replying to requesting client.
>
> No A - records available for xyz.xxx (domain)
>
> Kevin
>
> "Paul Bergson" <pbergson@allete_nospam.com> wrote in message
> news:%23mdql1MfFHA.3916@tk2msftngp13.phx.gbl...
>> I believe it is looking at the DNS you have supplied and is unable to
>> find
>> the AD service records. Are you pointing to the same DNS server as the
>> current dc is pointing to?
>>
>> --
>>
>>
>> Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA
>>
>> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>>
>>
>> "kp" <kpaulus@povn.com> wrote in message
>> news:RfudnUOpkMDjSV_fRVn-iQ@povn.com...
>> > W2003 Enterprise Domain Controller
>> > using Simple DNS plus
>> >
>> > Attempting to add 2nd W2003 DC to domain
>> > using DCPROMO get to enter user password to add server to domain get
>> > following error
>> >
>> > An Active Directory Domain controller for the domain xyz.xxx could not
> be
>> > contacted.
>> >
>> > In the help window is the following
>> > DNS was successfully queried. for the service location (SRV) resource
>> > record
>> > used to locate a domain controller for domain xyz.xxx
>> >
>> > All the A records SOA and SRV records are correct on the DC.
>> > nslookup shows correct dns resolution of DC to ip address
>> > set q=a resolves correct FQDN
>> > both servers can ping the FQDN of each other
>> >
>> > I cannot install Active Directory on the 2nd DC or join the domain
>> >
>> > Any help is appreciated.
>> >
>> > Kevin Paulus, CCNA, MCP
>> >
>> >
>>
>>
>
>