I’m going to remove the remain Windows AD Domain Controller after migrating to UCS successfully. But I several days ago, I found that when I created a domain account on UCS, this account did not appear on the Windows DC. I tried to create an account on Windows DC and it appeared on UCS Master automatically. So there’s something wrong with the UCS master and Windows DC.
I’ve checked both on UCS and Windows AD. Below is output of some command on both servers:
- UCS: (it seems to be OK)
[code]root@xxx-ucs-298:~# samba-tool drs showrepl
mydomain\xxx-UCS-298
DSA Options: 0x00000001
DSA object GUID: d2254268-156b-4a24-9c6d-6e2939dce9cd
DSA invocationId: 37f89255-2d7c-4865-9fa8-5fdd72fe92cd
==== INBOUND NEIGHBORS ====
CN=Configuration,DC=mydomain,DC=com
mydomain\Windows-DC via RPC
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
Last attempt @ Sun Jul 26 01:56:47 2015 ICT was successful
0 consecutive failure(s).
Last success @ Sun Jul 26 01:56:47 2015 ICT
DC=ForestDnsZones,DC=mydomain,DC=com
mydomain\Windows-DC via RPC
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
Last attempt @ Sun Jul 26 01:56:47 2015 ICT was successful
0 consecutive failure(s).
Last success @ Sun Jul 26 01:56:47 2015 ICT
DC=mydomain,DC=com
mydomain\Windows-DC via RPC
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
Last attempt @ Sun Jul 26 01:56:48 2015 ICT was successful
0 consecutive failure(s).
Last success @ Sun Jul 26 01:56:48 2015 ICT
CN=Schema,CN=Configuration,DC=mydomain,DC=com
mydomain\Windows-DC via RPC
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
Last attempt @ Sun Jul 26 01:56:48 2015 ICT was successful
0 consecutive failure(s).
Last success @ Sun Jul 26 01:56:48 2015 ICT
DC=DomainDnsZones,DC=mydomain,DC=com
mydomain\Windows-DC via RPC
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
Last attempt @ Sun Jul 26 01:56:47 2015 ICT was successful
0 consecutive failure(s).
Last success @ Sun Jul 26 01:56:47 2015 ICT
==== OUTBOUND NEIGHBORS ====
CN=Configuration,DC=mydomain,DC=com
mydomain\Windows-DC via RPC
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
Last attempt @ Sun Jul 26 00:24:32 2015 ICT was successful
0 consecutive failure(s).
Last success @ Sun Jul 26 00:24:32 2015 ICT
DC=mydomain,DC=com
mydomain\Windows-DC via RPC
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
Last attempt @ Sun Jul 26 00:30:58 2015 ICT was successful
0 consecutive failure(s).
Last success @ Sun Jul 26 00:30:58 2015 ICT
CN=Schema,CN=Configuration,DC=mydomain,DC=com
mydomain\Windows-DC via RPC
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
Last attempt @ Sun Jul 26 00:25:17 2015 ICT was successful
0 consecutive failure(s).
Last success @ Sun Jul 26 00:25:17 2015 ICT
==== KCC CONNECTION OBJECTS ====
Connection –
Connection name: 602198b2-2226-4fa0-be94-1ad73479c0c6
Enabled : TRUE
Server DNS name : Windows-DC.mydomain.com
Server DN name : CN=NTDS Settings,CN=Windows-DC,CN=Servers,CN=mydomain,CN=Sites,CN=Configuration,DC=mydomain,DC=com
TransportType: RPC
options: 0x00000001[/code]
- Windows DC:
[code]C:\Users\abc>REPADMIN /SHOWREPS
mydomain\Windows-DC
DSA Options: IS_GC
Site Options: (none)
DSA object GUID: a5178e73-a552-4678-ae81-20299caac891
DSA invocationID: 3a8e4b23-7949-462b-84cd-a1fc08671446
==== INBOUND NEIGHBORS ======================================
DC=mydomain,DC=com
mydomain\xxx-UCS-298 via RPC
DSA object GUID: d2254268-156b-4a24-9c6d-6e2939dce9cd
Last attempt @ 2015-07-26 01:50:21 was delayed for a normal reason, result 8418 (0x20e2):
The replication operation failed because of a schema mismatch between the servers involved.
Last success @ 2015-07-20 19:46:14.
CN=Configuration,DC=mydomain,DC=com
mydomain\xxx-UCS-298 via RPC
DSA object GUID: d2254268-156b-4a24-9c6d-6e2939dce9cd
Last attempt @ 2015-07-26 01:50:21 was successful.
CN=Schema,CN=Configuration,DC=mydomain,DC=com
mydomain\xxx-UCS-298 via RPC
DSA object GUID: d2254268-156b-4a24-9c6d-6e2939dce9cd
Last attempt @ 2015-07-26 01:50:22 was successful.[/code]
I found the message “Last success @ 2015-07-20 19:46:14”, this was the time we have not finished the takeover process due to an error (has been fixed after running patch script from UCS support).
Please help me to solve this. Thank you.