1OCF_HEARTBEAT_MANAGE(7) OCF resource agents OCF_HEARTBEAT_MANAGE(7)
2
3
4
6 ocf_heartbeat_ManageRAID - Manages RAID devices
7
9 ManageRAID [start | stop | status | monitor | meta-data | validate-all]
10
12 Manages starting, stopping and monitoring of RAID devices which are
13 preconfigured in /etc/conf.d/HB-ManageRAID.
14
16 raidname
17 Name (case sensitive) of RAID to manage. (preconfigured in
18 /etc/conf.d/HB-ManageRAID) (required, string, no default)
19
21 This resource agent supports the following actions (operations):
22
23 start
24 Starts the resource. Suggested minimum timeout: 75.
25
26 stop
27 Stops the resource. Suggested minimum timeout: 75.
28
29 status
30 Performs a status check. Suggested minimum timeout: 10. Suggested
31 interval: 10.
32
33 monitor
34 Performs a detailed status check. Suggested minimum timeout: 10.
35 Suggested interval: 10.
36
37 validate-all
38 Performs a validation of the resource configuration. Suggested
39 minimum timeout: 5.
40
41 meta-data
42 Retrieves resource agent metadata (internal use only). Suggested
43 minimum timeout: 5.
44
46 The following is an example configuration for a ManageRAID resource
47 using the crm(8) shell:
48
49 primitive p_ManageRAID ocf:heartbeat:ManageRAID \
50 params \
51 raidname=string \
52 op monitor depth="0" timeout="10" interval="10"
53
55 http://www.linux-ha.org/wiki/ManageRAID_(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_MANAGE(7)