From dab3429109d6b85984016389eef077d7f39cb664 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 9 Jun 2007 13:54:07 +1000 Subject: [PATCH] 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) --- ctdb/web/ftp.html | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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
+
-- 2.47.3