1OCF_HEARTBEAT_POUND(7) OCF resource agents OCF_HEARTBEAT_POUND(7)
2
3
4
6 ocf_heartbeat_pound - Manage a Pound instance
7
9 pound [start | stop | status | monitor | meta-data | validate-all]
10
12 The Pound Resource Agent can manage Pound instances.
13
15 config
16 The Pound configuration file that Pound should manage, for example
17 "/etc/pound.cfg".
18
19 (unique, required, string, no default)
20
21 name
22 Override the name of the instance that should be given to Pound
23 (defaults to the resource identifier).
24
25 (unique, optional, string, default "RESOURCE_ID")
26
27 pid
28 Write the process's PID to the specified file. The default will
29 include the specified name, i.e.: "/var/run/pound_production.pid".
30 Unlike what this help message shows, it is most likely not
31 necessary to change this parameter.
32
33 (unique, optional, string, default
34 "/var/run/pound_RESOURCE_ID.pid")
35
36 binary
37 This is used to start Pound server. Normally use pound.
38
39 (optional, string, default "pound")
40
41 ctl_binary
42 This is used to watch Pound status via Unix socket. Normally use
43 poundctl.
44
45 (optional, string, default "poundctl")
46
47 socket_path
48 Write the process's Unix socket. This parameter is same 'Control'
49 parameter in configuration file, i.e.: Control
50 "/var/lib/pound/pound.cfg".
51
52 (optional, string, default "/var/lib/pound/pound.cfg")
53
54 maxfiles
55 Determines how many files pound is allowed to open at a time. Helps
56 to fix the 'Too many open files' error message.
57
58 (optional, integer, no default)
59
61 This resource agent supports the following actions (operations):
62
63 start
64 Starts the resource. Suggested minimum timeout: 20s.
65
66 stop
67 Stops the resource. Suggested minimum timeout: 20s.
68
69 monitor
70 Performs a detailed status check. Suggested minimum timeout: 20s.
71 Suggested interval: 10s.
72
73 status
74 Performs a status check. Suggested minimum timeout: 20s.
75
76 meta-data
77 Retrieves resource agent metadata (internal use only). Suggested
78 minimum timeout: 5s.
79
80 validate-all
81 Performs a validation of the resource configuration. Suggested
82 minimum timeout: 20s.
83
85 The following is an example configuration for a pound resource using
86 the crm(8) shell:
87
88 primitive p_pound ocf:heartbeat:pound \
89 params \
90 config=string \
91 op monitor timeout="20s" interval="10s" depth="0"
92
94 The following is an example configuration for a pound resource using
95 pcs(8)
96
97 pcs resource create p_pound ocf:heartbeat:pound \
98 config=string \
99 op monitor timeout="20s" interval="10s" depth="0"
100
102 http://clusterlabs.org/
103
105 ClusterLabs contributors (see the resource agent source for information
106 about individual authors)
107
108
109
110resource-agents UNKNOWN 10/24/2018 OCF_HEARTBEAT_POUND(7)