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. (required, integer,
19 no default)
20
21 mergegroup
22 The logical drive under consideration. (required, integer, no
23 default)
24
26 This resource agent supports the following actions (operations):
27
28 start
29 Starts the resource. Suggested minimum timeout: 40.
30
31 stop
32 Stops the resource. Suggested minimum timeout: 40.
33
34 status
35 Performs a status check. Suggested minimum timeout: 20. Suggested
36 interval: 10.
37
38 monitor
39 Performs a detailed status check. Suggested minimum timeout: 20.
40 Suggested interval: 10.
41
42 validate-all
43 Performs a validation of the resource configuration. Suggested
44 minimum timeout: 5.
45
46 meta-data
47 Retrieves resource agent metadata (internal use only). Suggested
48 minimum timeout: 5.
49
50 methods
51 Suggested minimum timeout: 5.
52
54 The following is an example configuration for a ServeRAID resource
55 using the crm(8) shell:
56
57 primitive p_ServeRAID ocf:heartbeat:ServeRAID \
58 params \
59 serveraid=integer \
60 mergegroup=integer \
61 op monitor depth="0" timeout="20" interval="10"
62
64 http://www.linux-ha.org/wiki/ServeRAID_(resource_agent)
65
67 Linux-HA contributors (see the resource agent source for information
68 about individual authors)
69
70
71
72resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_SERVER(7)