Aug 31 2021 11:24 AM - edited Aug 31 2021 11:25 AM
Hello,
I have this weird issue where I can't change domain controllers from ADUC or any active directory services. I'm not sure where to start troubleshooting this kind of issue. I can reach all other domain controller from the problematic DC but I can't do it from other DC's to the problematic DC.
Any help would be appreciated.
Aug 31 2021 12:36 PM
Please run;
Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log
repadmin /showrepl >C:\repl.txt
ipconfig /all > C:\dc1.txt
ipconfig /all > C:\dc2.txt
ipconfig /all > C:\dc3.txt
ipconfig /all > C:\dc4.txt
ipconfig /all > C:\dc5.txt
then put `unzipped` text files up on OneDrive and share a link.
Aug 31 2021 02:10 PM - edited Aug 31 2021 02:30 PM
Hi Dave,
Here's the link to the results.
https://1drv.ms/u/s!AvTOVnZsYb5RhzLV5mPTwbYsZfox?e=ovOuSe
Thanks!
Aug 31 2021 03:00 PM
- BAMAZAD01 is DHCP assigned which should never happen for a domain controller, should always be static!
- On BAMAZAD01 I'd add the server's own static ip address (10.100.5.4) listed for DNS, then do ***ipconfig /flushdns, ipconfig /registerdns***, restart the ***netlogon*** service
- On BAMTORDC02 I'd add the server's own static ip address (10.10.10.182) listed for DNS, then do ***ipconfig /flushdns, ipconfig /registerdns***, restart the ***netlogon*** service
- bardrdc02.txt file is for BAMDRDC02
- dcdiag was run from BAMTORDC02 which seems to have a lot of problems. I'd check the event logs for related errors. Better run from BAMTORDC01
Aug 31 2021 03:49 PM
BAMTORDC01 is the problematic server that we can't connect to from ADUC or any active directory services.
I'm getting a lot of this on BAMTORDC01
Starting test: KccEvent
* The KCC Event log test
A warning event occurred. EventID: 0x800004C0
Time Generated: 08/31/2021 16:21:41
Event String:
Internal event: An LDAP client connection was closed because of an error.
I'm not sure if moving the DC away from DC OU caused a lot of this issue or not. I just found this out a few minutes ago.
Aug 31 2021 04:28 PM
I'd make the corrections, check the event logs and if problems persist put up a new set of files to look at.
Aug 31 2021 04:57 PM
I'm not able to connect to BAMTORDC01. I can connect from BAMTORDC01 to other DC from ADUC though. I also tested dcdiag netlogons and BAMTORDC01 failed.
I have uploaded full test result I ran from BAMTORDC01 on the same onedrive link.
Please let me know your thoughts.
Thanks!
Aug 31 2021 06:30 PM
- A lot of these possibly because of problematic site to site connectivity.
An LDAP client connection was closed because of an error. 1236 The network connection was aborted by the local system.
- I'd work through this one for the Kerberos errors
https://social.technet.microsoft.com/wiki/contents/articles/2064.kerberos-error-code-0x7-kdc-err-s-p...
- The oldest domain controller is 2012 R2 so when you get the domain healthy I'd get the old FRS replication technology migrated to DFSR
https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYS...
Sep 01 2021 06:00 AM
Thank you. What's surprising to me is that replication is still working with all these errors which is a good so I can work through fixing issues slowly.
Do you think the LDAP issue is the one causing the RPC error?
Sep 01 2021 07:02 AM
Do you think the LDAP issue is the one causing the RPC error?
It may be related to poor connectivity. Connection being dropped.
Sep 16 2021 09:18 AM