What happens when you run the following:
C:\>nltest /dsgetdc:domainName.com
C:\>nltest /dsgetsite
If these don't come back OK, I'd say we're looking at DNS problems - SRV
records are probably missing.
I don't know how the dsquery command works, but FSMO role holders are stored
in specific AD attributes, and thus all DCs should know of them.
The nltest command come with the support tools.
Have you tried pointing this server at a different DNS server? Or have you
rebooted or restarted netlogon?
--
Paul Williams
_______________________________
http://www.msresource.net
Join us in our free, public forum:
http://forums.msresource.net
_______________________________
"Bob Hess" <> wrote in message
news:271201c4a192$a3a938d0$...
I have three dc's in my 2k3 domain. When I run dcdiag I
get the following error message from two of the three:
Running enterprise tests on : tif_mis01.com
Starting test: Intersite
......................... tif_mis01.com passed
test Intersite
Starting test: FsmoCheck
Warning: DcGetDcName(PDC_REQUIRED) call failed,
error 1355
A Primary Domain Controller could not be located.
The server holding the PDC role is down.
......................... tif_mis01.com failed
test FsmoCheck
However, if I user the dsquery command from one of the
servers reporting the dcdiag error I get:
C:\dsquery server -hasfsmo pdc
"CN=WINSRV,CN=Servers,CN=Default-First-Site-
Name,CN=Sites,CN=Configuration,DC=tif_mis01,DC=com "
Where "WINSRV" is the correct server having the PDC
emulation role.
How can I correct the DCDiag error?
Thanks,
Bob Hess