Displaying 5 results from an estimated 5 matches for "fix_replica_locations".
2017 Oct 10
0
samba getting stuck, highwatermark replication issue?
...ngling forward link"
These are deleted NTDS and harmless. However you can clean them up with.
#samba-tool domain tombstones expunge
It should be safe to say yes to those questions. You could also run the
following command as well for those.
#samba-tool dbcheck --cross-ncs --fix --yes 'fix_replica_locations'
It may be best to run a manual full replication from a good DC to one
that is having the problems. See
https://wiki.samba.org/index.php/Manually_Replicating_Directory_Partitions
--
--
James
2016 Sep 18
0
replPropertyMetaData & KCC issues after updating to Samba 4.5.0
...cur
immediately). Simply deleting those connections should allow the new KCC
to follow all the site requirements.
If you find that DNS zones are not working correctly, this is probably
related to the failing dbcheck, and so you may want to also run:
samba-tool dbcheck --cross-ncs --fix --yes 'fix_replica_locations'
Hopefully that helps some of your issues.
Cheers,
Garming
On 13/09/16 05:12, lingpanda101--- via samba wrote:
> Hello,
>
> Updated samba from 4.4.5 to 4.5.0. All DC's are Ubuntu 12.04.5
> LTS. I install samba from source(./configure,make,make install).
> Looking at...
2016 Sep 12
4
replPropertyMetaData & KCC issues after updating to Samba 4.5.0
Hello,
Updated samba from 4.4.5 to 4.5.0. All DC's are Ubuntu 12.04.5 LTS.
I install samba from source(./configure,make,make install). Looking at
the release notes I see the section on "replPropertyMetaData Chnages".
I run 'samba-tool dbcheck --cross-ncs --fix --yes' and see the errors
and samba attempts to fix.
ERROR: unsorted attributeID values in
2017 Oct 10
2
samba getting stuck, highwatermark replication issue?
Hi James,
Thanks for the quick reply.
On 10/09/2017 08:52 PM, lingpanda101 via samba wrote:
> You should be able to fix the 'replPropertyMetaData' errors with;
>
> samba-tool dbcheck --cross-ncs --fix --yes
> 'fix_replmetadata_unsorted_attid'
Yep, worked great! Fixed all of those replPropertyMetaData errors! :-)
> The highwatermark doesn't necessarily
2016 Sep 21
2
replPropertyMetaData & KCC issues after updating to Samba 4.5.0
...eting those connections should allow the new KCC
> to follow all the site requirements.
>
> If you find that DNS zones are not working correctly, this is probably
> related to the failing dbcheck, and so you may want to also run:
>
> samba-tool dbcheck --cross-ncs --fix --yes 'fix_replica_locations'
>
>
> Hopefully that helps some of your issues.
>
> Cheers,
>
> Garming
>
>
> On 13/09/16 05:12, lingpanda101--- via samba wrote:
>> Hello,
>>
>> Updated samba from 4.4.5 to 4.5.0. All DC's are Ubuntu 12.04.5
>> LTS. I install samb...