1OCF_HEARTBEAT_ICP(7) OCF resource agents OCF_HEARTBEAT_ICP(7)
2
3
4
6 ocf_heartbeat_ICP - Manages an ICP Vortex clustered host drive
7
9 ICP [start | stop | status | monitor | meta-data | validate-all]
10
12 Resource script for ICP. It Manages an ICP Vortex clustered host drive
13 as an HA resource.
14
16 driveid
17 The ICP cluster drive ID. (required, string, no default)
18
19 device
20 The device name. (required, string, no default)
21
23 This resource agent supports the following actions (operations):
24
25 start
26 Starts the resource. Suggested minimum timeout: 20.
27
28 stop
29 Stops the resource. Suggested minimum timeout: 20.
30
31 status
32 Performs a status check. Suggested minimum timeout: 20. Suggested
33 interval: 10.
34
35 monitor
36 Performs a detailed status check. Suggested minimum timeout: 20.
37 Suggested interval: 10.
38
39 validate-all
40 Performs a validation of the resource configuration. Suggested
41 minimum timeout: 5.
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 ICP resource using the
49 crm(8) shell:
50
51 primitive p_ICP ocf:heartbeat:ICP \
52 params \
53 driveid=string \
54 device=string \
55 op monitor depth="0" timeout="20" interval="10"
56
58 http://www.linux-ha.org/wiki/ICP_(resource_agent)
59
61 Linux-HA contributors (see the resource agent source for information
62 about individual authors)
63
64
65
66resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_ICP(7)