]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
show how to start the newly configured vsftpd service by disabling and
authorRonnie Sahlberg <sahlberg@ronnie>
Sat, 9 Jun 2007 03:54:07 +0000 (13:54 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Sat, 9 Jun 2007 03:54:07 +0000 (13:54 +1000)
enabling the nodes one by one instead of restarting the cluster.

(This used to be ctdb commit 6ef3ef377787b691fed747053a0e1d30bcfa9549)

ctdb/web/ftp.html

index 0c22e458ff061860bb839d090969ce731714946e..66f80f2f28bae8d0bdc3230e982c8ac22bd6ad2b 100644 (file)
@@ -36,7 +36,32 @@ There should not be any need to edit this file.
 
 
 <h2>Restart your cluster</h2>
-Next time your cluster restarts, CTDB will start managing the vsftp service.
+Next time your cluster restarts, CTDB will start managing the vsftp service.<br><br>
+If the cluster is already in production you may not want to restart the entire cluster since this would disrupt services.<br>
+
+Insted you can just disable/enable the nodes one by one. Once a node becomes enabled again it will start the vsftp service.<br><br>
+
+Follow the procedure below for each node, one node at a time :
+
+<h3>1 Disable the node</h3>
+Use the ctdb command to disable the node :
+<pre>
+  ctdb -n NODE disable
+</pre>
+
+<h3>2 Wait until the cluster has recovered</h3>
+
+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.
+<pre>
+  ctdb status
+</pre>
+
+<h3>3 Enable the node again</h3>
+
+Re-enable the node again which will start the newly configured vsftp service.
+<pre>
+  ctdb -n NODE enable
+</pre>
 
 <!--#include virtual="footer.html" -->