1OCF_PACEMAKER_REMOTE(7) Pacemaker Configuration OCF_PACEMAKER_REMOTE(7)
2
3
4
6 ocf_pacemaker_remote - remote resource agent
7
9 OCF_RESKEY_server=string [OCF_RESKEY_port=string]
10 [OCF_RESKEY_reconnect_interval=string] remote [start | stop | reload |
11 monitor | migrate_to | migrate_from | meta-data]
12
15 OCF_RESKEY_server = string
16 Server location
17
18 Server location to connect to. This can be an ip address or
19 hostname.
20
21 OCF_RESKEY_port = string [3121]
22 tcp port
23
24 tcp port to connect to.
25
26 OCF_RESKEY_reconnect_interval = string [0]
27 reconnect interval
28
29 Interval in seconds at which Pacemaker will attempt to reconnect to
30 a remote node after an active connection to the remote node has
31 been severed. When this value is nonzero, Pacemaker will retry the
32 connection indefinitely, at the specified interval. As with any
33 time-based actions, this is not guaranteed to be checked more
34 frequently than the value of the cluster-recheck-interval cluster
35 option.
36
38 Andrew Beekhof <andrew@beekhof.net>
39 Author.
40
41
42
43Pacemaker Configuration 01/30/2019 OCF_PACEMAKER_REMOTE(7)