Rowland Penny
2023-Apr-14 13:12 UTC
[Samba] Unable to "rejoin" existing DC after upgrade (infamous WERR_FILE_NOT_FOUND)
On 14/04/2023 14:05, Luis Peromarta via samba wrote:> In my particular case, I was missing a record. It?s been recreated and all looks and feels fine. > > LP > On 14 Apr 2023 at 14:47 +0200, samba at lists.samba.org, wrote: >> >> Just remove the wrong records with samba-tool.You posted this: host -t SRV _ldap._tcp.pdc._msdcs.mad.mater.int _ldap._tcp.pdc._msdcs.mad.mater.int has SRV record 0 100 389 bwing.mad.mater.int. _ldap._tcp.pdc._msdcs.mad.mater.int has SRV record 0 100 389 awing.mad.mater.int. _ldap._tcp.pdc._msdcs.mad.mater.int has SRV record 0 100 389 cwing.mad.mater.int. Which clearly shows you have three records for the PDC_Emulator DC and like that FSMO role, there can only be one, the DC that holds the role, you should delete the two incorrect ones. I have two DC's and this is the output from my domain: host -t SRV _ldap._tcp.pdc._msdcs.samdom.example.com _ldap._tcp.pdc._msdcs.samdom.example.com has SRV record 0 100 389 rpidc1.samdom.example.com. Rowland
Luis Peromarta
2023-Apr-14 13:20 UTC
[Samba] Unable to "rejoin" existing DC after upgrade (infamous WERR_FILE_NOT_FOUND)
Apologies. Now I get it. Only one SRV record for the PCD emulator. I will delete the other 2. If I transfer the FSMO role will that be updated then ? The other FSMO roles,??also have / need DNS entries unique to only the machine that has the role ? LP On 14 Apr 2023 at 15:13 +0200, Rowland Penny via samba <samba at lists.samba.org>, wrote:> > Which clearly shows you have three records for the PDC_Emulator DC and > like that FSMO role, there can only be one, the DC that holds the role, > you should delete the two incorrect ones. > >