Displaying 6 results from an estimated 6 matches for "sambadc03".
2020 Jun 01
2
Error change DNS backend
Hi,
I update the Samba from 4.10.x to 4.11.9, and update the python (2.7.6 to
3.6.9) . The update process works fine but now try change DNS backend
(intenal to DLZ) and have the next error:
[..................]
[root at sambadc03 ~]# /usr/local/samba/sbin/samba_upgradedns
--dns-backend=BIND9_DLZ
Traceback (most recent call last):
File "/usr/local/samba/sbin/samba_upgradedns", line 72, in <module>
import dns.zone, dns.rdatatype
ModuleNotFoundError: No module named 'dns'
[..................]
Pyt...
2020 May 12
2
DNS sometimes give error/timeout or works fine
Hi,
i've three samba DC's with BIND9_DLZ backend . The DNS queryes is erratic,
sometimes from pc lan the DNS resolution work fine and on another
occasion give timeout or fail
My DC's are:
[............]
[root at sambadc03 ~]# host -t A mydomain.com
mydomain.com has address 10.13.250.128
mydomain.com has address 10.13.250.110
mydomain.com has address 10.13.250.111
mydomain.com has address 10.13.250.112
[............]
Note: The .110 and .111 are the same DC (this server have 2 ip's)
Example:
Query fail from pc...
2020 May 15
2
Samba and DNS backend question
...ba AD's with Bind9_DLZ in all DC. But for some reason
(i couldn't determine) three (sambadc02,03,04) AD's responded very slowly
. So change to Samba_Internal backend into the servers with problem and
works fine.
sambadc01 -> with FSMO roles - Bind9_DLZ
sambadc02 -> Samba_Internal
sambadc03 -> Samba_Internal
sambadc04 -> Samba_Internal
My question is: ?The DNS backend can be different between Ad's? ?can affect
the performance?
Saludos.
---
Miguel Coa M.
2020 Jun 01
3
Error change DNS backend
...:19, Rowland penny via samba (<
samba at lists.samba.org>) escribi?:
> On 01/06/2020 15:57, Miguel Angel Coa M. via samba wrote:
> > Hi,
> > I update the Samba from 4.10.x to 4.11.9, and update the python (2.7.6 to
> > 3.6.9) .
> > Python version
> > [root at sambadc03 ~]# python -V
> > Python 3.6.9
>
> How did you update the Python ?
>
> Did you remove Python 2 ?
>
> Rowland
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
2020 May 15
3
Samba and DNS backend question
...i couldn't determine) three (sambadc02,03,04) AD's responded very slowly
> > . So change to Samba_Internal backend into the servers with problem and
> > works fine.
> >
> > sambadc01 -> with FSMO roles - Bind9_DLZ
> > sambadc02 -> Samba_Internal
> > sambadc03 -> Samba_Internal
> > sambadc04 -> Samba_Internal
> >
> > My question is: ?The DNS backend can be different between Ad's? ?can
> affect
> > the performance?
> >
> > Saludos.
> > ---
> > Miguel Coa M.
>
> It shouldn't matter what...
2020 Jun 01
1
Error change DNS backend
On 01/06/2020 17:38, Rowland penny via samba wrote:
> On 01/06/2020 17:28, Miguel Angel Coa M. wrote:
>> Rowland,
>> 1. I installed Python 3.6.9 with SCL repository
>> (https://www.server-world.info/en/note?os=CentOS_7&p=python36)
>> 2. I don't?remove python 2.7
>>
> Something else that Centos does differently ;-)
>
> On Debian:
>
> root at