add a new command "ctdb scriptstatus"
[sahlberg/ctdb.git] / doc / ctdbd.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="ctdbd.1">
4
5 <refmeta>
6         <refentrytitle>ctdbd</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>ctdbd</refname>
13         <refpurpose>The CTDB cluster daemon</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>ctdbd</command>
19         </cmdsynopsis>
20         
21         <cmdsynopsis>
22                 <command>ctdbd</command>
23                 <arg choice="opt">-? --help</arg>
24                 <arg choice="opt">-d --debug=&lt;INTEGER&gt;</arg>
25                 <arg choice="req">--dbdir=&lt;directory&gt;</arg>
26                 <arg choice="req">--dbdir-persistent=&lt;directory&gt;</arg>
27                 <arg choice="opt">--event-script-dir=&lt;directory&gt;</arg>
28                 <arg choice="opt">-i --interactive</arg>
29                 <arg choice="opt">--listen=&lt;address&gt;</arg>
30                 <arg choice="opt">--logfile=&lt;filename&gt;</arg>
31                 <arg choice="opt">--lvs</arg>
32                 <arg choice="req">--nlist=&lt;filename&gt;</arg>
33                 <arg choice="opt">--no-lmaster</arg>
34                 <arg choice="opt">--no-recmaster</arg>
35                 <arg choice="opt">--nosetsched</arg>
36                 <arg choice="opt">--public-addresses=&lt;filename&gt;</arg>
37                 <arg choice="opt">--public-interface=&lt;interface&gt;</arg>
38                 <arg choice="req">--reclock=&lt;filename&gt;</arg>
39                 <arg choice="opt">--single-public-ip=&lt;address&gt;</arg>
40                 <arg choice="opt">--socket=&lt;filename&gt;</arg>
41                 <arg choice="opt">--start-as-disabled</arg>
42                 <arg choice="opt">--syslog</arg>
43                 <arg choice="opt">--torture</arg>
44                 <arg choice="opt">--transport=&lt;STRING&gt;</arg>
45                 <arg choice="opt">--usage</arg>
46         </cmdsynopsis>
47         
48 </refsynopsisdiv>
49
50   <refsect1><title>DESCRIPTION</title>
51     <para>
52       ctdbd is the main ctdb daemon.
53     </para>
54     <para>
55       ctdbd provides a clustered version of the TDB database with automatic rebuild/recovery of the databases upon nodefailures.
56     </para>
57     <para>
58       Combined with a cluster filesystem ctdbd provides a full HA environment for services such as clustered Samba and NFS as well as other services.
59     </para>
60     <para>
61       ctdbd provides monitoring of all nodes in the cluster and automatically reconfigures the cluster and recovers upon node failures.
62     </para>
63     <para>
64       ctdbd is the main component in clustered Samba that provides a high-availability load-sharing CIFS server cluster.
65     </para>
66   </refsect1>
67
68
69   <refsect1>
70     <title>OPTIONS</title>
71
72     <variablelist>
73       <varlistentry><term>-? --help</term>
74         <listitem>
75           <para>
76             Print some help text to the screen.
77           </para>
78         </listitem>
79       </varlistentry>
80
81       <varlistentry><term>-d --debug=&lt;DEBUGLEVEL&gt;</term>
82         <listitem>
83           <para>
84             This option sets the debuglevel on the ctdbd daemon which controls what will be written to the logfile. The default is 0 which will only log important events and errors. A larger number will provide additional logging.
85           </para>
86         </listitem>
87       </varlistentry>
88
89       <varlistentry><term>--dbdir=&lt;directory&gt;</term>
90         <listitem>
91           <para>
92             This is the directory on local storage where ctdbd keeps the local
93             copy of the TDB databases. This directory is local for each node and should not be stored on the shared cluster filesystem.
94           </para>
95           <para>
96             This directory would usually be /var/ctdb .
97           </para>
98         </listitem>
99       </varlistentry>
100
101       <varlistentry><term>--dbdir-persistent=&lt;directory&gt;</term>
102         <listitem>
103           <para>
104             This is the directory on local storage where ctdbd keeps the local
105             copy of the persistent TDB databases. This directory is local for each node and should not be stored on the shared cluster filesystem.
106           </para>
107           <para>
108             This directory would usually be /etc/ctdb/persistent .
109           </para>
110         </listitem>
111       </varlistentry>
112
113       <varlistentry><term>--event-script-dir=&lt;directory&gt;</term>
114         <listitem>
115           <para>
116             This option is used to specify the directory where the CTDB event
117             scripts are stored.
118           </para>
119           <para>
120             This will normally be /etc/ctdb/events.d which is part of the ctdb distribution.
121           </para>
122         </listitem>
123       </varlistentry>
124
125       <varlistentry><term>-i --interactive</term>
126         <listitem>
127           <para>
128             By default ctdbd will detach itself from the shell and run in
129             the background as a daemon. This option makes ctdbd to start in interactive mode.
130           </para>
131         </listitem>
132       </varlistentry>
133
134       <varlistentry><term>--listen=&lt;address&gt;</term>
135         <listitem>
136           <para>
137             This specifies which ip address ctdb will bind to. By default ctdbd will bind to the first address it finds in the /etc/ctdb/nodes file and which is also present on the local system in which case you do not need to provide this option.
138           </para>
139           <para>
140             This option is only required when you want to run multiple ctdbd daemons/nodes on the same physical host in which case there would be multiple entries in /etc/ctdb/nodes what would match a local interface.
141           </para>
142         </listitem>
143       </varlistentry>
144
145       <varlistentry><term>--logfile=&lt;filename&gt;</term>
146         <listitem>
147           <para>
148             This is the file where ctdbd will write its log. This is usually /var/log/log.ctdb .
149           </para>
150         </listitem>
151       </varlistentry>
152
153       <varlistentry><term>--lvs</term>
154         <listitem>
155           <para>
156           This option is used to activate the LVS capability on a CTDB node.
157           Please see the LVS section.
158           </para>
159         </listitem>
160       </varlistentry>
161
162       <varlistentry><term>--nlist=&lt;filename&gt;</term>
163         <listitem>
164           <para>
165             This file contains a list of the private ip addresses of every node in the cluster. There is one line/ip address for each node. This file must be the same for all nodes in the cluster.
166           </para>
167           <para>
168             This file is usually /etc/ctdb/nodes .
169           </para>
170         </listitem>
171       </varlistentry>
172
173       <varlistentry><term>--no-lmaster</term>
174         <listitem>
175           <para>
176           This argument specifies that this node can NOT become an lmaster
177           for records in the database. This means that it will never show up
178           in the vnnmap. This feature is primarily used for making a cluster
179         span across a WAN link and use CTDB as a WAN-accelerator.
180           </para>
181           <para>
182           Please see the "remote cluster nodes" section for more information.
183           </para>
184         </listitem>
185       </varlistentry>
186
187       <varlistentry><term>--no-recmaster</term>
188         <listitem>
189           <para>
190           This argument specifies that this node can NOT become a recmaster
191           for the database. This feature is primarily used for making a cluster
192         span across a WAN link and use CTDB as a WAN-accelerator.
193           </para>
194           <para>
195           Please see the "remote cluster nodes" section for more information.
196           </para>
197         </listitem>
198       </varlistentry>
199
200       <varlistentry><term>--nosetsched</term>
201         <listitem>
202           <para>
203             This is a ctdbd debugging option. this option is only used when
204             debugging ctdbd.
205           </para>
206           <para>
207             Normally ctdb will change its scheduler to run as a real-time 
208             process. This is the default mode for a normal ctdbd operation
209             to gurarantee that ctdbd always gets the cpu cycles that it needs.
210           </para>
211           <para>
212             This option is used to tell ctdbd to NOT run as a real-time process
213             and instead run ctdbd as a normal userspace process.
214             This is useful for debugging and when you want to run ctdbd under
215             valgrind or gdb. (You dont want to attach valgrind or gdb to a
216             real-time process.)
217           </para>
218         </listitem>
219       </varlistentry>
220
221       <varlistentry><term>--public_addresses=&lt;filename&gt;</term>
222         <listitem>
223           <para>
224             When used with IP takeover this specifies a file containing the public ip addresses to use on the cluster. This file contains a list of ip addresses netmasks and interfaces. When ctdb is operational it will distribute these public ip addresses evenly across the available nodes.
225           </para>
226           <para>
227             This is usually the file /etc/ctdb/public_addresses
228           </para>
229         </listitem>
230       </varlistentry>
231
232       <varlistentry><term>--public-interface=&lt;interface&gt;</term>
233         <listitem>
234           <para>
235             This option tells ctdb which interface to attach public-addresses
236             to and also where to attach the single-public-ip when used.
237             </para>
238             <para>
239             This is only required when using public ip addresses and only when
240             you dont specify the interface explicitly in /etc/ctdb/public_addresses or when you are using --single-public-ip.
241           </para>
242           <para>
243           If you omit this argument when using public addresses or single public ip, ctdb will not be able to send out Gratious ARPs correctly or be able to kill tcp connections correctly which will lead to application failures. 
244           </para>
245         </listitem>
246       </varlistentry>
247
248       <varlistentry><term>--reclock=&lt;filename&gt;</term>
249         <listitem>
250           <para>
251             This is the name of the lock file stored of the shared cluster filesystem that ctdbd uses to arbitrate which node has the role of recovery-master.
252             This file must be stored on shared storage.
253           </para>
254         </listitem>
255       </varlistentry>
256
257       <varlistentry><term>--single-public-ip=&lt;address&gt;</term>
258         <listitem>
259           <para>
260             This option is used to activate the "ipmux" or the "lvs"
261             functionality of ctdb where the cluster provides a single 
262             public ip address for the entire cluster. When using this option
263             you must also use the --public-interface option.
264             </para>
265             <para>
266             In this mode, all nodes of the cluster will expose a single
267             ip address from all nodes with all incoming traffic to the cluster
268             being passed through the current recmaster. This functionality
269             is similar to using a load-balancing switch.
270           </para>
271           <para>
272             All incoming packets are sent to the recmaster which will multiplex
273             the clients across all available nodes and pass the packets on to
274             a different node in the cluster to manage the connection based
275             on the clients ip address. Outgoing packets however are sent
276             directly from the node that was choosen back to the client.
277             Since all incoming packets are sent through the recmaster this will
278             have a throughput and performance impact when used. This impact
279             in performance primarily affects write-performance while 
280             read-performance should be mainly unaffected.
281             Only use this feature if your environment is mostly-read 
282             (i.e. most traffic is from the nodes back to the clients) or
283             if it is not important to get maximum write-performance to the
284             cluster.
285           </para>
286           <para>
287             This feature is completely controlled from the eventscripts and 
288             does not require any CTDBD involvement. However, the CTDBD daemon
289             does need to know that the "single public ip" exists so that the 
290             CTDBD daemon will allow clients to set up killtcp to work on this
291             ip address.
292             </para>
293             <para>
294             CTDBD only allows clients to use killtcp to kill off (RST) tcp
295             connections to/from an ip address that is either a normal public
296             address or to/from the ip address specified by --single-public-ip.
297             No other tcp connections are allowed to be specified with killtcp.
298           </para>
299           <para>
300           Please note that ipmux is obsolete. Use LVS, not ipmux.
301           Please see the LVS section in this manpage for instructions on
302           how to configure and use CTDB with LVS.
303           </para>
304         </listitem>
305       </varlistentry>
306
307       <varlistentry><term>--socket=&lt;filename&gt;</term>
308         <listitem>
309           <para>
310             This specifies the name of the domain socket that ctdbd will create. This socket is used for local clients to attach to and communicate with the ctdbd daemon.
311           </para>
312           <para>
313             The default is /tmp/ctdb.socket . You only need to use this option if you plan to run multiple ctdbd daemons on the same physical host.
314           </para>
315         </listitem>
316       </varlistentry>
317
318       <varlistentry><term>--start-as-disabled</term>
319         <listitem>
320           <para>
321           This makes the ctdb daemon to be DISABLED when it starts up.
322           </para>
323           <para>
324           As it is DISABLED it will not get any of the public ip addresses
325           allocated to it, and thus this allow you to start ctdb on a node 
326           without causing any ip address to failover from other nodes onto
327           the new node.
328           </para>
329           <para>
330           When used, the administrator must keep track of when nodes start and
331           manually enable them again using the "ctdb enable" command, or else
332           the node will not host any services.
333           </para>
334           <para>
335           A node that is DISABLED will not host any services and will not be
336           reachable/used by any clients.
337           </para>
338         </listitem>
339       </varlistentry>
340
341       <varlistentry><term>--syslog</term>
342         <listitem>
343           <para>
344             Send all log messages to syslog instead of to the ctdb logfile.
345           </para>
346         </listitem>
347       </varlistentry>
348
349       <varlistentry><term>--torture</term>
350         <listitem>
351           <para>
352             This option is only used for development and testing of ctdbd. It adds artificial errors and failures to the common codepaths in ctdbd to verify that ctdbd can recover correctly for failures.
353           </para>
354           <para>
355             You do NOT want to use this option unless you are developing and testing new functionality in ctdbd.
356           </para>
357         </listitem>
358       </varlistentry>
359
360       <varlistentry><term>--transport=&lt;STRING&gt;</term>
361         <listitem>
362           <para>
363             This option specifies which transport to use for ctdbd internode communications. The default is "tcp".
364           </para>
365           <para>
366             Currently only "tcp" is supported but "infiniband" might be
367             implemented in the future.
368           </para>
369         </listitem>
370       </varlistentry>
371
372       <varlistentry><term>--usage</term>
373         <listitem>
374           <para>
375             Print useage information to the screen.
376           </para>
377         </listitem>
378       </varlistentry>
379
380     </variablelist>
381   </refsect1>
382
383
384   <refsect1><title>Private vs Public addresses</title>
385     <para>
386       When used for ip takeover in a HA environment, each node in a ctdb 
387       cluster has multiple ip addresses assigned to it. One private and one or more public.
388     </para>
389
390     <refsect2><title>Private address</title>
391       <para>
392         This is the physical ip address of the node which is configured in 
393         linux and attached to a physical interface. This address uniquely
394         identifies a physical node in the cluster and is the ip addresses
395         that ctdbd will use to communicate with the ctdbd daemons on the
396         other nodes in the cluster.
397       </para>
398       <para>
399         The private addresses are configured in /etc/ctdb/nodes 
400         (unless the --nlist option is used) and contain one line for each 
401         node in the cluster. Each line contains the private ip address for one
402         node in the cluster. This file must be the same on all nodes in the
403         cluster.
404       </para>
405       <para>
406         Since the private addresses are only available to the network when the
407         corresponding node is up and running you should not use these addresses
408         for clients to connect to services provided by the cluster. Instead
409         client applications should only attach to the public addresses since
410         these are guaranteed to always be available.
411       </para>
412       <para>
413         When using ip takeover, it is strongly recommended that the private 
414         addresses are configured on a private network physically separated
415         from the rest of the network and that this private network is dedicated
416         to CTDB traffic.
417       </para>
418       Example /etc/ctdb/nodes for a four node cluster:
419       <screen format="linespecific">
420         10.1.1.1
421         10.1.1.2
422         10.1.1.3
423         10.1.1.4
424       </screen>
425     </refsect2>
426     <refsect2><title>Public address</title>
427       <para>
428         A public address on the other hand is not attached to an interface.
429         This address is managed by ctdbd itself and is attached/detached to
430         a physical node at runtime.
431       </para>
432       <para>
433         The ctdb cluster will assign/reassign these public addresses across the
434         available healthy nodes in the cluster. When one node fails, its public address
435         will be migrated to and taken over by a different node in the cluster
436         to ensure that all public addresses are always available to clients as 
437         long as there are still nodes available capable of hosting this address.
438       </para>
439       <para>
440         These addresses are not physically attached to a specific node. 
441         The 'ctdb ip' command can be used to view the current assignment of 
442         public addresses and which physical node is currently serving it.
443       </para>
444       <para>
445         On each node this file contains a list of the public addresses that 
446         this node is capable of hosting.
447         The list also contain the netmask and the 
448         interface where this address should be attached for the case where you
449         may want to serve data out through multiple different interfaces.
450       </para>
451       Example /etc/ctdb/public_addresses for a node that can host 4 public addresses:
452       <screen format="linespecific">
453         11.1.1.1/24 eth0
454         11.1.1.2/24 eth0
455         11.1.2.1/24 eth1
456         11.1.2.2/24 eth1
457       </screen>
458
459         <para>
460         In most cases this file would be the same on all nodes in a cluster but
461         there are exceptions when one may want to use different files
462         on different nodes.
463         </para>
464         Example: 4 nodes partitioned into two subgroups :
465         <screen format="linespecific">
466         Node 0:/etc/ctdb/public_addresses
467                 10.1.1.1/24 eth0
468                 10.1.1.2/24 eth0
469
470         Node 1:/etc/ctdb/public_addresses
471                 10.1.1.1/24 eth0
472                 10.1.1.2/24 eth0
473
474         Node 2:/etc/ctdb/public_addresses
475                 10.2.1.1/24 eth0
476                 10.2.1.2/24 eth0
477
478         Node 3:/etc/ctdb/public_addresses
479                 10.2.1.1/24 eth0
480                 10.2.1.2/24 eth0
481         </screen>
482         <para>
483         In this example nodes 0 and 1 host two public addresses on the 
484         10.1.1.x network  while nodes 2 and 3 host two public addresses for the 
485         10.2.1.x network.
486         </para>
487         <para>
488         Ip address 10.1.1.1 can be hosted by either of nodes 0 or 1 and will be
489         available to clients as long as at least one of these two nodes are
490         available.
491         If both nodes 0 and node 1 become unavailable 10.1.1.1 also becomes 
492         unavailable. 10.1.1.1 can not be failed over to node 2 or node 3 since
493         these nodes do not have this ip address listed in their public
494         addresses file.
495         </para>
496     </refsect2>
497   </refsect1>
498
499
500   <refsect1><title>Node status</title>
501     <para>
502       The current status of each node in the cluster can be viewed by the 
503       'ctdb status' command.
504     </para>
505     <para>
506       There are five possible states for a node.
507     </para>
508
509     <para>
510       OK - This node is fully functional.
511     </para>
512     
513     <para>
514       DISCONNECTED - This node could not be connected through the network 
515       and is currently not particpating in the cluster. If there is a 
516       public IP address associated with this node it should have been taken 
517       over by a different node. No services are running on this node.
518     </para>
519  
520     <para>
521       DISABLED - This node has been administratively disabled. This node is 
522       still functional and participates in the CTDB cluster but its IP 
523       addresses have been taken over by a different node and no services are 
524       currently being hosted.
525     </para>
526    
527     <para>
528       UNHEALTHY - A service provided by this node is malfunctioning and should 
529       be investigated. The CTDB daemon itself is operational and participates 
530       in the cluster. Its public IP address has been taken over by a different 
531       node and no services are currently being hosted. All unhealthy nodes 
532       should be investigated and require an administrative action to rectify.
533     </para>
534     
535     <para>
536       BANNED - This node failed too many recovery attempts and has been banned 
537       from participating in the cluster for a period of RecoveryBanPeriod 
538       seconds. Any public IP address has been taken over by other nodes. This 
539       node does not provide any services. All banned nodes should be 
540       investigated and require an administrative action to rectify. This node 
541       does not perticipate in the CTDB cluster but can still be communicated 
542       with. I.e. ctdb commands can be sent to it.
543     </para>
544   </refsect1>
545
546   <refsect1>
547     <title>PUBLIC TUNABLES</title>
548     <para>
549     These are the public tuneables that can be used to control how ctdb behaves.
550     </para>
551
552     <refsect2><title>KeepaliveInterval</title>
553     <para>Default: 1</para>
554     <para>
555     How often should the nodes send keepalives to eachother.
556     </para>
557     </refsect2>
558     <refsect2><title>KeepaliveLimit</title>
559     <para>Default: 5</para>
560     <para>
561     After how many keepalive intervals without any traffic should a node
562     wait until marking the peer as DISCONNECTED.
563     </para>
564     </refsect2>
565     <refsect2><title>MonitorInterval</title>
566     <para>Default: 15</para>
567     <para>
568     How often should ctdb run the event scripts to check for a nodes health.
569     </para>
570     </refsect2>
571     <refsect2><title>TickleUpdateInterval</title>
572     <para>Default: 20</para>
573     <para>
574     How often will ctdb record and store the "tickle" information used to
575     kickstart stalled tcp connections after a recovery.
576     </para>
577     </refsect2>
578     <refsect2><title>EventScriptTimeout</title>
579     <para>Default: 20</para>
580     <para>
581     How long should ctdb let an event script run before aborting it and
582     marking the node unhealthy.
583     </para>
584     </refsect2>
585     <refsect2><title>RecoveryBanPeriod</title>
586     <para>Default: 300</para>
587     <para>
588     If a node becomes banned causing repetitive recovery failures. The node will
589     eventually become banned from the cluster.
590     This controls how long the culprit node will be banned from the cluster
591     before it is allowed to try to join the cluster again.
592     Dont set to small. A node gets banned for a reason and it is usually due
593     to real problems with the node.
594     </para>
595     </refsect2>
596     <refsect2><title>DatabaseHashSize</title>
597     <para>Default: 100000</para>
598     <para>
599     Size of the hash chains for the local store of the tdbs that ctdb manages.
600     </para>
601     </refsect2>
602     <refsect2><title>RerecoveryTimeout</title>
603     <para>Default: 10</para>
604     <para>
605     Once a recovery has completed, no additional recoveries are permitted until this timeout has expired.
606     </para>
607     </refsect2>
608     <refsect2><title>EnableBans</title>
609     <para>Default: 1</para>
610     <para>
611     When set to 0, this disables BANNING completely in the cluster and thus nodes can not get banned, even it they break. Dont set to 0.
612     </para>
613     </refsect2>
614     <refsect2><title>DeterministicIPs</title>
615     <para>Default: 1</para>
616     <para>
617     When enabled, this tunable makes ctdb try to keep public IP addresses locked to specific nodes as far as possible. This makes it easier for debugging since you can know that as long as all nodes are healthy public IP X will always be hosted by node Y. 
618     </para>
619     <para>
620     The cost of using deterministic IP address assignment is that it disables part of the logic where ctdb tries to reduce the number of public IP assignment changes in the cluster. This tunable may increase the number of IP failover/failbacks that are performed on the cluster by a small margin.
621     </para>
622     </refsect2>
623     <refsect2><title>DisableWhenUnhealthy</title>
624     <para>Default: 0</para>
625     <para>
626     When set, As soon as a node becomes unhealthy, that node will also automatically become permanently DISABLED. Once a node is DISABLED, the only way to make it participate in the cluster again and host services is by manually enabling the node again using 'ctdb enable'. 
627     </para>
628     <para>
629     This disables parts of the resilience and robustness of the cluster and should ONLY be used when the system administrator is actively monitoring the cluster, so that nodes can be enabled again.
630     </para>
631     </refsect2>
632     <refsect2><title>NoIPFailback</title>
633     <para>Default: 0</para>
634     <para>
635     When set to 1, ctdb will not perform failback of IP addresses when a node becomes healthy. Ctdb WILL perform failover of public IP addresses when a node becomes UNHEALTHY, but when the node becomes HEALTHY again, ctdb will not fail the addresses back.
636     </para>
637     <para>
638     Use with caution! Normally when a node becomes available to the cluster
639 ctdb will try to reassign public IP addresses onto the new node as a way to distribute the workload evenly across the clusternode. Ctdb tries to make sure that all running nodes have approximately the same number of public addresses it hosts.
640     </para>
641     <para>
642     When you enable this tunable, CTDB will no longer attempt to rebalance the cluster by failing IP addresses back to the new nodes. An unbalanced cluster will therefore remain unbalanced until there is manual intervention from the administrator. When this parameter is set, you can manually fail public IP addresses over to the new node(s) using the 'ctdb moveip' command.
643     </para>
644     </refsect2>
645   </refsect1>
646
647   <refsect1><title>LVS</title>
648     <para>
649     LVS is a mode where CTDB presents one single IP address for the entire
650     cluster. This is an alternative to using public IP addresses and round-robin
651     DNS to loadbalance clients across the cluster.
652     </para>
653
654     <para>
655     This is similar to using a layer-4 loadbalancing switch but with some restrictions.
656     </para>
657
658     <para>
659     In this mode the cluster select a set of nodes in the cluster and loadbalance
660     all client access to the LVS address across this set of nodes. This set of nodes are all LVS capable nodes that are HEALTHY, or if no HEALTHY nodes exists
661     all LVS capable nodes regardless of health status.
662     LVS will however never loadbalance traffic to nodes that are BANNED,
663     DISABLED or DISCONNECTED. The "ctdb lvs" command is used to show
664     which nodes are currently load-balanced across.
665     </para>
666
667     <para>
668     One of the these nodes are elected as the LVSMASTER. This node receives all
669     traffic from clients coming in to the LVS address and multiplexes it
670     across the internal network to one of the nodes that LVS is using.
671     When responding to the client, that node will send the data back
672     directly to the client, bypassing the LVSMASTER node.
673     The command "ctdb lvsmaster" will show which node is the current
674     LVSMASTER.
675     </para>
676
677     <para>
678     The path used for a client i/o is thus :
679     <screen format="linespecific">
680         (1) Client sends request packet to LVSMASTER
681         (2) LVSMASTER passes the request on to one node across the internal network.
682         (3) Selected node processes the request.
683         (4) Node responds back to client.
684     </screen>
685     </para>
686
687     <para> 
688     This means that all incoming traffic to the cluster will pass through
689     one physical node, which limits scalability. You can send more data to the
690     LVS address that one physical node can multiplex. This means that you 
691     should not use LVS if your I/O pattern is write-intensive since you will be
692     limited in the available network bandwidth that node can handle.
693     LVS does work wery well for read-intensive workloads where only smallish
694     READ requests are going through the LVSMASTER bottleneck and the majority
695     of the traffic volume (the data in the read replies) goes straight from
696     the processing node back to the clients. For read-intensive i/o patterns you can acheive very high throughput rates in this mode.
697     </para>
698
699     <para>
700     Note: you can use LVS and public addresses at the same time.
701     </para>
702
703     <refsect2><title>Configuration</title>
704         <para>
705     To activate LVS on a CTDB node you must specify CTDB_PUBLIC_INTERFACE and 
706     CTDB_LVS_PUBLIC_ADDRESS in /etc/sysconfig/ctdb.
707         </para>
708
709         <para>
710 You must also specify the "--lvs" command line argument to ctdbd to activete LVS as a capability of the node. This should be done automatically for you by the /etc/init.d/ctdb script.
711         </para>
712
713         <para>
714         Example:
715     <screen format="linespecific">
716         CTDB_PUBLIC_INTERFACE=eth0
717         CTDB_LVS_PUBLIC_IP=10.0.0.237
718         </screen>
719         </para>
720
721     </refsect2>
722
723     <para>
724     If you use LVS, you must still have a real/permanent address configured
725     for the public interface on each node. This address must be routable
726     and the cluster nodes must be configured so that all traffic back to client
727     hosts are routed through this interface. This is also required in order
728     to allow samba/winbind on the node to talk to the domain controller.
729     (we can not use the lvs IP address to initiate outgoing traffic)
730     </para>
731     <para>
732     I.e. make sure that you can "ping" both the domain controller and also
733     all of the clients from the node BEFORE you enable LVS. Also make sure
734     that when you ping these hosts that the traffic is routed out through the
735     eth0 interface.
736     </para>
737   </refsect1>
738     
739
740   <refsect1><title>REMOTE CLUSTER NODES</title>
741     <para>
742 It is possible to have a CTDB cluster that spans across a WAN link. 
743 For example where you have a CTDB cluster in your datacentre but you also
744 want to have one additional CTDB node located at a remote branch site.
745 This is similar to how a WAN accelerator works but with the difference 
746 that while a WAN-accelerator often acts as a Proxy or a MitM, in 
747 the ctdb remote cluster node configuration the Samba instance at the remote site
748 IS the genuine server, not a proxy and not a MitM, and thus provides 100%
749 correct CIFS semantics to clients.
750     </para>
751
752     <para>
753         See the cluster as one single multihomed samba server where one of
754         the NICs (the remote node) is very far away.
755     </para>
756
757     <para>
758         NOTE: This does require that the cluster filesystem you use can cope
759         with WAN-link latencies. Not all cluster filesystems can handle
760         WAN-link latencies! Whether this will provide very good WAN-accelerator
761         performance or it will perform very poorly depends entirely
762         on how optimized your cluster filesystem is in handling high latency
763         for data and metadata operations.
764     </para>
765
766     <para>
767         To activate a node as being a remote cluster node you need to set
768         the following two parameters in /etc/sysconfig/ctdb  for the remote node:
769         <screen format="linespecific">
770 CTDB_CAPABILITY_LMASTER=no
771 CTDB_CAPABILITY_RECMASTER=no
772         </screen>
773     </para>
774
775     <para>
776         Verify with the command "ctdb getcapabilities" that that node no longer
777         has the recmaster or the lmaster capabilities.
778     </para>
779
780   </refsect1>
781
782
783   <refsect1><title>NAT-GW</title>
784     <para>
785       Sometimes it is desireable to run services on the CTDB node which will
786       need to originate outgoing traffic to external servers. This might
787       be contacting NIS servers, LDAP servers etc. etc.
788     </para>
789     <para>
790       This can sometimes be problematic since there are situations when a
791       node does not have any public ip addresses assigned. This could
792       be due to the nobe just being started up and no addresses have been
793       assigned yet or it could be that the node is UNHEALTHY in which
794       case all public addresses have been migrated off.
795     </para>
796     <para>
797       If then the service status of CTDB depends on such services being
798       able to always being able to originate traffic to external resources
799       this becomes extra troublesome. The node might be UNHEALTHY because
800       the service can not be reached, and the service can not be reached
801       because the node is UNHEALTHY.
802     </para>
803     <para>
804       There are two ways to solve this problem. The first is by assigning a
805       static ip address for one public interface on every node which will allow
806       every node to be able to route traffic to the public network even
807       if there are no public addresses assigned to the node.
808       This is the simplest way but it uses up a lot of ip addresses since you
809       have to assign both static and also public addresses to each node.
810     </para>
811     <refsect2><title>NAT-GW</title>
812     <para>
813       A second way is to use the built in NAT-GW feature in CTDB.
814       With NAT-GW only one extra address is required for the entire cluster
815       instead of one address per node. This extra address is dedicated 
816       to traffic that originates from the cluster and is destined for the
817       external network.
818     </para>
819     <para>
820       In NAT-GW one of the nodes in the cluster is designated the NAT Gateway
821       through which all traffic that is originated in the cluster will be
822       routed through if the public addresses are not available. 
823     </para>
824     </refsect2>
825
826     <refsect2><title>Configuration</title>
827     <para>
828       NAT-GW is configured in /etc/sysconfig/ctdb by setting the following
829       variables:
830     </para>
831     <screen format="linespecific">
832 # NAT-GW configuration
833 # Some services running on nthe CTDB node may need to originate traffic to
834 # remote servers before the node is assigned any IP addresses,
835 # This is problematic since before the node has public addresses the node might
836 # not be able to route traffic to the public networks.
837 # One solution is to have static public addresses assigned with routing
838 # in addition to the public address interfaces, thus guaranteeing that
839 # a node always can route traffic to the external network.
840 # This is the most simple solution but it uses up a large number of 
841 # additional ip addresses.
842 #
843 # A more complex solution is NAT-GW.
844 # In this mode we only need one additional ip address for the cluster from
845 # the exsternal public network.
846 # One of the nodes in the cluster is elected to be hosting this ip address
847 # so it can reach the external services. This node is also configured
848 # to use NAT MASQUERADING for all traffic from the internal private network
849 # to the external network. This node is the NAT-GW node.
850 #
851 # All other nodes are set up with a default rote with a metric of 10 to point
852 # to the nat-gw node.
853
854 # The effect of this is that only when a node does not have a public address
855 # and thus no proper routes to the external world it will instead
856 # route all packets through the nat-gw node.
857 #
858 # NATGW_PUBLIC_IP=10.0.0.227/24
859 # NATGW_PUBLIC_IFACE=eth0
860 # NATGW_DEFAULT_GATEWAY=10.0.0.1
861 # NATGW_PRIVATE_IFACE=eth1
862 # NATGW_PRIVATE_NETWORK=10.1.1.0/24
863     </screen>
864     </refsect2>
865
866     <refsect2><title>NATGW_PUBLIC_IP</title>
867     <para>
868       This is an ip address in the public network that is used for all outgoing
869       traffic when the public addresses are not assigned.
870       This address will be assigned to one of the nodes in the cluster which
871       will masquerade all traffic for the other nodes.
872     </para>
873     <para>
874       Format of this parameter is IPADDRESS/NETMASK
875     </para>
876     </refsect2>
877
878     <refsect2><title>NATGW_PUBLIC_IFACE</title>
879     <para>
880       This is the physical interface where the NATGW_PUBLIC_IP will be
881       assigned to. This should be an interface connected to the public network.
882     </para>
883     <para>
884       Format of this parameter is INTERFACE
885     </para>
886     </refsect2>
887
888     <refsect2><title>NATGW_DEFAULT_GATEWAY</title>
889     <para>
890       This is the default gateway to use on the node that is elected to host
891       the NATGW_PUBLIC_IP. This is the default gateway on the public network.
892     </para>
893     <para>
894       Format of this parameter is IPADDRESS
895     </para>
896     </refsect2>
897
898     <refsect2><title>NATGW_PRIVATE_IFACE</title>
899     <para>
900       This is the interface used for the interal private network.
901     </para>
902     <para>
903       Format of this parameter is INTERFACE
904     </para>
905     </refsect2>
906
907     <refsect2><title>NATGW_PRIVATE_NETWORK</title>
908     <para>
909       This is the network/netmask used for the interal private network.
910     </para>
911     <para>
912       Format of this parameter is IPADDRESS/NETMASK
913     </para>
914     </refsect2>
915
916     <refsect2><title>Operation</title>
917     <para>
918       When the NAT-GW fiunctionality is used, one of the nodes is elected
919       to act as a NAT router for all the other nodes in the cluster when
920       they need to originate traffic to the external public network.
921     </para>
922     <para>
923       The NAT-GW node is assigned the NATGW_PUBLIC_IP to the designated
924       interface and the provided default route. The NAT-GW is configured
925       to act as a router and to masquerade all traffic it receives from the
926       internal private network and which is destined to the external network(s).
927     </para>
928     <para>
929       All other nodes are configured with a default route of metric 10 pointing
930       to the designated NAT GW node.
931     </para>
932     <para>
933       This is implemented in the 11.natgw eventscript. Please see the
934       eventscript for further information.
935     </para>
936
937     </refsect2>
938
939   </refsect1>
940
941
942
943   <refsect1><title>SEE ALSO</title>
944     <para>
945       ctdb(1), onnode(1)
946       <ulink url="http://ctdb.samba.org/"/>
947     </para>
948   </refsect1>
949
950   <refsect1><title>COPYRIGHT/LICENSE</title>
951 <literallayout>
952 Copyright (C) Andrew Tridgell 2007
953 Copyright (C) Ronnie sahlberg 2007
954
955 This program is free software; you can redistribute it and/or modify
956 it under the terms of the GNU General Public License as published by
957 the Free Software Foundation; either version 3 of the License, or (at
958 your option) any later version.
959
960 This program is distributed in the hope that it will be useful, but
961 WITHOUT ANY WARRANTY; without even the implied warranty of
962 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
963 General Public License for more details.
964
965 You should have received a copy of the GNU General Public License
966 along with this program; if not, see http://www.gnu.org/licenses/.
967 </literallayout>
968   </refsect1>
969 </refentry>