From: Douglas Bagnall Date: Wed, 11 Jul 2018 02:35:18 +0000 (+1200) Subject: WHATSNEW: samba-tool drs showrepl and visualize changes X-Git-Tag: tevent-0.9.37~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99ea80d281b8fcd61da8663bcfacd4d0eb283f6b;p=thirdparty%2Fsamba.git WHATSNEW: samba-tool drs showrepl and visualize changes Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 7823612ee81..739002e1c81 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -163,6 +163,18 @@ rename' command will clone the domain DB, renaming it in the process, and producing a backup-file. Then, the 'samba-tool domain backup restore' command takes the backup-file and restores the renamed DB to disk on a fresh DC. +New samba-tool options for diagnosing DRS replication issues +------------------------------------------------------------ + +The 'samba-tool drs showrepl' command has two new options controlling +the output. With --summary, the command says very little when DRS +replication is working well. With --json, JSON is produced. These +options are intended for human and machine audiences, respectively. + +The 'samba-tool visualize uptodateness' visualizes replication lag as +a heat-map matrix based on the DRS uptodateness vectors. This will +show you if (but not why) changes are failing to replicate to some DCs. + REMOVED FEATURES ================