summaryrefslogtreecommitdiff
path: root/ctdb/doc/ctdbd.1.xml
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2009-12-04 08:33:56 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-12-04 08:33:56 +1100
commitdaae501d91f6714300cf760395e21cec9c3c3597 (patch)
tree977a56d8206a380f18ecee55bdfb2dbdc01bb676 /ctdb/doc/ctdbd.1.xml
parente56c5b2a67d2954c01e6647ccec9fda6c291ee7a (diff)
downloadsamba-daae501d91f6714300cf760395e21cec9c3c3597.tar.gz
Document the procedure to remove/change the NATGW configuration at
runtime without restarting the ctdb service (This used to be ctdb commit 0a0526e03ef995b6b6634f5b75c7a17cb7b5df8f)
Diffstat (limited to 'ctdb/doc/ctdbd.1.xml')
-rw-r--r--ctdb/doc/ctdbd.1.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ctdb/doc/ctdbd.1.xml b/ctdb/doc/ctdbd.1.xml
index 032a8c2f1ba..aa8b2dfeba4 100644
--- a/ctdb/doc/ctdbd.1.xml
+++ b/ctdb/doc/ctdbd.1.xml
@@ -944,6 +944,31 @@ CTDB_CAPABILITY_RECMASTER=no
</refsect2>
+ <refsect2><title>Removing/Changing NATGW at runtime</title>
+ <para>
+ The following are the procedures to change/remove a NATGW configuration
+ at runtime, without having to restart ctdbd.
+ </para>
+
+ <para>
+ If you want to remove NATGW completely from a node, use these steps:
+ </para>
+ <screen format="linespecific">
+1, Run 'CTDB_BASE=/etc/ctdb /etc/ctdb/events.d/11.natgw removenatgw'
+2, Then remove the configuration from /etc/sysconfig/ctdb
+ </screen>
+
+ <para>
+ If you want to change the NATGW configuration on a node :
+ </para>
+ <screen format="linespecific">
+1, Run 'CTDB_BASE=/etc/ctdb /etc/ctdb/events.d/11.natgw removenatgw'
+2, Then change the configuration in /etc/sysconfig/ctdb
+3, Run 'CTDB_BASE=/etc/ctdb /etc/ctdb/events.d/11.natgw updatenatgw'
+ </screen>
+
+ </refsect2>
+
</refsect1>
<refsect1><title>NOTIFICATION SCRIPT</title>