From: Ralph Boehme Date: Fri, 11 Jul 2025 12:29:38 +0000 (+0200) Subject: docs: document serverid command X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41d9f8d29ae66d90fab35b4f3f840cf0ea07d42;p=thirdparty%2Fsamba.git docs: document serverid command Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Tue Aug 5 16:03:56 UTC 2025 on atb-devel-224 --- diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index a2cdcac1e9c..d9293d0bb34 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -3141,6 +3141,13 @@ Dump the locking table of a certain global lock. + + + tdb smbXsrv wipedbs + Clean stale entries from smbXsrv databases. + An alias for net serverid wipedbs. + + @@ -3752,6 +3759,35 @@ net witness force-response Force an AsyncNotify response based on json input ( + + + + serverid + Check existence of a serverid and clean stale entries from fileserver + state databases. + The following commands are implemented: + + net serverid exists Check existence of a serverid + net serverid wipedbs Clean stale entries from fileserver state databases + + + + + serverid exists <serverid> + Checks if a serverid exits. + + + + serverid wipedbs + Clean stale entries from fileserver state databases + Options for wipedbs: + --test + Only check for stale entries and log them + --verbose + Produce verbose logging + + +