From: Ronnie Sahlberg Date: Sat, 9 Jun 2007 03:54:07 +0000 (+1000) Subject: show how to start the newly configured vsftpd service by disabling and X-Git-Tag: tevent-0.9.20~348^2~2517^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dab3429109d6b85984016389eef077d7f39cb664;p=thirdparty%2Fsamba.git show how to start the newly configured vsftpd service by disabling and enabling the nodes one by one instead of restarting the cluster. (This used to be ctdb commit 6ef3ef377787b691fed747053a0e1d30bcfa9549) --- diff --git a/ctdb/web/ftp.html b/ctdb/web/ftp.html index 0c22e458ff0..66f80f2f28b 100644 --- a/ctdb/web/ftp.html +++ b/ctdb/web/ftp.html @@ -36,7 +36,32 @@ There should not be any need to edit this file.

Restart your cluster

-Next time your cluster restarts, CTDB will start managing the vsftp service. +Next time your cluster restarts, CTDB will start managing the vsftp service.

+If the cluster is already in production you may not want to restart the entire cluster since this would disrupt services.
+ +Insted you can just disable/enable the nodes one by one. Once a node becomes enabled again it will start the vsftp service.

+ +Follow the procedure below for each node, one node at a time : + +

1 Disable the node

+Use the ctdb command to disable the node : +
+  ctdb -n NODE disable
+
+ +

2 Wait until the cluster has recovered

+ +Use the ctdb tool to monitor until the cluster has recovered, i.e. Recovery mode is NORMAL. this should happen within seconds of when you disabled the node. +
+  ctdb status
+
+ +

3 Enable the node again

+ +Re-enable the node again which will start the newly configured vsftp service. +
+  ctdb -n NODE enable
+