summaryrefslogtreecommitdiffstats
path: root/doc/admin-guide/en-US/markdown/admin_start_stop_daemon.md
blob: 43251cd0157fb3fcd72ea98539646fd7c7db7439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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:

-   ?

-   ?

> **Note**
>
> 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 `