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.
18
19 (required, string, no default)
20
21 device
22 The device name.
23
24 (required, string, no default)
25
27 This resource agent supports the following actions (operations):
28
29 start
30 Starts the resource. Suggested minimum timeout: 20s.
31
32 stop
33 Stops the resource. Suggested minimum timeout: 20s.
34
35 status
36 Performs a status check. Suggested minimum timeout: 20s. Suggested
37 interval: 10s.
38
39 monitor
40 Performs a detailed status check. Suggested minimum timeout: 20s.
41 Suggested interval: 10s.
42
43 validate-all
44 Performs a validation of the resource configuration. Suggested
45 minimum timeout: 5s.
46
47 meta-data
48 Retrieves resource agent metadata (internal use only). Suggested
49 minimum timeout: 5s.
50
52 The following is an example configuration for a ICP resource using the
53 crm(8) shell:
54
55 primitive p_ICP ocf:heartbeat:ICP \
56 params \
57 driveid=string \
58 device=string \
59 op monitor depth="0" timeout="20s" interval="10s"
60
62 The following is an example configuration for a ICP resource using
63 pcs(8)
64
65 pcs resource create p_ICP ocf:heartbeat:ICP \
66 driveid=string \
67 device=string \
68 op monitor depth="0" timeout="20s" interval="10s"
69
71 http://clusterlabs.org/
72
74 ClusterLabs contributors (see the resource agent source for information
75 about individual authors)
76
77
78
79resource-agents UNKNOWN 03/09/2020 OCF_HEARTBEAT_ICP(7)