doc: Update XML files to use standard DocBook DTD
[kai/samba-autobuild/.git] / ctdb / doc / ctdb.1.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry
3         PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4         "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5 <refentry id="ctdb.1">
6
7 <refmeta>
8         <refentrytitle>ctdb</refentrytitle>
9         <manvolnum>1</manvolnum>
10         <refmiscinfo class="source">ctdb</refmiscinfo>
11         <refmiscinfo class="manual">CTDB - clustered TDB database</refmiscinfo>
12 </refmeta>
13
14
15 <refnamediv>
16         <refname>ctdb</refname>
17         <refpurpose>clustered tdb database management utility</refpurpose>
18 </refnamediv>
19
20 <refsynopsisdiv>
21         <cmdsynopsis>
22                 <command>ctdb [ OPTIONS ] COMMAND ...</command>
23         </cmdsynopsis>
24         
25         <cmdsynopsis>
26                 <command>ctdb</command>
27                 <arg choice="opt">-n &lt;node&gt;</arg>
28                 <arg choice="opt">-Y</arg>
29                 <arg choice="opt">-t &lt;timeout&gt;</arg>
30                 <arg choice="opt">-T &lt;timelimit&gt;</arg>
31                 <arg choice="opt">-? --help</arg>
32                 <arg choice="opt">--usage</arg>
33                 <arg choice="opt">-d --debug=&lt;INTEGER&gt;</arg>
34                 <arg choice="opt">--socket=&lt;filename&gt;</arg>
35                 <arg choice="opt">--print-emptyrecords</arg>
36                 <arg choice="opt">--print-datasize</arg>
37                 <arg choice="opt">--print-lmaster</arg>
38                 <arg choice="opt">--print-hash</arg>
39                 <arg choice="opt">--print-recordflags</arg>
40         </cmdsynopsis>
41         
42 </refsynopsisdiv>
43
44   <refsect1><title>DESCRIPTION</title>
45     <para>
46       ctdb is a utility to view and manage a ctdb cluster.
47     </para>
48   </refsect1>
49
50
51   <refsect1>
52     <title>OPTIONS</title>
53
54     <variablelist>
55       <varlistentry><term>-n &lt;pnn&gt;</term>
56         <listitem>
57           <para>
58             This specifies the physical node number on which to execute the 
59             command. Default is to run the command on the daemon running on 
60             the local host.
61           </para>
62           <para>
63             The physical node number is an integer that describes the node in the
64             cluster. The first node has physical node number 0.
65           </para>
66         </listitem>
67       </varlistentry>
68
69       <varlistentry><term>-Y</term>
70         <listitem>
71           <para>
72             Produce output in machine readable form for easier parsing by scripts. Not all commands support this option.
73           </para>
74         </listitem>
75       </varlistentry>
76
77       <varlistentry><term>-t &lt;timeout&gt;</term>
78         <listitem>
79           <para>
80             How long should ctdb wait for the local ctdb daemon to respond to a command before timing out. Default is 3 seconds.
81           </para>
82         </listitem>
83       </varlistentry>
84
85       <varlistentry><term>-T &lt;timelimit&gt;</term>
86         <listitem>
87           <para>
88             A limit on how long the ctdb command will run for before it will
89             be aborted. When this timelimit has been exceeded the ctdb command will
90             terminate.
91           </para>
92         </listitem>
93       </varlistentry>
94
95       <varlistentry><term>-? --help</term>
96         <listitem>
97           <para>
98             Print some help text to the screen.
99           </para>
100         </listitem>
101       </varlistentry>
102
103       <varlistentry><term>--usage</term>
104         <listitem>
105           <para>
106             Print useage information to the screen.
107           </para>
108         </listitem>
109       </varlistentry>
110
111       <varlistentry><term>-d --debug=&lt;debuglevel&gt;</term>
112         <listitem>
113           <para>
114             Change the debug level for the command. Default is 0.
115           </para>
116         </listitem>
117       </varlistentry>
118
119       <varlistentry><term>--socket=&lt;filename&gt;</term>
120         <listitem>
121           <para>
122             Specify the socketname to use when connecting to the local ctdb 
123             daemon. The default is /tmp/ctdb.socket .
124           </para>
125           <para>
126             You only need to specify this parameter if you run multiple ctdb 
127             daemons on the same physical host and thus can not use the default
128             name for the domain socket.
129           </para>
130         </listitem>
131       </varlistentry>
132
133       <varlistentry><term>--print-emptyrecords</term>
134         <listitem>
135           <para>
136             This enables printing of empty records when dumping databases
137             with the catdb, cattbd and dumpdbbackup commands. Records with
138             empty data segment are considered deleted by ctdb and cleaned
139             by the vacuuming mechanism, so this switch can come in handy for
140             debugging the vacuuming behaviour.
141           </para>
142         </listitem>
143       </varlistentry>
144
145       <varlistentry><term>--print-datasize</term>
146         <listitem>
147           <para>
148             This lets database dumps (catdb, cattdb, dumpdbbackup) print the
149             size of the record data instead of dumping the data contents.
150           </para>
151         </listitem>
152       </varlistentry>
153
154       <varlistentry><term>--print-lmaster</term>
155         <listitem>
156           <para>
157             This lets catdb print the lmaster for each record.
158           </para>
159         </listitem>
160       </varlistentry>
161
162       <varlistentry><term>--print-hash</term>
163         <listitem>
164           <para>
165             This lets database dumps (catdb, cattdb, dumpdbbackup) print the
166             hash for each record.
167           </para>
168         </listitem>
169       </varlistentry>
170
171       <varlistentry><term>--print-recordflags</term>
172         <listitem>
173           <para>
174             This lets catdb and dumpdbbackup print the
175             record flags for each record. Note that cattdb always
176             prints the flags.
177           </para>
178         </listitem>
179       </varlistentry>
180
181     </variablelist>
182   </refsect1>
183
184
185   <refsect1><title>Administrative Commands</title>
186     <para>
187       These are commands used to monitor and administrate a CTDB cluster.
188     </para>
189
190     <refsect2><title>pnn</title>
191       <para>
192         This command displays the pnn of the current node.
193       </para>
194     </refsect2>
195
196     <refsect2><title>status</title>
197       <para>
198         This command shows the current status of the ctdb node.
199       </para>
200
201       <refsect3><title>node status</title>
202         <para>
203           Node status reflects the current status of the node. There are five possible states:
204         </para>
205         <para>
206           OK - This node is fully functional.
207         </para>
208         <para>
209           DISCONNECTED - This node could not be connected through the network and is currently not participating in the cluster. If there is a public IP address associated with this node it should have been taken over by a different node. No services are running on this node.
210         </para>
211         <para>
212           DISABLED - This node has been administratively disabled. This node is still functional and participates in the CTDB cluster but its IP addresses have been taken over by a different node and no services are currently being hosted.
213         </para>
214         <para>
215           UNHEALTHY - A service provided by this node is malfunctioning and should be investigated. The CTDB daemon itself is operational and participates in the cluster. Its public IP address has been taken over by a different node and no services are currnetly being hosted. All unhealthy nodes should be investigated and require an administrative action to rectify.
216         </para>
217         <para>
218           BANNED - This node failed too many recovery attempts and has been banned from participating in the cluster for a period of RecoveryBanPeriod seconds. Any public IP address has been taken over by other nodes. This node does not provide any services. All banned nodes should be investigated and require an administrative action to rectify. This node does not perticipate in the CTDB cluster but can still be communicated with. I.e. ctdb commands can be sent to it.
219         </para>
220         <para>
221       STOPPED - A node that is stopped does not host any public ip addresses,
222       nor is it part of the VNNMAP. A stopped node can not become LVSMASTER,
223       RECMASTER or NATGW.
224       This node does not perticipate in the CTDB cluster but can still be
225       communicated with. I.e. ctdb commands can be sent to it.
226         </para>
227         <para>
228         PARTIALLYONLINE - A node that is partially online participates
229         in a cluster like a node that is ok. Some interfaces to serve
230         public ip addresses are down, but at least one interface is up.
231         See also "ctdb ifaces".
232         </para>
233       </refsect3>
234
235       <refsect3><title>generation</title>
236         <para>
237           The generation id is a number that indicates the current generation 
238           of a cluster instance. Each time a cluster goes through a 
239           reconfiguration or a recovery its generation id will be changed.
240           </para>
241           <para>
242           This number does not have any particular meaning other than to keep
243           track of when a cluster has gone through a recovery. It is a random
244           number that represents the current instance of a ctdb cluster
245           and its databases.
246           CTDBD uses this number internally to be able to tell when commands 
247           to operate on the cluster and the databases was issued in a different
248           generation of the cluster, to ensure that commands that operate
249           on the databases will not survive across a cluster database recovery.
250           After a recovery, all old outstanding commands will automatically
251           become invalid. 
252         </para>
253         <para>
254           Sometimes this number will be shown as "INVALID". This only means that
255           the ctdbd daemon has started but it has not yet merged with the cluster through a recovery.
256           All nodes start with generation "INVALID" and are not assigned a real
257           generation id until they have successfully been merged with a cluster
258           through a recovery.
259         </para>
260       </refsect3>
261
262       <refsect3><title>VNNMAP</title>
263         <para>
264           The list of Virtual Node Numbers. This is a list of all nodes that actively participates in the cluster and that share the workload of hosting the Clustered TDB database records.
265           Only nodes that are participating in the vnnmap can become lmaster or dmaster for a database record.
266         </para>
267       </refsect3>
268
269       <refsect3><title>Recovery mode</title>
270         <para>
271           This is the current recovery mode of the cluster. There are two possible modes:
272         </para>
273         <para>
274           NORMAL - The cluster is fully operational.
275         </para>
276         <para>
277           RECOVERY - The cluster databases have all been frozen, pausing all services while the cluster awaits a recovery process to complete. A recovery process should finish within seconds. If a cluster is stuck in the RECOVERY state this would indicate a cluster malfunction which needs to be investigated.
278         </para>
279         <para>
280         Once the recovery master detects an inconsistency, for example a node 
281         becomes disconnected/connected, the recovery daemon will trigger a 
282         cluster recovery process, where all databases are remerged across the
283         cluster. When this process starts, the recovery master will first
284         "freeze" all databases to prevent applications such as samba from 
285         accessing the databases and it will also mark the recovery mode as
286         RECOVERY.
287         </para>
288         <para>
289         When CTDBD starts up, it will start in RECOVERY mode.
290         Once the node has been merged into a cluster and all databases
291         have been recovered, the node mode will change into NORMAL mode
292         and the databases will be "thawed", allowing samba to access the
293         databases again.
294         </para>
295       </refsect3>
296
297       <refsect3><title>Recovery master</title>
298         <para>
299           This is the cluster node that is currently designated as the recovery master. This node is responsible of monitoring the consistency of the cluster and to perform the actual recovery process when reqired.
300         </para>
301         <para>
302         Only one node at a time can be the designated recovery master. Which
303         node is designated the recovery master is decided by an election
304         process in the recovery daemons running on each node.
305         </para>
306       </refsect3>
307
308       <para>
309         Example: ctdb status
310       </para>
311       <para>Example output:</para>
312       <screen format="linespecific">
313 Number of nodes:4
314 pnn:0 11.1.2.200       OK (THIS NODE)
315 pnn:1 11.1.2.201       OK
316 pnn:2 11.1.2.202       OK
317 pnn:3 11.1.2.203       OK
318 Generation:1362079228
319 Size:4
320 hash:0 lmaster:0
321 hash:1 lmaster:1
322 hash:2 lmaster:2
323 hash:3 lmaster:3
324 Recovery mode:NORMAL (0)
325 Recovery master:0
326       </screen>
327     </refsect2>
328
329     <refsect2><title>nodestatus [&lt;nodespec&gt;]</title>
330       <para>
331         This command is similar to the <command>status</command>
332         command.  It displays the "node status" subset of output.  The
333         main differences are:
334       </para>
335
336       <itemizedlist>
337         <listitem>
338           <para>
339             The exit code is the bitwise-OR of the flags for each
340             specified node, while <command>ctdb status</command> exits
341             with 0 if it was able to retrieve status for all nodes.
342           </para>
343         </listitem>
344
345         <listitem>
346           <para>
347             <command>ctdb status</command> provides status information
348             for all nodes.  <command>ctdb nodestatus</command>
349             defaults to providing status for only the current node.
350             If &lt;nodespec&gt; is provided then status is given for
351             the indicated node(s).
352           </para>
353
354           <para>
355             By default, <command>ctdb nodestatus</command> gathers
356             status from the local node.  However, if invoked with "-n
357             all" (or similar) then status is gathered from the given
358             node(s).  In particular <command>ctdb nodestatus
359             all</command> and <command>ctdb nodestatus -n
360             all</command> will produce different output.  It is
361             possible to provide 2 different nodespecs (with and
362             without "-n") but the output is usually confusing!
363           </para>
364         </listitem>
365       </itemizedlist>
366
367       <para>
368         A common invocation in scripts is <command>ctdb nodestatus
369         all</command> to check whether all nodes in a cluster are
370         healthy.
371       </para>
372
373       <para>
374         Example: ctdb nodestatus
375       </para>
376       <para>Example output:</para>
377       <screen format="linespecific">
378 # ctdb nodestatus
379 pnn:0 10.0.0.30        OK (THIS NODE)
380       </screen>
381
382       <para>
383         Example: ctdb nodestatus all
384       </para>
385       <para>Example output:</para>
386       <screen format="linespecific">
387 # ctdb nodestatus all
388 Number of nodes:2
389 pnn:0 10.0.0.30        OK (THIS NODE)
390 pnn:1 10.0.0.31        OK
391       </screen>
392     </refsect2>
393
394     <refsect2><title>recmaster</title>
395       <para>
396         This command shows the pnn of the node which is currently the recmaster.
397       </para>
398     </refsect2>
399
400     <refsect2><title>uptime</title>
401       <para>
402         This command shows the uptime for the ctdb daemon. When the last recovery or ip-failover completed and how long it took. If the "duration" is shown as a negative number, this indicates that there is a recovery/failover in progress and it started that many seconds ago.
403       </para>
404
405       <para>
406         Example: ctdb uptime
407       </para>
408       <para>Example output:</para>
409       <screen format="linespecific">
410 Current time of node          :                Thu Oct 29 10:38:54 2009
411 Ctdbd start time              : (000 16:54:28) Wed Oct 28 17:44:26 2009
412 Time of last recovery/failover: (000 16:53:31) Wed Oct 28 17:45:23 2009
413 Duration of last recovery/failover: 2.248552 seconds
414       </screen>
415     </refsect2>
416
417     <refsect2><title>listnodes</title>
418       <para>
419         This command shows lists the ip addresses of all the nodes in the cluster.
420       </para>
421
422       <para>
423         Example: ctdb listnodes
424       </para>
425       <para>Example output:</para>
426       <screen format="linespecific">
427 10.0.0.71
428 10.0.0.72
429 10.0.0.73
430 10.0.0.74
431       </screen>
432     </refsect2>
433
434     <refsect2><title>ping</title>
435       <para>
436         This command will "ping" specified CTDB node in the cluster to
437         verify that they are running.
438       </para>
439       <para>
440         Example: ctdb ping -n all
441       </para>
442       <para>
443         Example output:
444       </para>
445       <screen format="linespecific">
446 response from 0 time=0.000054 sec  (3 clients)
447 response from 1 time=0.000144 sec  (2 clients)
448 response from 2 time=0.000105 sec  (2 clients)
449 response from 3 time=0.000114 sec  (2 clients)
450       </screen>
451     </refsect2>
452
453     <refsect2><title>runstate [setup|first_recovery|startup|running]</title>
454       <para>
455         Print the runstate of the specified node.  Runstates are used
456         to serialise important state transitions in CTDB, particularly
457         during startup.
458       </para>
459       <para>
460         If one or more optional runstate arguments are specified then
461         the node must be in one of these runstates for the command to
462         succeed.
463       </para>
464       <para>
465         Example: ctdb runstate
466       </para>
467       <para>
468         Example output:
469       </para>
470       <screen format="linespecific">
471 RUNNING
472       </screen>
473     </refsect2>
474
475     <refsect2><title>ifaces</title>
476       <para>
477         This command will display the list of network interfaces, which could
478         host public addresses, along with their status.
479       </para>
480       <para>
481         Example: ctdb ifaces
482       </para>
483       <para>
484         Example output:
485       </para>
486       <screen format="linespecific">
487 Interfaces on node 0
488 name:eth5 link:up references:2
489 name:eth4 link:down references:0
490 name:eth3 link:up references:1
491 name:eth2 link:up references:1
492       </screen>
493       <para>
494         Example: ctdb ifaces -Y
495       </para>
496       <para>
497         Example output:
498       </para>
499       <screen format="linespecific">
500 :Name:LinkStatus:References:
501 :eth5:1:2
502 :eth4:0:0
503 :eth3:1:1
504 :eth2:1:1
505       </screen>
506     </refsect2>
507
508     <refsect2><title>setifacelink &lt;iface&gt; &lt;status&gt;</title>
509       <para>
510         This command will set the status of a network interface.
511         The status needs to be "up" or "down". This is typically
512         used in the 10.interfaces script in the "monitor" event.
513       </para>
514       <para>
515         Example: ctdb setifacelink eth0 up
516       </para>
517     </refsect2>
518
519     <refsect2><title>ip</title>
520       <para>
521         This command will display the list of public addresses that are provided by the cluster and which physical node is currently serving this ip. By default this command will ONLY show those public addresses that are known to the node itself. To see the full list of all public ips across the cluster you must use "ctdb ip -n all".
522       </para>
523       <para>
524         Example: ctdb ip
525       </para>
526       <para>
527         Example output:
528       </para>
529       <screen format="linespecific">
530 Public IPs on node 0
531 172.31.91.82 node[1] active[] available[eth2,eth3] configured[eth2,eth3]
532 172.31.91.83 node[0] active[eth3] available[eth2,eth3] configured[eth2,eth3]
533 172.31.91.84 node[1] active[] available[eth2,eth3] configured[eth2,eth3]
534 172.31.91.85 node[0] active[eth2] available[eth2,eth3] configured[eth2,eth3]
535 172.31.92.82 node[1] active[] available[eth5] configured[eth4,eth5]
536 172.31.92.83 node[0] active[eth5] available[eth5] configured[eth4,eth5]
537 172.31.92.84 node[1] active[] available[eth5] configured[eth4,eth5]
538 172.31.92.85 node[0] active[eth5] available[eth5] configured[eth4,eth5]
539       </screen>
540       <para>
541         Example: ctdb ip -Y
542       </para>
543       <para>
544         Example output:
545       </para>
546       <screen format="linespecific">
547 :Public IP:Node:ActiveInterface:AvailableInterfaces:ConfiguredInterfaces:
548 :172.31.91.82:1::eth2,eth3:eth2,eth3:
549 :172.31.91.83:0:eth3:eth2,eth3:eth2,eth3:
550 :172.31.91.84:1::eth2,eth3:eth2,eth3:
551 :172.31.91.85:0:eth2:eth2,eth3:eth2,eth3:
552 :172.31.92.82:1::eth5:eth4,eth5:
553 :172.31.92.83:0:eth5:eth5:eth4,eth5:
554 :172.31.92.84:1::eth5:eth4,eth5:
555 :172.31.92.85:0:eth5:eth5:eth4,eth5:
556       </screen>
557     </refsect2>
558
559     <refsect2><title>ipinfo &lt;ip&gt;</title>
560       <para>
561         This command will display details about the specified public addresses.
562       </para>
563       <para>
564         Example: ctdb ipinfo 172.31.92.85
565       </para>
566       <para>
567         Example output:
568       </para>
569       <screen format="linespecific">
570 Public IP[172.31.92.85] info on node 0
571 IP:172.31.92.85
572 CurrentNode:0
573 NumInterfaces:2
574 Interface[1]: Name:eth4 Link:down References:0
575 Interface[2]: Name:eth5 Link:up References:2 (active)
576       </screen>
577     </refsect2>
578
579     <refsect2><title>scriptstatus</title>
580       <para>
581         This command displays which scripts where run in the previous monitoring cycle and the result of each script. If a script failed with an error, causing the node to become unhealthy, the output from that script is also shown.
582       </para>
583       <para>
584         Example: ctdb scriptstatus
585       </para>
586       <para>
587         Example output:
588       </para>
589       <screen format="linespecific">
590 7 scripts were executed last monitoring cycle
591 00.ctdb              Status:OK    Duration:0.056 Tue Mar 24 18:56:57 2009
592 10.interface         Status:OK    Duration:0.077 Tue Mar 24 18:56:57 2009
593 11.natgw             Status:OK    Duration:0.039 Tue Mar 24 18:56:57 2009
594 20.multipathd        Status:OK    Duration:0.038 Tue Mar 24 18:56:57 2009
595 31.clamd             Status:DISABLED
596 40.vsftpd            Status:OK    Duration:0.045 Tue Mar 24 18:56:57 2009
597 41.httpd             Status:OK    Duration:0.039 Tue Mar 24 18:56:57 2009
598 50.samba             Status:ERROR    Duration:0.082 Tue Mar 24 18:56:57 2009
599    OUTPUT:ERROR: Samba tcp port 445 is not responding
600       </screen>
601     </refsect2>
602
603     <refsect2><title>disablescript &lt;script&gt;</title>
604       <para>
605         This command is used to disable an eventscript.
606       </para>
607       <para>
608         This will take effect the next time the eventscripts are being executed so it can take a short while until this is reflected in 'scriptstatus'.
609       </para>
610     </refsect2>
611
612     <refsect2><title>enablescript &lt;script&gt;</title>
613       <para>
614         This command is used to enable an eventscript.
615       </para>
616       <para>
617         This will take effect the next time the eventscripts are being executed so it can take a short while until this is reflected in 'scriptstatus'.
618       </para>
619     </refsect2>
620
621     <refsect2><title>getvar &lt;name&gt;</title>
622       <para>
623         Get the runtime value of a tuneable variable.
624       </para>
625       <para>
626         Example: ctdb getvar MaxRedirectCount
627       </para>
628       <para>
629         Example output:
630       </para>
631       <screen format="linespecific">
632 MaxRedirectCount    = 3
633       </screen>
634     </refsect2>
635
636     <refsect2><title>setvar &lt;name&gt; &lt;value&gt;</title>
637       <para>
638         Set the runtime value of a tuneable variable.
639       </para>
640       <para>
641         Example: ctdb setvar MaxRedirectCount 5
642       </para>
643     </refsect2>
644
645     <refsect2><title>listvars</title>
646       <para>
647       List all tuneable variables, except the values of the obsolete tunables
648       like VacuumMinInterval. The obsolete tunables can be retrieved only
649       explicitly with the "ctdb getvar" command.
650       </para>
651       <para>
652         Example: ctdb listvars
653       </para>
654       <para>
655         Example output:
656       </para>
657       <screen format="linespecific">
658 MaxRedirectCount        = 3
659 SeqnumInterval          = 1000
660 ControlTimeout          = 60
661 TraverseTimeout         = 20
662 KeepaliveInterval       = 5
663 KeepaliveLimit          = 5
664 RecoverTimeout          = 20
665 RecoverInterval         = 1
666 ElectionTimeout         = 3
667 TakeoverTimeout         = 9
668 MonitorInterval         = 15
669 TickleUpdateInterval    = 20
670 EventScriptTimeout      = 30
671 EventScriptTimeoutCount = 1
672 RecoveryGracePeriod     = 120
673 RecoveryBanPeriod       = 300
674 DatabaseHashSize        = 100001
675 DatabaseMaxDead         = 5
676 RerecoveryTimeout       = 10
677 EnableBans              = 1
678 DeterministicIPs        = 0
679 LCP2PublicIPs           = 1
680 ReclockPingPeriod       = 60
681 NoIPFailback            = 0
682 DisableIPFailover       = 0
683 VerboseMemoryNames      = 0
684 RecdPingTimeout         = 60
685 RecdFailCount           = 10
686 LogLatencyMs            = 0
687 RecLockLatencyMs        = 1000
688 RecoveryDropAllIPs      = 120
689 VerifyRecoveryLock      = 1
690 VacuumInterval          = 10
691 VacuumMaxRunTime        = 30
692 RepackLimit             = 10000
693 VacuumLimit             = 5000
694 VacuumFastPathCount     = 60
695 MaxQueueDropMsg         = 1000000
696 UseStatusEvents         = 0
697 AllowUnhealthyDBRead    = 0
698 StatHistoryInterval     = 1
699 DeferredAttachTO        = 120
700 AllowClientDBAttach     = 1
701 RecoverPDBBySeqNum      = 0
702       </screen>
703     </refsect2>
704
705     <refsect2><title>lvsmaster</title>
706       <para>
707       This command shows which node is currently the LVSMASTER. The
708       LVSMASTER is the node in the cluster which drives the LVS system and
709       which receives all incoming traffic from clients.
710       </para>
711       <para>
712       LVS is the mode where the entire CTDB/Samba cluster uses a single
713       ip address for the entire cluster. In this mode all clients connect to
714       one specific node which will then multiplex/loadbalance the clients
715       evenly onto the other nodes in the cluster. This is an alternative to using
716       public ip addresses. See the manpage for ctdbd for more information
717       about LVS.
718       </para>
719     </refsect2>
720
721     <refsect2><title>lvs</title>
722       <para>
723       This command shows which nodes in the cluster are currently active in the
724       LVS configuration. I.e. which nodes we are currently loadbalancing
725       the single ip address across.
726       </para>
727
728       <para>
729       LVS will by default only loadbalance across those nodes that are both
730       LVS capable and also HEALTHY. Except if all nodes are UNHEALTHY in which
731       case LVS will loadbalance across all UNHEALTHY nodes as well.
732       LVS will never use nodes that are DISCONNECTED, STOPPED, BANNED or
733       DISABLED.
734       </para>
735
736       <para>
737         Example output:
738       </para>
739       <screen format="linespecific">
740 2:10.0.0.13
741 3:10.0.0.14
742       </screen>
743
744     </refsect2>
745
746
747     <refsect2><title>getcapabilities</title>
748       <para>
749       This command shows the capabilities of the current node.
750       Please see manpage for ctdbd for a full list of all capabilities and
751       more detailed description.
752       </para>
753
754       <para>
755       RECMASTER and LMASTER capabilities are primarily used when CTDBD
756       is used to create a cluster spanning across WAN links. In which case
757       ctdbd acts as a WAN accelerator.
758       </para>
759
760       <para>
761       LVS capabile means that the node is participating in LVS, a mode
762       where the entire CTDB cluster uses one single ip address for the
763       entire cluster instead of using public ip address failover.
764       This is an alternative to using a loadbalancing layer-4 switch.
765       </para>
766
767       <para>
768         Example output:
769       </para>
770       <screen format="linespecific">
771 RECMASTER: YES
772 LMASTER: YES
773 LVS: NO
774       </screen>
775
776     </refsect2>
777
778     <refsect2><title>statistics</title>
779       <para>
780         Collect statistics from the CTDB daemon about how many calls it has served.
781       </para>
782       <para>
783         Example: ctdb statistics
784       </para>
785       <para>
786         Example output:
787       </para>
788       <screen format="linespecific">
789 CTDB version 1
790  num_clients                        3
791  frozen                             0
792  recovering                         0
793  client_packets_sent           360489
794  client_packets_recv           360466
795  node_packets_sent             480931
796  node_packets_recv             240120
797  keepalive_packets_sent             4
798  keepalive_packets_recv             3
799  node
800      req_call                       2
801      reply_call                     2
802      req_dmaster                    0
803      reply_dmaster                  0
804      reply_error                    0
805      req_message                   42
806      req_control               120408
807      reply_control             360439
808  client
809      req_call                       2
810      req_message                   24
811      req_control               360440
812  timeouts
813      call                           0
814      control                        0
815      traverse                       0
816  total_calls                        2
817  pending_calls                      0
818  lockwait_calls                     0
819  pending_lockwait_calls             0
820  memory_used                     5040
821  max_hop_count                      0
822  max_call_latency                   4.948321 sec
823  max_lockwait_latency               0.000000 sec
824       </screen>
825     </refsect2>
826
827     <refsect2><title>statisticsreset</title>
828       <para>
829         This command is used to clear all statistics counters in a node.
830       </para>
831       <para>
832         Example: ctdb statisticsreset
833       </para>
834     </refsect2>
835
836     <refsect2><title>getreclock</title>
837       <para>
838         This command is used to show the filename of the reclock file that is used.
839       </para>
840
841       <para>
842         Example output:
843       </para>
844       <screen format="linespecific">
845 Reclock file:/gpfs/.ctdb/shared
846       </screen>
847
848     </refsect2>
849
850     <refsect2><title>setreclock [filename]</title>
851       <para>
852         This command is used to modify, or clear, the file that is used as the reclock file at runtime. When this command is used, the reclock file checks are disabled. To re-enable the checks the administrator needs to activate the "VerifyRecoveryLock" tunable using "ctdb setvar".
853       </para>
854
855       <para>
856         If run with no parameter this will remove the reclock file completely. If run with a parameter the parameter specifies the new filename to use for the recovery lock.
857       </para>
858
859       <para>
860         This command only affects the runtime settings of a ctdb node and will be lost when ctdb is restarted. For persistent changes to the reclock file setting you must edit /etc/sysconfig/ctdb.
861       </para>
862     </refsect2>
863
864
865
866     <refsect2><title>getdebug</title>
867       <para>
868         Get the current debug level for the node. the debug level controls what information is written to the log file.
869       </para>
870       <para>
871         The debug levels are mapped to the corresponding syslog levels.
872         When a debug level is set, only those messages at that level and higher
873         levels will be printed.
874       </para>
875       <para>
876         The list of debug levels from highest to lowest are :
877       </para>
878       <para>
879         EMERG ALERT CRIT ERR WARNING NOTICE INFO DEBUG
880       </para>
881     </refsect2>
882
883     <refsect2><title>setdebug &lt;debuglevel&gt;</title>
884       <para>
885         Set the debug level of a node. This controls what information will be logged.
886       </para>
887       <para>
888         The debuglevel is one of EMERG ALERT CRIT ERR WARNING NOTICE INFO DEBUG
889       </para>
890     </refsect2>
891
892     <refsect2><title>getpid</title>
893       <para>
894         This command will return the process id of the ctdb daemon.
895       </para>
896     </refsect2>
897
898     <refsect2><title>disable</title>
899       <para>
900         This command is used to administratively disable a node in the cluster.
901         A disabled node will still participate in the cluster and host
902         clustered TDB records but its public ip address has been taken over by
903         a different node and it no longer hosts any services.
904       </para>
905     </refsect2>
906
907     <refsect2><title>enable</title>
908       <para>
909         Re-enable a node that has been administratively disabled.
910       </para>
911     </refsect2>
912
913     <refsect2><title>stop</title>
914       <para>
915         This command is used to administratively STOP a node in the cluster.
916         A STOPPED node is connected to the cluster but will not host any
917         public ip addresse, nor does it participate in the VNNMAP.
918         The difference between a DISABLED node and a STOPPED node is that
919         a STOPPED node does not host any parts of the database which means
920         that a recovery is required to stop/continue nodes.
921       </para>
922     </refsect2>
923
924     <refsect2><title>continue</title>
925       <para>
926         Re-start a node that has been administratively stopped.
927       </para>
928     </refsect2>
929
930     <refsect2><title>addip &lt;public_ip/mask&gt; &lt;iface&gt;</title>
931       <para>
932         This command is used to add a new public ip to a node during runtime.
933         This allows public addresses to be added to a cluster without having
934         to restart the ctdb daemons.
935       </para>
936       <para>
937         Note that this only updates the runtime instance of ctdb. Any changes will be lost next time ctdb is restarted and the public addresses file is re-read.
938  If you want this change to be permanent you must also update the public addresses file manually.
939       </para>
940     </refsect2>
941
942     <refsect2><title>delip &lt;public_ip&gt;</title>
943       <para>
944         This command is used to remove a public ip from a node during runtime.
945         If this public ip is currently hosted by the node it being removed from, the ip will first be failed over to another node, if possible, before it is removed.
946       </para>
947       <para>
948         Note that this only updates the runtime instance of ctdb. Any changes will be lost next time ctdb is restarted and the public addresses file is re-read.
949  If you want this change to be permanent you must also update the public addresses file manually.
950       </para>
951     </refsect2>
952
953     <refsect2><title>moveip &lt;public_ip&gt; &lt;node&gt;</title>
954       <para>
955       This command can be used to manually fail a public ip address to a
956       specific node.
957       </para>
958       <para>
959       In order to manually override the "automatic" distribution of public 
960       ip addresses that ctdb normally provides, this command only works
961       when you have changed the tunables for the daemon to:
962       </para>
963       <para>
964       DeterministicIPs = 0
965       </para>
966       <para>
967       NoIPFailback = 1
968       </para>
969     </refsect2>
970
971     <refsect2><title>shutdown</title>
972       <para>
973         This command will shutdown a specific CTDB daemon.
974       </para>
975     </refsect2>
976
977     <refsect2><title>recover</title>
978       <para>
979         This command will trigger the recovery daemon to do a cluster
980         recovery.
981       </para>
982     </refsect2>
983
984     <refsect2><title>ipreallocate</title>
985       <para>
986         This command will force the recovery master to perform a full ip reallocation process and redistribute all ip addresses. This is useful to "reset" the allocations back to its default state if they have been changed using the "moveip" command. While a "recover" will also perform this reallocation, a recovery is much more hevyweight since it will also rebuild all the databases.
987       </para>
988     </refsect2>
989
990     <refsect2><title>setlmasterrole &lt;on|off&gt;</title>
991       <para>
992         This command is used ot enable/disable the LMASTER capability for a node at runtime. This capability determines whether or not a node can be used as an LMASTER for records in the database. A node that does not have the LMASTER capability will not show up in the vnnmap.
993       </para>
994
995       <para>
996         Nodes will by default have this capability, but it can be stripped off nodes by the setting in the sysconfig file or by using this command.
997       </para>
998       <para>
999         Once this setting has been enabled/disabled, you need to perform a recovery for it to take effect.
1000       </para>
1001       <para>
1002         See also "ctdb getcapabilities"
1003       </para>
1004     </refsect2>
1005
1006     <refsect2><title>setrecmasterrole &lt;on|off&gt;</title>
1007       <para>
1008         This command is used ot enable/disable the RECMASTER capability for a node at runtime. This capability determines whether or not a node can be used as an RECMASTER for the cluster. A node that does not have the RECMASTER capability can not win a recmaster election. A node that already is the recmaster for the cluster when the capability is stripped off the node will remain the recmaster until the next cluster election.
1009       </para>
1010
1011       <para>
1012         Nodes will by default have this capability, but it can be stripped off nodes by the setting in the sysconfig file or by using this command.
1013       </para>
1014       <para>
1015         See also "ctdb getcapabilities"
1016       </para>
1017     </refsect2>
1018
1019     <refsect2><title>killtcp [&lt;srcip:port&gt; &lt;dstip:port&gt;]</title>
1020       <para>
1021         This command will kill the specified TCP connections by
1022         issuing a TCP RST to the srcip:port endpoint.  A single
1023         connection can be specified on the command-line, otherwise
1024         connections are read one-per-line from standard input.  This
1025         is a command used by the ctdb eventscripts.
1026       </para>
1027     </refsect2>
1028
1029     <refsect2><title>gratiousarp &lt;ip&gt; &lt;interface&gt;</title>
1030       <para>
1031         This command will send out a gratious arp for the specified interface
1032         through the specified interface. This command is mainly used by the
1033         ctdb eventscripts.
1034       </para>
1035     </refsect2>
1036
1037     <refsect2><title>reloadnodes</title>
1038       <para>
1039       This command is used when adding new nodes, or removing existing nodes from an existing cluster.
1040       </para>
1041       <para>
1042       Procedure to add a node:
1043       </para>
1044       <para>
1045       1, To expand an existing cluster, first ensure with 'ctdb status' that
1046       all nodes are up and running and that they are all healthy.
1047       Do not try to expand a cluster unless it is completely healthy!
1048       </para>
1049       <para>
1050       2, On all nodes, edit /etc/ctdb/nodes and add the new node as the last
1051       entry to the file. The new node MUST be added to the end of this file!
1052       </para>
1053       <para>
1054       3, Verify that all the nodes have identical /etc/ctdb/nodes files after you edited them and added the new node!
1055       </para>
1056       <para>
1057       4, Run 'ctdb reloadnodes' to force all nodes to reload the nodesfile.
1058       </para>
1059       <para>
1060       5, Use 'ctdb status' on all nodes and verify that they now show the additional node.
1061       </para>
1062       <para>
1063       6, Install and configure the new node and bring it online.
1064       </para>
1065       <para>
1066       Procedure to remove a node:
1067       </para>
1068       <para>
1069       1, To remove a node from an existing cluster, first ensure with 'ctdb status' that
1070       all nodes, except the node to be deleted, are up and running and that they are all healthy.
1071       Do not try to remove a node from a cluster unless the cluster is completely healthy!
1072       </para>
1073       <para>
1074       2, Shutdown and poweroff the node to be removed.
1075       </para>
1076       <para>
1077       3, On all other nodes, edit the /etc/ctdb/nodes file and comment out the node to be removed. Do not delete the line for that node, just comment it out by adding a '#' at the beginning of the line.
1078       </para>
1079       <para>
1080       4, Run 'ctdb reloadnodes' to force all nodes to reload the nodesfile.
1081       </para>
1082       <para>
1083       5, Use 'ctdb status' on all nodes and verify that the deleted node no longer shows up in the list..
1084       </para>
1085       <para>
1086       </para>
1087       
1088     </refsect2>
1089
1090     <refsect2><title>reloadips</title>
1091       <para>
1092       This command is used to reload the public addresses file and update the
1093         ip configuration of the running daemon.
1094       </para>
1095       <para>
1096       Procedure to update the public address configuration on a single node:
1097       </para>
1098       <para>
1099       1, Update the /etc/ctdb/public_addresses file on the node
1100       </para>
1101       <para>
1102       2, Run 'ctdb reloadips' on the node.
1103       </para>
1104       <para>
1105         The file will then be reloaded on the node and addresses will be added
1106         or removed as required to match the newly loaded file. When updating
1107         a single node it may take a little while before any newly added
1108          addresses are failed onto the node.
1109       </para>
1110
1111       <para>
1112       </para>
1113
1114       <para>
1115       Procedure to update the public address configuration on whole cluster:
1116       </para>
1117       <para>
1118       1, Update the /etc/ctdb/public_addresses file on all nodes
1119       </para>
1120       <para>
1121       2, Run 'ctdb reloadips -n all'.
1122       </para>
1123       <para>
1124         This command will then force all nodes to reload and update the
1125         addresses. This process is controlled and synchronized by the recovery
1126         master to ensure that all addresses are added to all nodes as one
1127         single operation, after which any required ip node rebalancing may
1128         may take place.
1129       </para>
1130       
1131     </refsect2>
1132
1133
1134     <refsect2><title>tickle &lt;srcip:port&gt; &lt;dstip:port&gt;</title>
1135       <para>
1136         This command will will send a TCP tickle to the source host for the
1137         specified TCP connection.
1138         A TCP tickle is a TCP ACK packet with an invalid sequence and 
1139         acknowledge number and will when received by the source host result
1140         in it sending an immediate correct ACK back to the other end.
1141       </para>
1142       <para>
1143         TCP tickles are useful to "tickle" clients after a IP failover has 
1144         occured since this will make the client immediately recognize the 
1145         TCP connection has been disrupted and that the client will need
1146         to reestablish. This greatly speeds up the time it takes for a client
1147         to detect and reestablish after an IP failover in the ctdb cluster.
1148       </para>
1149     </refsect2>
1150
1151     <refsect2><title>gettickles &lt;ip&gt;</title>
1152       <para>
1153         This command is used to show which TCP connections are registered with
1154         CTDB to be "tickled" if there is a failover.
1155       </para>
1156     </refsect2>
1157     <refsect2><title>repack [max_freelist]</title>
1158       <para>
1159         Over time, when records are created and deleted in a TDB, the TDB list of free space will become fragmented. This can lead to a slowdown in accessing TDB records.
1160         This command is used to defragment a TDB database and pruning the freelist.
1161       </para>
1162  
1163         <para>
1164         If [max_freelist] is specified, then a database will only be repacked if it has more than this number of entries in the freelist.
1165         </para>
1166       <para>
1167         During repacking of the database, the entire TDB database will be locked to prevent writes. If samba tries to write to a record in the database during a repack operation, samba will block until the repacking has completed.
1168       </para>
1169  
1170       <para>
1171         This command can be disruptive and can cause samba to block for the duration of the repack operation. In general, a repack operation will take less than one second to complete.
1172       </para>
1173  
1174       <para>
1175         A repack operation will only defragment the local TDB copy of the CTDB database. You need to run this command on all of the nodes to repack a CTDB database completely.
1176         </para>
1177
1178       <para>
1179         Example: ctdb repack 1000
1180       </para>
1181
1182       <para>
1183          By default, this operation is issued from the 00.ctdb event script every 5 minutes.
1184       </para>
1185  
1186     </refsect2>
1187
1188     <refsect2><title>vacuum [max_records]</title>
1189       <para>
1190         Over time CTDB databases will fill up with empty deleted records which will lead to a progressive slow down of CTDB database access.
1191         This command is used to prune all databases and delete all empty records from the cluster.
1192       </para>
1193  
1194       <para>
1195          By default, vacuum will delete all empty records from all databases.
1196          If [max_records] is specified, the command will only delete the first
1197          [max_records] empty records for each database.
1198       </para>
1199  
1200       <para>
1201          Vacuum only deletes records where the local node is the lmaster.
1202          To delete all records from the entire cluster you need to run a vacuum from each node.
1203
1204          This command is not disruptive. Samba is unaffected and will still be able to read/write records normally while the database is being vacuumed.
1205       </para>
1206
1207       <para>
1208         Example: ctdb vacuum
1209       </para>
1210  
1211       <para>
1212          By default, this operation is issued from the 00.ctdb event script every 5 minutes.
1213       </para>
1214     </refsect2>
1215
1216     <refsect2><title>backupdb &lt;dbname&gt; &lt;file&gt;</title>
1217       <para>
1218         This command can be used to copy the entire content of a database out to a file. This file can later be read back into ctdb using the restoredb command.
1219 This is mainly useful for backing up persistent databases such as secrets.tdb and similar.
1220       </para>
1221     </refsect2>
1222
1223     <refsect2><title>restoredb &lt;file&gt; [&lt;dbname&gt;]</title>
1224       <para>
1225         This command restores a persistent database that was previously backed up using backupdb.
1226         By default the data will be restored back into the same database as
1227         it was created from. By specifying dbname you can restore the data
1228         into a different database.
1229       </para>
1230     </refsect2>
1231
1232     <refsect2><title>wipedb &lt;dbname&gt;</title>
1233       <para>
1234         This command can be used to remove all content of a database.
1235       </para>
1236     </refsect2>
1237   </refsect1>
1238
1239
1240     <refsect2><title>getlog [&lt;level&gt;] [recoverd]</title>
1241       <para>
1242         In addition to the normal logging to a log file,
1243         CTDBD also keeps a in-memory ringbuffer containing the most recent
1244         log entries for all log levels (except DEBUG).
1245       </para>
1246       <para>
1247         This is useful since it allows for keeping continuous logs to a file
1248         at a reasonable non-verbose level, but shortly after an incident has
1249         occured, a much more detailed log can be pulled from memory. This
1250         can allow you to avoid having to reproduce an issue due to the
1251         on-disk logs being of insufficient detail.
1252       </para>
1253       <para>
1254         This command extracts all messages of level or lower log level
1255         from memory and prints it to the screen.  The level is not
1256         specified it defaults to NOTICE.
1257       </para>
1258       <para>
1259         By default, logs are extracted from the main CTDB daemon.  If
1260         the recoverd option is given then logs are extracted from the
1261         recovery daemon.
1262       </para>
1263     </refsect2>
1264
1265     <refsect2><title>clearlog [recoverd]</title>
1266       <para>
1267         This command clears the in-memory logging ringbuffer.
1268       </para>
1269       <para>
1270         By default, logs are cleared in the main CTDB daemon.  If the
1271         recoverd option is given then logs are cleared in the recovery
1272         daemon.
1273       </para>
1274     </refsect2>
1275
1276     <refsect2><title>setdbreadonly &lt;dbname|hash&gt;</title>
1277       <para>
1278         This command will enable the ReadOnly record support for a database.
1279         This is an experimental feature to improve performance for contended
1280         records primarily in locking.tdb and brlock.tdb.
1281         When enabling this feature you must set it on all nodes in the cluster.
1282         For now, this feature requires a special patch to samba in order to 
1283         use it.
1284       </para>
1285     </refsect2>
1286
1287
1288   <refsect1><title>Debugging Commands</title>
1289     <para>
1290       These commands are primarily used for CTDB development and testing and
1291       should not be used for normal administration.
1292     </para>
1293     <refsect2><title>process-exists &lt;pid&gt;</title>
1294       <para>
1295         This command checks if a specific process exists on the CTDB host. This is mainly used by Samba to check if remote instances of samba are still running or not.
1296       </para>
1297     </refsect2>
1298
1299     <refsect2><title>getdbmap</title>
1300       <para>
1301         This command lists all clustered TDB databases that the CTDB daemon has attached to. Some databases are flagged as PERSISTENT, this means that the database stores data persistently and the data will remain across reboots. One example of such a database is secrets.tdb where information about how the cluster was joined to the domain is stored.
1302       </para>
1303       <para>
1304         If a PERSISTENT database is not in a healthy state the database is
1305         flagged as UNHEALTHY. If there's at least one completely healthy node running in
1306         the cluster, it's possible that the content is restored by a recovery
1307         run automaticly. Otherwise an administrator needs to analyze the
1308         problem.
1309       </para>
1310       <para>
1311         See also "ctdb getdbstatus", "ctdb backupdb", "ctdb restoredb",
1312         "ctdb dumpbackup", "ctdb wipedb", "ctdb setvar AllowUnhealthyDBRead 1"
1313         and (if samba or tdb-utils are installed) "tdbtool check".
1314         </para>
1315         <para>
1316         Most databases are not persistent and only store the state information that the currently running samba daemons need. These databases are always wiped when ctdb/samba starts and when a node is rebooted.
1317       </para>
1318       <para>
1319         Example: ctdb getdbmap
1320       </para>
1321       <para>
1322         Example output:
1323       </para>
1324       <screen format="linespecific">
1325 Number of databases:10
1326 dbid:0x435d3410 name:notify.tdb path:/var/ctdb/notify.tdb.0 
1327 dbid:0x42fe72c5 name:locking.tdb path:/var/ctdb/locking.tdb.0
1328 dbid:0x1421fb78 name:brlock.tdb path:/var/ctdb/brlock.tdb.0 
1329 dbid:0x17055d90 name:connections.tdb path:/var/ctdb/connections.tdb.0 
1330 dbid:0xc0bdde6a name:sessionid.tdb path:/var/ctdb/sessionid.tdb.0 
1331 dbid:0x122224da name:test.tdb path:/var/ctdb/test.tdb.0 
1332 dbid:0x2672a57f name:idmap2.tdb path:/var/ctdb/persistent/idmap2.tdb.0 PERSISTENT
1333 dbid:0xb775fff6 name:secrets.tdb path:/var/ctdb/persistent/secrets.tdb.0 PERSISTENT
1334 dbid:0xe98e08b6 name:group_mapping.tdb path:/var/ctdb/persistent/group_mapping.tdb.0 PERSISTENT
1335 dbid:0x7bbbd26c name:passdb.tdb path:/var/ctdb/persistent/passdb.tdb.0 PERSISTENT
1336       </screen>
1337       <para>
1338         Example output for an unhealthy database:
1339       </para>
1340       <screen format="linespecific">
1341 Number of databases:1
1342 dbid:0xb775fff6 name:secrets.tdb path:/var/ctdb/persistent/secrets.tdb.0 PERSISTENT UNHEALTHY
1343       </screen>
1344
1345       <para>
1346         Example output for a healthy database as machinereadable output -Y:
1347       </para>
1348       <screen format="linespecific">
1349 :ID:Name:Path:Persistent:Unhealthy:
1350 :0x7bbbd26c:passdb.tdb:/var/ctdb/persistent/passdb.tdb.0:1:0:
1351       </screen>
1352     </refsect2>
1353
1354     <refsect2><title>getdbstatus &lt;dbname&gt;</title>
1355       <para>
1356         This command displays more details about a database.
1357       </para>
1358       <para>
1359         Example: ctdb getdbstatus test.tdb.0
1360       </para>
1361       <para>
1362         Example output:
1363       </para>
1364       <screen format="linespecific">
1365 dbid: 0x122224da
1366 name: test.tdb
1367 path: /var/ctdb/test.tdb.0
1368 PERSISTENT: no
1369 HEALTH: OK
1370       </screen>
1371       <para>
1372         Example: ctdb getdbstatus registry.tdb (with a corrupted TDB)
1373       </para>
1374       <para>
1375         Example output:
1376       </para>
1377       <screen format="linespecific">
1378 dbid: 0xf2a58948
1379 name: registry.tdb
1380 path: /var/ctdb/persistent/registry.tdb.0
1381 PERSISTENT: yes
1382 HEALTH: NO-HEALTHY-NODES - ERROR - Backup of corrupted TDB in '/var/ctdb/persistent/registry.tdb.0.corrupted.20091208091949.0Z'
1383       </screen>
1384     </refsect2>
1385
1386     <refsect2><title>catdb &lt;dbname&gt;</title>
1387       <para>
1388         This command will dump a clustered TDB database to the screen. This is a debugging command.
1389       </para>
1390     </refsect2>
1391
1392     <refsect2><title>cattdb &lt;dbname&gt;</title>
1393       <para>
1394         This command will dump the content of the local TDB database to the screen. This is a debugging command.
1395       </para>
1396     </refsect2>
1397
1398     <refsect2><title>dumpdbbackup &lt;backup-file&gt;</title>
1399       <para>
1400         This command will dump the content of database backup to the screen
1401         (similar to ctdb catdb). This is a debugging command.
1402       </para>
1403     </refsect2>
1404
1405     <refsect2><title>getmonmode</title>
1406       <para>
1407         This command returns the monutoring mode of a node. The monitoring mode is either ACTIVE or DISABLED. Normally a node will continuously monitor that all other nodes that are expected are in fact connected and that they respond to commands.
1408       </para>
1409       <para>
1410         ACTIVE - This is the normal mode. The node is actively monitoring all other nodes, both that the transport is connected and also that the node responds to commands. If a node becomes unavailable, it will be marked as DISCONNECTED and a recovery is initiated to restore the cluster.
1411       </para>
1412       <para>
1413         DISABLED - This node is not monitoring that other nodes are available. In this mode a node failure will not be detected and no recovery will be performed. This mode is useful when for debugging purposes one wants to attach GDB to a ctdb process but wants to prevent the rest of the cluster from marking this node as DISCONNECTED and do a recovery.
1414       </para>
1415     </refsect2>
1416
1417
1418     <refsect2><title>setmonmode &lt;0|1&gt;</title>
1419       <para>
1420         This command can be used to explicitly disable/enable monitoring mode on a node. The main purpose is if one wants to attach GDB to a running ctdb daemon but wants to prevent the other nodes from marking it as DISCONNECTED and issuing a recovery. To do this, set monitoring mode to 0 on all nodes before attaching with GDB. Remember to set monitoring mode back to 1 afterwards.
1421       </para>
1422     </refsect2>
1423
1424     <refsect2><title>attach &lt;dbname&gt; [persistent]</title>
1425       <para>
1426         This is a debugging command. This command will make the CTDB daemon create a new CTDB database and attach to it.
1427       </para>
1428     </refsect2>
1429
1430     <refsect2><title>dumpmemory</title>
1431       <para>
1432         This is a debugging command. This command will make the ctdb
1433         daemon to write a fill memory allocation map to standard output.
1434       </para>
1435     </refsect2>
1436
1437     <refsect2><title>rddumpmemory</title>
1438       <para>
1439         This is a debugging command. This command will dump the talloc memory
1440         allocation tree for the recovery daemon to standard output.
1441       </para>
1442     </refsect2>
1443
1444     <refsect2><title>thaw</title>
1445       <para>
1446         Thaw a previously frozen node.
1447       </para>
1448     </refsect2>
1449
1450
1451     <refsect2><title>eventscript &lt;arguments&gt;</title>
1452       <para>
1453         This is a debugging command. This command can be used to manually
1454         invoke and run the eventscritps with arbitrary arguments.
1455       </para>
1456     </refsect2>
1457
1458     <refsect2><title>ban &lt;bantime|0&gt;</title>
1459       <para>
1460         Administratively ban a node for bantime seconds. A bantime of 0 means that the node should be permanently banned. 
1461       </para>
1462       <para>
1463         A banned node does not participate in the cluster and does not host any records for the clustered TDB. Its ip address has been taken over by another node and no services are hosted.
1464       </para>
1465       <para>
1466         Nodes are automatically banned if they are the cause of too many
1467         cluster recoveries.
1468       </para>
1469       <para>
1470         This is primarily a testing command. Note that the recovery daemon controls the overall ban state and it may automatically unban nodes at will. Meaning that a node that has been banned by the administrator can and ofter are unbanned before the admin specifid timeout triggers. If wanting to "drop" a node out from the cluster for mainentance or other reasons, use the "stop" / "continue" commands instad of "ban" / "unban". 
1471       </para>
1472     </refsect2>
1473
1474     <refsect2><title>unban</title>
1475       <para>
1476         This command is used to unban a node that has either been 
1477         administratively banned using the ban command or has been automatically
1478         banned by the recovery daemon.
1479       </para>
1480     </refsect2>
1481
1482
1483     <refsect2><title>check_srvids &lt;srvid&gt; ...</title>
1484       <para>
1485         This command checks whether a set of srvid message ports are registered on the
1486         node or not. The command takes a list of values to check.
1487       </para>
1488       <para>
1489         Example: ctdb check_srvids 1 2 3 14765
1490       </para>
1491       <para>
1492         Example output:
1493       </para>
1494       <screen format="linespecific">
1495 Server id 0:1 does not exist
1496 Server id 0:2 does not exist
1497 Server id 0:3 does not exist
1498 Server id 0:14765 exists
1499       </screen>
1500     </refsect2>
1501
1502   </refsect1>
1503
1504   <refsect1><title>SEE ALSO</title>
1505     <para>
1506       ctdbd(1), onnode(1)
1507       <ulink url="http://ctdb.samba.org/"/>
1508     </para>
1509   </refsect1>
1510   <refsect1><title>COPYRIGHT/LICENSE</title>
1511 <literallayout>
1512 Copyright (C) Andrew Tridgell 2007
1513 Copyright (C) Ronnie sahlberg 2007
1514
1515 This program is free software; you can redistribute it and/or modify
1516 it under the terms of the GNU General Public License as published by
1517 the Free Software Foundation; either version 3 of the License, or (at
1518 your option) any later version.
1519
1520 This program is distributed in the hope that it will be useful, but
1521 WITHOUT ANY WARRANTY; without even the implied warranty of
1522 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
1523 General Public License for more details.
1524
1525 You should have received a copy of the GNU General Public License
1526 along with this program; if not, see http://www.gnu.org/licenses/.
1527 </literallayout>
1528   </refsect1>
1529 </refentry>