From 4c9e8fad23836d87b0c4327e990c789630fe5b97 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 23 Apr 2012 12:51:50 +0530 Subject: doc: Added admin guide Change-Id: Ic60558dee0d20df0c2a1bf41e4bd072ae4774912 BUG: 811311 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.com/3209 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Tested-by: divya M N Reviewed-by: divya M N Reviewed-by: Anand Avati --- doc/admin-guide/en-US/admin_start_stop_daemon.xml | 56 +++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 doc/admin-guide/en-US/admin_start_stop_daemon.xml (limited to 'doc/admin-guide/en-US/admin_start_stop_daemon.xml') diff --git a/doc/admin-guide/en-US/admin_start_stop_daemon.xml b/doc/admin-guide/en-US/admin_start_stop_daemon.xml new file mode 100644 index 00000000..bdab0b8b --- /dev/null +++ b/doc/admin-guide/en-US/admin_start_stop_daemon.xml @@ -0,0 +1,56 @@ + + +%BOOK_ENTITIES; +]> + + Managing the glusterd Service + After installing GlusterFS, you must start glusterd service. The glusterd service serves as the Gluster elastic volume manager, overseeing glusterfs processes, and co-ordinating dynamic volume operations, such as adding and removing volumes across multiple storage servers non-disruptively. + This section describes how to start the glusterd service in the following ways: + + + + + + + + + + You must start glusterd on all GlusterFS servers. + +
+ Starting and Stopping glusterd Manually + This section describes how to start and stop glusterd manually + + + To start glusterd manually, enter the following command: + # /etc/init.d/glusterd start + + + To stop glusterd manually, enter the following command: + # /etc/init.d/glusterd stop + + +
+
+ Starting glusterd Automatically + This section describes how to configure the system to automatically start the glusterd service every time the system boots. + To automatically start the glusterd service every time the system boots, enter the following from the command line: + # chkconfig glusterd on +
+ Red Hat-based Systems + To configure Red Hat-based systems to automatically start the glusterd service every time the system boots, enter the following from the command line: + # chkconfig glusterd on +
+
+ Debian-based Systems + To configure Debian-based systems to automatically start the glusterd service every time the system boots, enter the following from the command line: + # update-rc.d glusterd defaults +
+
+ Systems Other than Red Hat and Debain + To configure systems other than Red Hat or Debian to automatically start the glusterd service every time the system boots, enter the following entry to the /etc/rc.local file: + # echo "glusterd" >> /etc/rc.local +
+
+
-- cgit