1OCF_HEARTBEAT_EVMSSC(7) OCF resource agents OCF_HEARTBEAT_EVMSSC(7)
2
3
4
6 ocf_heartbeat_EvmsSCC - Manages EVMS Shared Cluster Containers (SCCs)
7 (deprecated)
8
10 EvmsSCC [start | stop | status | monitor | meta-data]
11
13 Deprecation warning: EVMS is no longer actively maintained and should
14 not be used. This agent is deprecated and may be removed from a future
15 release. -- Resource script for EVMS shared cluster container. It runs
16 evms_activate on one node in the cluster.
17
19 ignore_deprecation
20 If set to true, suppresses the deprecation warning for this agent.
21
22 (optional, boolean, default false)
23
25 This resource agent supports the following actions (operations):
26
27 start
28 Starts the resource. Suggested minimum timeout: 60s.
29
30 stop
31 Stops the resource. Suggested minimum timeout: 60s.
32
33 notify
34 Suggested minimum timeout: 60s.
35
36 status
37 Performs a status check. Suggested minimum timeout: 10s. Suggested
38 interval: 10s.
39
40 monitor
41 Performs a detailed status check. Suggested minimum timeout: 10s.
42 Suggested interval: 10s.
43
44 meta-data
45 Retrieves resource agent metadata (internal use only). Suggested
46 minimum timeout: 5s.
47
49 The following is an example configuration for a EvmsSCC resource using
50 the crm(8) shell:
51
52 primitive p_EvmsSCC ocf:heartbeat:EvmsSCC \
53 op monitor depth="0" timeout="10s" interval="10s"
54
56 The following is an example configuration for a EvmsSCC resource using
57 pcs(8)
58
59 pcs resource create p_EvmsSCC ocf:heartbeat:EvmsSCC \
60 op monitor OCF_CHECK_LEVEL="0" timeout="10s" interval="10s"
61
63 http://clusterlabs.org/
64
66 ClusterLabs contributors (see the resource agent source for information
67 about individual authors)
68
69
70
71resource-agents UNKNOWN 03/25/2021 OCF_HEARTBEAT_EVMSSC(7)