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