]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs: document serverid command master
authorRalph Boehme <slow@samba.org>
Fri, 11 Jul 2025 12:29:38 +0000 (14:29 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 Aug 2025 16:03:56 +0000 (16:03 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Aug  5 16:03:56 UTC 2025 on atb-devel-224

docs-xml/manpages/net.8.xml

index a2cdcac1e9c8bc097db7a5a32f58f88143794aa0..d9293d0bb345da7cc9862de78fe6518b50586133 100644 (file)
@@ -3141,6 +3141,13 @@ Dump the locking table of a certain global lock.
                </itemizedlist>
 
        </refsect3>
+
+       <refsect3>
+               <title>tdb smbXsrv wipedbs</title>
+               <para>Clean stale entries from smbXsrv databases.</para>
+               <para>An alias for <command>net serverid wipedbs</command>.
+               </para>
+       </refsect3>
 </refsect2>
 
 <refsect2>
@@ -3752,6 +3759,35 @@ net witness force-response   Force an AsyncNotify response based on json input (
 
 </refsect3>
 
+</refsect2>
+
+<refsect2>
+  <title>serverid</title>
+  <para>Check existence of a serverid and clean stale entries from fileserver
+  state databases.</para>
+  <para>The following commands are implemented:
+  <simplelist>
+    <member>net serverid exists          Check existence of a serverid</member>
+    <member>net serverid wipedbs         Clean stale entries from fileserver state databases</member>
+  </simplelist>
+  </para>
+
+<refsect3>
+  <title>serverid exists &lt;serverid&gt;</title>
+  <para>Checks if a serverid exits.</para>
+</refsect3>
+
+<refsect3>
+  <title>serverid wipedbs</title>
+  <para>Clean stale entries from fileserver state databases</para>
+  <para>Options for wipedbs:</para>
+  <para>        --test</para>
+  <para>            Only check for stale entries and log them</para>
+  <para>        --verbose</para>
+  <para>            Produce verbose logging</para>
+</refsect3>
+
+
 </refsect2>
 
 <refsect2>