1clusvcadm(8) Red Hat Cluster Suite clusvcadm(8)
2
3
4
6 clusvcadm - Cluster User Service Administration Utility
7
9 clusvcadm [-d <service> ] [-e <service> ] [-l] [-u] [-S] [-m <member> ]
10 [-r <service> ] [-S] [-R <service> ] [-s <service> ] [-v]
11
12
14 The clusvcadm command allows an administrator to enable, disable, relo‐
15 cate, and restart user services in a cluster. In order to perform
16 cluster service operations, the cluster daemons must be running (and
17 have quorum) on the member system on which the command is invoked.
18
19
21 -d <service>
22 Stops and disables the user service named service
23
24 -e <service>
25 Enables and starts the user service named service
26
27 -l Lock the local resource group manager. This should only be used
28 if the administrator intends to perform a global, cluster-wide
29 shutdown. This prevents starting resource groups on the local
30 node, allowing services will not fail over during the shutdown
31 of the cluster. Generally, administrators should use the
32 clushutdown(8) command to accomplish this. Once the cluster
33 quorum is dissolved, this state is reset.
34
35 -m <member>
36 When used in conjunction with either the -e or -r options, this
37 specifies the preferred target member on which to start the ser‐
38 vice.
39
40 -r <service>
41 Relocates the user service named service to another cluster mem‐
42 ber.
43
44 -R <service>
45 Restarts the user service named service on the cluster member on
46 which it is currently running.
47
48 -S Display whether each of the active service managers is locked or
49 not. This can be used to verify the correct operation of the -l
50 and -u options, but is only useful for debugging.
51
52 -s <service>
53 Stops the service named service until a member transition or
54 until it is enabled again.
55
56 -u Unlock the cluster's service managers. This allows services to
57 transition again. It will be necessary to re-enable all ser‐
58 vices in the stopped state if this is run after clushutdown(8).
59
60
61 -v Display version information and exit.
62
63
65 clustat(8), clushutdown(8)
66
67
68
69 Jan 2005 clusvcadm(8)