1OCF_HEARTBEAT_CONNTR(7)       OCF resource agents      OCF_HEARTBEAT_CONNTR(7)
2
3
4

NAME

6       ocf_heartbeat_conntrackd - This resource agent manages conntrackd
7

SYNOPSIS

9       conntrackd [start | stop | monitor | promote | demote | meta-data |
10                  validate-all]
11

DESCRIPTION

13       Master/Slave OCF Resource Agent for conntrackd
14

SUPPORTED PARAMETERS

16       conntrackd
17           Name of the conntrackd executable. If conntrackd is installed and
18           available in the default PATH, it is sufficient to configure the
19           name of the binary For example
20           "my-conntrackd-binary-version-0.9.14" If conntrackd is installed
21           somewhere else, you may also give a full path For example
22           "/packages/conntrackd-0.9.14/sbin/conntrackd" (optional, string,
23           default conntrackd)
24
25       config
26           Full path to the conntrackd.conf file. For example
27           "/packages/conntrackd-0.9.14/etc/conntrackd/conntrackd.conf"
28           (optional, string, default /etc/conntrackd/conntrackd.conf)
29

SUPPORTED ACTIONS

31       This resource agent supports the following actions (operations):
32
33       start
34           Starts the resource. Suggested minimum timeout: 30.
35
36       promote
37           Promotes the resource to the Master role. Suggested minimum
38           timeout: 30.
39
40       demote
41           Demotes the resource to the Slave role. Suggested minimum timeout:
42           30.
43
44       notify
45           Suggested minimum timeout: 30.
46
47       stop
48           Stops the resource. Suggested minimum timeout: 30.
49
50       monitor (Slave role)
51           Performs a detailed status check. Suggested minimum timeout: 20.
52           Suggested interval: 20.
53
54       monitor (Master role)
55           Performs a detailed status check. Suggested minimum timeout: 20.
56           Suggested interval: 10.
57
58       meta-data
59           Retrieves resource agent metadata (internal use only). Suggested
60           minimum timeout: 5.
61
62       validate-all
63           Performs a validation of the resource configuration. Suggested
64           minimum timeout: 30.
65

EXAMPLE

67       The following is an example configuration for a conntrackd resource
68       using the crm(8) shell:
69
70           primitive p_conntrackd ocf:heartbeat:conntrackd \
71             op monitor timeout="20" interval="20" role="Slave" \
72             op monitor timeout="20" interval="10" role="Master"
73
74           ms ms_conntrackd p_conntrackd \
75             meta notify="true" interleave="true"
76

SEE ALSO

78       http://www.linux-ha.org/wiki/conntrackd_(resource_agent)
79

AUTHOR

81       Linux-HA contributors (see the resource agent source for information
82       about individual authors)
83
84
85
86resource-agents 3.9.2             07/08/2011           OCF_HEARTBEAT_CONNTR(7)
Impressum