Hi I m trying to join an ad as a dc following this https://wiki.samba.org/index.php/Check_and_fix_DNS_entries_on_DC_joins But i do samba-tool dns add EPSILUM _msdcs.myos.local d4aBdfb0-8937-465a-af2d-d657fgh145ee CNAME smb4.myos.local If have got ERROR(runtime): uncaught exception - (9601, 'WERR_DNS_ERROR_ZONE_DOES_NOT_EXIST') File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line 1070, in run 0, server, zone, name, add_rec_buf, None) I have seen other people asking about this but noone explains what to do to solve this Hope someone can help -- probeSys - spécialiste GNU/Linux site web : http://www.probesys.com
Hello, Am 09.07.2015 um 17:04 schrieb zorg:> following this > https://wiki.samba.org/index.php/Check_and_fix_DNS_entries_on_DC_joins > > But i do > samba-tool dns add EPSILUM _msdcs.myos.local > d4aBdfb0-8937-465a-af2d-d657fgh145ee CNAME smb4.myos.local > If have got > ERROR(runtime): uncaught exception - (9601, > 'WERR_DNS_ERROR_ZONE_DOES_NOT_EXIST') > File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line > 175, in _run > return self.run(*args, **kwargs) > File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line > 1070, in run > 0, server, zone, name, add_rec_buf, None)During the DC join, have you configured that the new DC should not be a DNS? E. g. by # samba-tool domain join ... --dns-backend=NONE or did you choose DNS backend=NONE if you used the interactive way? In that case run this command on one of your DCs, having a DNS. Regards, Marc
But If i want my samba4 to be dns after when i ll decide to stop the other dc can't i keep the to dns Could you explain a bit Le 09/07/2015 17:55, Marc Muehlfeld a écrit :> Hello, > > Am 09.07.2015 um 17:04 schrieb zorg: >> following this >> https://wiki.samba.org/index.php/Check_and_fix_DNS_entries_on_DC_joins >> >> But i do >> samba-tool dns add EPSILUM _msdcs.myos.local >> d4aBdfb0-8937-465a-af2d-d657fgh145ee CNAME smb4.myos.local >> If have got >> ERROR(runtime): uncaught exception - (9601, >> 'WERR_DNS_ERROR_ZONE_DOES_NOT_EXIST') >> File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line >> 175, in _run >> return self.run(*args, **kwargs) >> File "/usr/lib/python2.7/dist-packages/samba/netcmd/dns.py", line >> 1070, in run >> 0, server, zone, name, add_rec_buf, None) > > During the DC join, have you configured that the new DC should not be a > DNS? E. g. by > # samba-tool domain join ... --dns-backend=NONE > or did you choose DNS backend=NONE if you used the interactive way? > > In that case run this command on one of your DCs, having a DNS. > > > > Regards, > Marc-- probeSys - spécialiste GNU/Linux site web : http://www.probesys.com