I don't know your network but I do know AD good enough to tell you, you
don't need to have a child domain at each site to have things working
properly. There is some misconfiguration that is cuasing you the hardship.
Are there firewalls between sites that are blocking communications.
Try running netdiag, repadmin and dcdiag. Look for fail, error and warning
errors.
If you don't have the tools installed load them from your install disk.
d:\i386\adminpak.msi (Server tools for remote management of servers)
d:\support\tools\setup.exe (Server Utilities)
Copy the following to a cmd file and run look for error, fail and warn
within the reports. Post any errors you can't figure out. make sure you
modify DC_Name to the name of a dc in your domain.
@echo off
c:
cd \
cd "program files\support tools"
del c:\dcdiag.log
dcdiag /e /c /v /s

C_Name /f:c:\dcdiag.log
start c:\dcdiag.log
netdiag.exe /v > c:\netdiag.log
start c:\netdiag.log
repadmin.exe /showrepl dc* /verbose /all /intersite > c:\repl.txt
start c:\repl.txt
See for more details
http://www.microsoft.com/technet/pro...509c38837.mspx
--
Paul Bergson MCT, MCSE, MCSA, Security+, CNE, CNA, CCA
http://www.pbbergs.com
Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.
"Cory" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> Paul, In looking at the matter, the 4 servers are running ADIZ DNS and
> are setup as forwarders between each other. Each DC is set to it's own
> IP as the primary DNS in the network properties with the other 3 in the
> list. The clients point to the dns server on their local LAN. There was
> in fact good reason to transfer the roles also. The Physical site that
> contained the first DC in the forest had a major substation explosion,
> thus taking out all power to the entire complex. The 2nd site was not
> able to perform any sort of authentication (just cached sessions), and
> the DFS was failing because it could not be found in AD so in turn, the
> applications were not able to run at the 2nd site. We were able to get
> the WAN link and servers back online temporarily with generators. We
> transferred roles so the 2nd site could keep production going, without
> it, we'd have issues controlling our water supply. It took a full week
> for the electricians to restore power to the 1st site, and now it's
> back online. We want to ensure that any site can be self sustaining
> barring power failure. The only way I've seen this to be done is to
> have a child domain at each site. The PDC emulator role seems to be the
> issue here from what I can see. You're allowed one per domain. This is
> definitely not a PC issue with DNS settings in the network properties,
> especially when you're standing at a console of one of your domain
> controllers (not the PDC Emulator) and it tells you that it can't log
> you on because the Primary Domain Controller for this domain can't be
> contacted. Please let me know if you know of any other way to make it
> survivable without having to create child domains.
>
>
> -Cory
>