From daae501d91f6714300cf760395e21cec9c3c3597 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 4 Dec 2009 08:33:56 +1100 Subject: Document the procedure to remove/change the NATGW configuration at runtime without restarting the ctdb service (This used to be ctdb commit 0a0526e03ef995b6b6634f5b75c7a17cb7b5df8f) --- ctdb/doc/ctdbd.1.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ctdb/doc/ctdbd.1.xml') 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 + Removing/Changing NATGW at runtime + + The following are the procedures to change/remove a NATGW configuration + at runtime, without having to restart ctdbd. + + + + If you want to remove NATGW completely from a node, use these steps: + + +1, Run 'CTDB_BASE=/etc/ctdb /etc/ctdb/events.d/11.natgw removenatgw' +2, Then remove the configuration from /etc/sysconfig/ctdb + + + + If you want to change the NATGW configuration on a node : + + +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' + + + + NOTIFICATION SCRIPT -- cgit v1.2.1