From d41d9f8d29ae66d90fab35b4f3f840cf0ea07d42 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 11 Jul 2025 14:29:38 +0200 Subject: [PATCH] docs: document serverid command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- docs-xml/manpages/net.8.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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 + + + -- 2.47.2