1OCF_HEARTBEAT_SERVER(7) OCF resource agents OCF_HEARTBEAT_SERVER(7)
2
3
4
6 ocf_heartbeat_ServeRAID - Enables and disables shared ServeRAID merge
7 groups
8
10 ServeRAID [start | stop | status | monitor | meta-data | validate-all]
11
13 Resource script for ServeRAID. It enables/disables shared ServeRAID
14 merge groups.
15
17 serveraid
18 The adapter number of the ServeRAID adapter.
19
20 (required, integer, no default)
21
22 mergegroup
23 The logical drive under consideration.
24
25 (required, integer, no default)
26
28 This resource agent supports the following actions (operations):
29
30 start
31 Starts the resource. Suggested minimum timeout: 40s.
32
33 stop
34 Stops the resource. Suggested minimum timeout: 40s.
35
36 status
37 Performs a status check. Suggested minimum timeout: 20s. Suggested
38 interval: 10s.
39
40 monitor
41 Performs a detailed status check. Suggested minimum timeout: 20s.
42 Suggested interval: 10s.
43
44 validate-all
45 Performs a validation of the resource configuration. Suggested
46 minimum timeout: 5s.
47
48 meta-data
49 Retrieves resource agent metadata (internal use only). Suggested
50 minimum timeout: 5s.
51
52 methods
53 Suggested minimum timeout: 5s.
54
56 The following is an example configuration for a ServeRAID resource
57 using the crm(8) shell:
58
59 primitive p_ServeRAID ocf:heartbeat:ServeRAID \
60 params \
61 serveraid=integer \
62 mergegroup=integer \
63 op monitor depth="0" timeout="20s" interval="10s"
64
66 The following is an example configuration for a ServeRAID resource
67 using pcs(8)
68
69 pcs resource create p_ServeRAID ocf:heartbeat:ServeRAID \
70 serveraid=integer \
71 mergegroup=integer \
72 op monitor OCF_CHECK_LEVEL="0" timeout="20s" interval="10s"
73
75 http://clusterlabs.org/
76
78 ClusterLabs contributors (see the resource agent source for information
79 about individual authors)
80
81
82
83resource-agents UNKNOWN 01/25/2023 OCF_HEARTBEAT_SERVER(7)