update the natgw eventscript and documentation
[sahlberg/ctdb.git] / doc / ctdbd.1.html
index 8a5059e7301eda01d0162754573821782c69312c..61d3d93195a612863f9b19fa52e831df208917c9 100644 (file)
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ctdbd</title><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="ctdbd.1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ctdbd &#8212; The CTDB cluster daemon</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">ctdbd</code> </p></div><div class="cmdsynopsis"><p><code class="command">ctdbd</code>  {--reclock=&lt;filename&gt;} {--nlist=&lt;filename&gt;} {--dbdir=&lt;directory&gt;} [-? --help] [--usage] [-i --interactive] [--public-addresses=&lt;filename&gt;] [--event-script-dir=&lt;directory&gt;] [--logfile=&lt;filename&gt;] [--listen=&lt;address&gt;] [--transport=&lt;STRING&gt;] [--socket=&lt;filename&gt;] [-d --debug=&lt;INTEGER&gt;] [--torture]</p></div></div><div class="refsect1" lang="en"><a name="id2480886"></a><h2>DESCRIPTION</h2><p>
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ctdbd</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="ctdbd.1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ctdbd &#8212; The CTDB cluster daemon</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">ctdbd</code> </p></div><div class="cmdsynopsis"><p><code class="command">ctdbd</code>  [-? --help] [-d --debug=&lt;INTEGER&gt;] {--dbdir=&lt;directory&gt;} {--dbdir-persistent=&lt;directory&gt;} [--event-script-dir=&lt;directory&gt;] [-i --interactive] [--listen=&lt;address&gt;] [--logfile=&lt;filename&gt;] [--lvs] {--nlist=&lt;filename&gt;} [--no-lmaster] [--no-recmaster] [--nosetsched] [--public-addresses=&lt;filename&gt;] [--public-interface=&lt;interface&gt;] {--reclock=&lt;filename&gt;} [--single-public-ip=&lt;address&gt;] [--socket=&lt;filename&gt;] [--start-as-disabled] [--syslog] [--torture] [--transport=&lt;STRING&gt;] [--usage]</p></div></div><div class="refsect1" lang="en"><a name="id2479648"></a><h2>DESCRIPTION</h2><p>
       ctdbd is the main ctdb daemon.
     </p><p>
       ctdbd provides a clustered version of the TDB database with automatic rebuild/recovery of the databases upon nodefailures.
     </p><p>
       ctdbd provides monitoring of all nodes in the cluster and automatically reconfigures the cluster and recovers upon node failures.
     </p><p>
-      ctdbd is the main component in clustered Samba that provides a high-awailability load-sharing CIFS server cluster.
-    </p></div><div class="refsect1" lang="en"><a name="id2481092"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-? --help</span></dt><dd><p>
+      ctdbd is the main component in clustered Samba that provides a high-availability load-sharing CIFS server cluster.
+    </p></div><div class="refsect1" lang="en"><a name="id2479679"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-? --help</span></dt><dd><p>
             Print some help text to the screen.
-          </p></dd><dt><span class="term">--usage</span></dt><dd><p>
-            Print useage information to the screen.
-          </p></dd><dt><span class="term">--reclock=&lt;filename&gt;</span></dt><dd><p>
-            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.
-            This file must be stored on shared storage.
-          </p></dd><dt><span class="term">--nlist=&lt;filename&gt;</span></dt><dd><p>
-            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.
-          </p><p>
-            This file is usually /etc/ctdb/nodes .
+          </p></dd><dt><span class="term">-d --debug=&lt;DEBUGLEVEL&gt;</span></dt><dd><p>
+            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.
           </p></dd><dt><span class="term">--dbdir=&lt;directory&gt;</span></dt><dd><p>
             This is the directory on local storage where ctdbd keeps the local
             copy of the TDB databases. This directory is local for each node and should not be stored on the shared cluster filesystem.
           </p><p>
             This directory would usually be /var/ctdb .
-          </p></dd><dt><span class="term">-i --interactive</span></dt><dd><p>
-            By default ctdbd will detach itself from the shell and run in
-            the background as a daemon. This option makes ctdbd to start in interactive mode.
-          </p></dd><dt><span class="term">--public_addresses=&lt;filename&gt;</span></dt><dd><p>
-            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.
+          </p></dd><dt><span class="term">--dbdir-persistent=&lt;directory&gt;</span></dt><dd><p>
+            This is the directory on local storage where ctdbd keeps the local
+            copy of the persistent TDB databases. This directory is local for each node and should not be stored on the shared cluster filesystem.
           </p><p>
-            This is usually the file /etc/ctdb/public_addresses
+            This directory would usually be /etc/ctdb/persistent .
           </p></dd><dt><span class="term">--event-script-dir=&lt;directory&gt;</span></dt><dd><p>
             This option is used to specify the directory where the CTDB event
            scripts are stored.
           </p><p>
             This will normally be /etc/ctdb/events.d which is part of the ctdb distribution.
-          </p></dd><dt><span class="term">--logfile=&lt;filename&gt;</span></dt><dd><p>
-            This is the file where ctdbd will write its log. This is usually /var/log/log.ctdb .
+          </p></dd><dt><span class="term">-i --interactive</span></dt><dd><p>
+            By default ctdbd will detach itself from the shell and run in
+            the background as a daemon. This option makes ctdbd to start in interactive mode.
           </p></dd><dt><span class="term">--listen=&lt;address&gt;</span></dt><dd><p>
             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.
           </p><p>
             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.
-          </p></dd><dt><span class="term">--transport=&lt;STRING&gt;</span></dt><dd><p>
-            This option specifies which transport to use for ctdbd internode communications. The default is "tcp".
+          </p></dd><dt><span class="term">--logfile=&lt;filename&gt;</span></dt><dd><p>
+            This is the file where ctdbd will write its log. This is usually /var/log/log.ctdb .
+          </p></dd><dt><span class="term">--lvs</span></dt><dd><p>
+         This option is used to activate the LVS capability on a CTDB node.
+         Please see the LVS section.
+          </p></dd><dt><span class="term">--nlist=&lt;filename&gt;</span></dt><dd><p>
+            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.
+          </p><p>
+            This file is usually /etc/ctdb/nodes .
+          </p></dd><dt><span class="term">--no-lmaster</span></dt><dd><p>
+         This argument specifies that this node can NOT become an lmaster
+         for records in the database. This means that it will never show up
+         in the vnnmap. This feature is primarily used for making a cluster
+       span across a WAN link and use CTDB as a WAN-accelerator.
+          </p><p>
+         Please see the "remote cluster nodes" section for more information.
+          </p></dd><dt><span class="term">--no-recmaster</span></dt><dd><p>
+         This argument specifies that this node can NOT become a recmaster
+         for the database. This feature is primarily used for making a cluster
+       span across a WAN link and use CTDB as a WAN-accelerator.
+          </p><p>
+         Please see the "remote cluster nodes" section for more information.
+          </p></dd><dt><span class="term">--nosetsched</span></dt><dd><p>
+           This is a ctdbd debugging option. this option is only used when
+           debugging ctdbd.
+         </p><p>
+            Normally ctdb will change its scheduler to run as a real-time 
+           process. This is the default mode for a normal ctdbd operation
+           to gurarantee that ctdbd always gets the cpu cycles that it needs.
+          </p><p>
+           This option is used to tell ctdbd to NOT run as a real-time process
+           and instead run ctdbd as a normal userspace process.
+           This is useful for debugging and when you want to run ctdbd under
+           valgrind or gdb. (You dont want to attach valgrind or gdb to a
+           real-time process.)
+          </p></dd><dt><span class="term">--public_addresses=&lt;filename&gt;</span></dt><dd><p>
+            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.
+          </p><p>
+            This is usually the file /etc/ctdb/public_addresses
+          </p></dd><dt><span class="term">--public-interface=&lt;interface&gt;</span></dt><dd><p>
+            This option tells ctdb which interface to attach public-addresses
+           to and also where to attach the single-public-ip when used.
+           </p><p>
+           This is only required when using public ip addresses and only when
+           you dont specify the interface explicitly in /etc/ctdb/public_addresses or when you are using --single-public-ip.
+          </p><p>
+         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. 
+          </p></dd><dt><span class="term">--reclock=&lt;filename&gt;</span></dt><dd><p>
+            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.
+            This file must be stored on shared storage.
+          </p></dd><dt><span class="term">--single-public-ip=&lt;address&gt;</span></dt><dd><p>
+            This option is used to activate the "ipmux" or the "lvs"
+           functionality of ctdb where the cluster provides a single 
+           public ip address for the entire cluster. When using this option
+           you must also use the --public-interface option.
+           </p><p>
+            In this mode, all nodes of the cluster will expose a single
+            ip address from all nodes with all incoming traffic to the cluster
+            being passed through the current recmaster. This functionality
+            is similar to using a load-balancing switch.
           </p><p>
-            Suported transports are "tcp" and "infiniband".
-          </p></dd><dt><span class="term">--socket=&lt;filename&gt;</span></dt><dd><p>
+            All incoming packets are sent to the recmaster which will multiplex
+            the clients across all available nodes and pass the packets on to
+            a different node in the cluster to manage the connection based
+            on the clients ip address. Outgoing packets however are sent
+            directly from the node that was choosen back to the client.
+            Since all incoming packets are sent through the recmaster this will
+            have a throughput and performance impact when used. This impact
+            in performance primarily affects write-performance while 
+           read-performance should be mainly unaffected.
+            Only use this feature if your environment is mostly-read 
+            (i.e. most traffic is from the nodes back to the clients) or
+            if it is not important to get maximum write-performance to the
+           cluster.
+          </p><p>
+           This feature is completely controlled from the eventscripts and 
+           does not require any CTDBD involvement. However, the CTDBD daemon
+           does need to know that the "single public ip" exists so that the 
+           CTDBD daemon will allow clients to set up killtcp to work on this
+           ip address.
+           </p><p>
+           CTDBD only allows clients to use killtcp to kill off (RST) tcp
+           connections to/from an ip address that is either a normal public
+           address or to/from the ip address specified by --single-public-ip.
+           No other tcp connections are allowed to be specified with killtcp.
+         </p><p>
+         Please note that ipmux is obsolete. Use LVS, not ipmux.
+         Please see the LVS section in this manpage for instructions on
+         how to configure and use CTDB with LVS.
+         </p></dd><dt><span class="term">--socket=&lt;filename&gt;</span></dt><dd><p>
             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.
           </p><p>
             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.
-          </p></dd><dt><span class="term">-d --debug=&lt;DEBUGLEVEL&gt;</span></dt><dd><p>
-            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.
+          </p></dd><dt><span class="term">--start-as-disabled</span></dt><dd><p>
+         This makes the ctdb daemon to be DISABLED when it starts up.
+          </p><p>
+         As it is DISABLED it will not get any of the public ip addresses
+         allocated to it, and thus this allow you to start ctdb on a node 
+         without causing any ip address to failover from other nodes onto
+         the new node.
+          </p><p>
+         When used, the administrator must keep track of when nodes start and
+         manually enable them again using the "ctdb enable" command, or else
+         the node will not host any services.
+          </p><p>
+         A node that is DISABLED will not host any services and will not be
+         reachable/used by any clients.
+          </p></dd><dt><span class="term">--syslog</span></dt><dd><p>
+           Send all log messages to syslog instead of to the ctdb logfile.
           </p></dd><dt><span class="term">--torture</span></dt><dd><p>
             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.
           </p><p>
             You do NOT want to use this option unless you are developing and testing new functionality in ctdbd.
-          </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2528417"></a><h2>Private vs Public addresses</h2><p>
+          </p></dd><dt><span class="term">--transport=&lt;STRING&gt;</span></dt><dd><p>
+            This option specifies which transport to use for ctdbd internode communications. The default is "tcp".
+          </p><p>
+            Currently only "tcp" is supported but "infiniband" might be
+           implemented in the future.
+          </p></dd><dt><span class="term">--usage</span></dt><dd><p>
+            Print useage information to the screen.
+          </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2528846"></a><h2>Private vs Public addresses</h2><p>
       When used for ip takeover in a HA environment, each node in a ctdb 
       cluster has multiple ip addresses assigned to it. One private and one or more public.
-    </p><div class="refsect2" lang="en"><a name="id2528427"></a><h3>Private address</h3><p>
+    </p><div class="refsect2" lang="en"><a name="id2528856"></a><h3>Private address</h3><p>
         This is the physical ip address of the node which is configured in 
         linux and attached to a physical interface. This address uniquely
         identifies a physical node in the cluster and is the ip addresses
         10.1.1.2
         10.1.1.3
         10.1.1.4
-      </pre></div><div class="refsect2" lang="en"><a name="id2528476"></a><h3>Public address</h3><p>
+      </pre></div><div class="refsect2" lang="en"><a name="id2528904"></a><h3>Public address</h3><p>
         A public address on the other hand is not attached to an interface.
         This address is managed by ctdbd itself and is attached/detached to
         a physical node at runtime.
        unavailable. 10.1.1.1 can not be failed over to node 2 or node 3 since
        these nodes do not have this ip address listed in their public
        addresses file.
-       </p></div></div><div class="refsect1" lang="en"><a name="id2528564"></a><h2>Node status</h2><p>
+       </p></div></div><div class="refsect1" lang="en"><a name="id2528986"></a><h2>Node status</h2><p>
       The current status of each node in the cluster can be viewed by the 
       'ctdb status' command.
     </p><p>
-      There are five possible for a node.
+      There are five possible states for a node.
     </p><p>
       OK - This node is fully functional.
     </p><p>
       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.
-    </p></div><div class="refsect1" lang="en"><a name="id2528621"></a><h2>SEE ALSO</h2><p>
+    </p></div><div class="refsect1" lang="en"><a name="id2529049"></a><h2>PUBLIC TUNABLES</h2><p>
+    These are the public tuneables that can be used to control how ctdb behaves.
+    </p><div class="refsect2" lang="en"><a name="id2529059"></a><h3>KeepaliveInterval</h3><p>Default: 1</p><p>
+    How often should the nodes send keepalives to eachother.
+    </p></div><div class="refsect2" lang="en"><a name="id2529073"></a><h3>KeepaliveLimit</h3><p>Default: 5</p><p>
+    After how many keepalive intervals without any traffic should a node
+    wait until marking the peer as DISCONNECTED.
+    </p></div><div class="refsect2" lang="en"><a name="id2529088"></a><h3>MonitorInterval</h3><p>Default: 15</p><p>
+    How often should ctdb run the event scripts to check for a nodes health.
+    </p></div><div class="refsect2" lang="en"><a name="id2529101"></a><h3>TickleUpdateInterval</h3><p>Default: 20</p><p>
+    How often will ctdb record and store the "tickle" information used to
+    kickstart stalled tcp connections after a recovery.
+    </p></div><div class="refsect2" lang="en"><a name="id2529116"></a><h3>EventScriptTimeout</h3><p>Default: 20</p><p>
+    How long should ctdb let an event script run before aborting it and
+    marking the node unhealthy.
+    </p></div><div class="refsect2" lang="en"><a name="id2529130"></a><h3>RecoveryBanPeriod</h3><p>Default: 300</p><p>
+    If a node becomes banned causing repetitive recovery failures. The node will
+    eventually become banned from the cluster.
+    This controls how long the culprit node will be banned from the cluster
+    before it is allowed to try to join the cluster again.
+    Dont set to small. A node gets banned for a reason and it is usually due
+    to real problems with the node.
+    </p></div><div class="refsect2" lang="en"><a name="id2529149"></a><h3>DatabaseHashSize</h3><p>Default: 100000</p><p>
+    Size of the hash chains for the local store of the tdbs that ctdb manages.
+    </p></div><div class="refsect2" lang="en"><a name="id2529163"></a><h3>RerecoveryTimeout</h3><p>Default: 10</p><p>
+    Once a recovery has completed, no additional recoveries are permitted until this timeout has expired.
+    </p></div><div class="refsect2" lang="en"><a name="id2529178"></a><h3>EnableBans</h3><p>Default: 1</p><p>
+    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.
+    </p></div><div class="refsect2" lang="en"><a name="id2529193"></a><h3>DeterministicIPs</h3><p>Default: 1</p><p>
+    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. 
+    </p><p>
+    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.
+    </p></div><div class="refsect2" lang="en"><a name="id2529222"></a><h3>DisableWhenUnhealthy</h3><p>Default: 0</p><p>
+    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'. 
+    </p><p>
+    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.
+    </p></div><div class="refsect2" lang="en"><a name="id2529246"></a><h3>NoIPFailback</h3><p>Default: 0</p><p>
+    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.
+    </p><p>
+    Use with caution! Normally when a node becomes available to the cluster
+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.
+    </p><p>
+    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.
+    </p></div></div><div class="refsect1" lang="en"><a name="id2529282"></a><h2>LVS</h2><p>
+    LVS is a mode where CTDB presents one single IP address for the entire
+    cluster. This is an alternative to using public IP addresses and round-robin
+    DNS to loadbalance clients across the cluster.
+    </p><p>
+    This is similar to using a layer-4 loadbalancing switch but with some restrictions.
+    </p><p>
+    In this mode the cluster select a set of nodes in the cluster and loadbalance
+    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
+    all LVS capable nodes regardless of health status.
+    LVS will however never loadbalance traffic to nodes that are BANNED,
+    DISABLED or DISCONNECTED. The "ctdb lvs" command is used to show
+    which nodes are currently load-balanced across.
+    </p><p>
+    One of the these nodes are elected as the LVSMASTER. This node receives all
+    traffic from clients coming in to the LVS address and multiplexes it
+    across the internal network to one of the nodes that LVS is using.
+    When responding to the client, that node will send the data back
+    directly to the client, bypassing the LVSMASTER node.
+    The command "ctdb lvsmaster" will show which node is the current
+    LVSMASTER.
+    </p><p>
+    The path used for a client i/o is thus :
+    </p><pre class="screen">
+       (1) Client sends request packet to LVSMASTER
+       (2) LVSMASTER passes the request on to one node across the internal network.
+       (3) Selected node processes the request.
+       (4) Node responds back to client.
+    </pre><p>
+    </p><p> 
+    This means that all incoming traffic to the cluster will pass through
+    one physical node, which limits scalability. You can send more data to the
+    LVS address that one physical node can multiplex. This means that you 
+    should not use LVS if your I/O pattern is write-intensive since you will be
+    limited in the available network bandwidth that node can handle.
+    LVS does work wery well for read-intensive workloads where only smallish
+    READ requests are going through the LVSMASTER bottleneck and the majority
+    of the traffic volume (the data in the read replies) goes straight from
+    the processing node back to the clients. For read-intensive i/o patterns you can acheive very high throughput rates in this mode.
+    </p><p>
+    Note: you can use LVS and public addresses at the same time.
+    </p><div class="refsect2" lang="en"><a name="id2529354"></a><h3>Configuration</h3><p>
+    To activate LVS on a CTDB node you must specify CTDB_PUBLIC_INTERFACE and 
+    CTDB_LVS_PUBLIC_ADDRESS in /etc/sysconfig/ctdb.
+       </p><p>
+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.
+       </p><p>
+       Example:
+    </p><pre class="screen">
+       CTDB_PUBLIC_INTERFACE=eth0
+       CTDB_LVS_PUBLIC_IP=10.0.0.237
+       </pre><p>
+       </p></div><p>
+    If you use LVS, you must still have a real/permanent address configured
+    for the public interface on each node. This address must be routable
+    and the cluster nodes must be configured so that all traffic back to client
+    hosts are routed through this interface. This is also required in order
+    to allow samba/winbind on the node to talk to the domain controller.
+    (we can not use the lvs IP address to initiate outgoing traffic)
+    </p><p>
+    I.e. make sure that you can "ping" both the domain controller and also
+    all of the clients from the node BEFORE you enable LVS. Also make sure
+    that when you ping these hosts that the traffic is routed out through the
+    eth0 interface.
+    </p></div><div class="refsect1" lang="en"><a name="id2529402"></a><h2>REMOTE CLUSTER NODES</h2><p>
+It is possible to have a CTDB cluster that spans across a WAN link. 
+For example where you have a CTDB cluster in your datacentre but you also
+want to have one additional CTDB node located at a remote branch site.
+This is similar to how a WAN accelerator works but with the difference 
+that while a WAN-accelerator often acts as a Proxy or a MitM, in 
+the ctdb remote cluster node configuration the Samba instance at the remote site
+IS the genuine server, not a proxy and not a MitM, and thus provides 100%
+correct CIFS semantics to clients.
+    </p><p>
+       See the cluster as one single multihomed samba server where one of
+       the NICs (the remote node) is very far away.
+    </p><p>
+       NOTE: This does require that the cluster filesystem you use can cope
+       with WAN-link latencies. Not all cluster filesystems can handle
+       WAN-link latencies! Whether this will provide very good WAN-accelerator
+       performance or it will perform very poorly depends entirely
+       on how optimized your cluster filesystem is in handling high latency
+       for data and metadata operations.
+    </p><p>
+       To activate a node as being a remote cluster node you need to set
+       the following two parameters in /etc/sysconfig/ctdb  for the remote node:
+        </p><pre class="screen">
+CTDB_CAPABILITY_LMASTER=no
+CTDB_CAPABILITY_RECMASTER=no
+       </pre><p>
+    </p><p>
+       Verify with the command "ctdb getcapabilities" that that node no longer
+       has the recmaster or the lmaster capabilities.
+    </p></div><div class="refsect1" lang="en"><a name="id2529453"></a><h2>NAT-GW</h2><p>
+      Sometimes it is desireable to run services on the CTDB node which will
+      need to originate outgoing traffic to external servers. This might
+      be contacting NIS servers, LDAP servers etc. etc.
+    </p><p>
+      This can sometimes be problematic since there are situations when a
+      node does not have any public ip addresses assigned. This could
+      be due to the nobe just being started up and no addresses have been
+      assigned yet or it could be that the node is UNHEALTHY in which
+      case all public addresses have been migrated off.
+    </p><p>
+      If then the service status of CTDB depends on such services being
+      able to always being able to originate traffic to external resources
+      this becomes extra troublesome. The node might be UNHEALTHY because
+      the service can not be reached, and the service can not be reached
+      because the node is UNHEALTHY.
+    </p><p>
+      There are two ways to solve this problem. The first is by assigning a
+      static ip address for one public interface on every node which will allow
+      every node to be able to route traffic to the public network even
+      if there are no public addresses assigned to the node.
+      This is the simplest way but it uses up a lot of ip addresses since you
+      have to assign both static and also public addresses to each node.
+    </p><div class="refsect2" lang="en"><a name="id2529493"></a><h3>NAT-GW</h3><p>
+      A second way is to use the built in NAT-GW feature in CTDB.
+      With NAT-GW only one extra address is required for the entire cluster
+      instead of one address per node. This extra address is dedicated 
+      to traffic that originates from the cluster and is destined for the
+      external network.
+    </p><p>
+      In NAT-GW one of the nodes in the cluster is designated the NAT Gateway
+      through which all traffic that is originated in the cluster will be
+      routed through if the public addresses are not available. 
+    </p></div><div class="refsect2" lang="en"><a name="id2529514"></a><h3>Configuration</h3><p>
+      NAT-GW is configured in /etc/sysconfig/ctdb by setting the following
+      variables:
+    </p><pre class="screen">
+# NAT-GW configuration
+# Some services running on nthe CTDB node may need to originate traffic to
+# remote servers before the node is assigned any IP addresses,
+# This is problematic since before the node has public addresses the node might
+# not be able to route traffic to the public networks.
+# One solution is to have static public addresses assigned with routing
+# in addition to the public address interfaces, thus guaranteeing that
+# a node always can route traffic to the external network.
+# This is the most simple solution but it uses up a large number of 
+# additional ip addresses.
+#
+# A more complex solution is NAT-GW.
+# In this mode we only need one additional ip address for the cluster from
+# the exsternal public network.
+# One of the nodes in the cluster is elected to be hosting this ip address
+# so it can reach the external services. This node is also configured
+# to use NAT MASQUERADING for all traffic from the internal private network
+# to the external network. This node is the NAT-GW node.
+#
+# All other nodes are set up with a default rote with a metric of 10 to point
+# to the nat-gw node.
+# 
+# The effect of this is that only when a node does not have a public address
+# and thus no proper routes to the external world it will instead
+# route all packets through the nat-gw node.
+#
+# NATGW_PUBLIC_IP=10.0.0.227/24
+# NATGW_PUBLIC_IFACE=eth0
+# NATGW_DEFAULT_GATEWAY=10.0.0.1
+# NATGW_PRIVATE_IFACE=eth1
+# NATGW_PRIVATE_NETWORK=10.1.1.0/24
+    </pre></div><div class="refsect2" lang="en"><a name="id2529555"></a><h3>NATGW_PUBLIC_IP</h3><p>
+      This is an ip address in the public network that is used for all outgoing
+      traffic when the public addresses are not assigned.
+      This address will be assigned to one of the nodes in the cluster which
+      will masquerade all traffic for the other nodes.
+    </p><p>
+      Format of this parameter is IPADDRESS/NETMASK
+    </p></div><div class="refsect2" lang="en"><a name="id2476128"></a><h3>NATGW_PUBLIC_IFACE</h3><p>
+      This is the physical interface where the NATGW_PUBLIC_IP will be
+      assigned to. This should be an interface connected to the public network.
+    </p><p>
+      Format of this parameter is INTERFACE
+    </p></div><div class="refsect2" lang="en"><a name="id2476144"></a><h3>NATGW_DEFAULT_GATEWAY</h3><p>
+      This is the default gateway to use on the node that is elected to host
+      the NATGW_PUBLIC_IP. This is the default gateway on the public network.
+    </p><p>
+      Format of this parameter is IPADDRESS
+    </p></div><div class="refsect2" lang="en"><a name="id2476160"></a><h3>NATGW_PRIVATE_IFACE</h3><p>
+      This is the interface used for the interal private network.
+    </p><p>
+      Format of this parameter is INTERFACE
+    </p></div><div class="refsect2" lang="en"><a name="id2476174"></a><h3>NATGW_PRIVATE_NETWORK</h3><p>
+      This is the network/netmask used for the interal private network.
+    </p><p>
+      Format of this parameter is IPADDRESS/NETMASK
+    </p></div><div class="refsect2" lang="en"><a name="id2476188"></a><h3>Operation</h3><p>
+      When the NAT-GW fiunctionality is used, one of the nodes is elected
+      to act as a NAT router for all the other nodes in the cluster when
+      they need to originate traffic to the external public network.
+    </p><p>
+      The NAT-GW node is assigned the NATGW_PUBLIC_IP to the designated
+      interface and the provided default route. The NAT-GW is configured
+      to act as a router and to masquerade all traffic it receives from the
+      internal private network and which is destined to the external network(s).
+    </p><p>
+      All other nodes are configured with a default route of metric 10 pointing
+      to the designated NAT GW node.
+    </p><p>
+      This is implemented in the 11.natgw eventscript. Please see the
+      eventscript for further information.
+    </p></div></div><div class="refsect1" lang="en"><a name="id2476221"></a><h2>SEE ALSO</h2><p>
       ctdb(1), onnode(1)
-      <a href="http://ctdb.samba.org/" target="_top">http://ctdb.samba.org/</a>
-    </p></div><div class="refsect1" lang="en"><a name="id2528634"></a><h2>COPYRIGHT/LICENSE</h2><div class="literallayout"><p><br>
+      <a class="ulink" href="http://ctdb.samba.org/" target="_top">http://ctdb.samba.org/</a>
+    </p></div><div class="refsect1" lang="en"><a name="id2476234"></a><h2>COPYRIGHT/LICENSE</h2><div class="literallayout"><p><br>
 Copyright (C) Andrew Tridgell 2007<br>
 Copyright (C) Ronnie sahlberg 2007<br>
 <br>