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 (optional, boolean, default false)
22
24 This resource agent supports the following actions (operations):
25
26 start
27 Starts the resource. Suggested minimum timeout: 60.
28
29 stop
30 Stops the resource. Suggested minimum timeout: 60.
31
32 notify
33 Suggested minimum timeout: 60.
34
35 status
36 Performs a status check. Suggested minimum timeout: 10. Suggested
37 interval: 10.
38
39 monitor
40 Performs a detailed status check. Suggested minimum timeout: 10.
41 Suggested interval: 10.
42
43 meta-data
44 Retrieves resource agent metadata (internal use only). Suggested
45 minimum timeout: 5.
46
48 The following is an example configuration for a EvmsSCC resource using
49 the crm(8) shell:
50
51 primitive p_EvmsSCC ocf:heartbeat:EvmsSCC \
52 op monitor depth="0" timeout="10" interval="10"
53
55 http://www.linux-ha.org/wiki/EvmsSCC_(resource_agent)
56
58 Linux-HA contributors (see the resource agent source for information
59 about individual authors)
60
61
62
63resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_EVMSSC(7)