table of contents
other versions
- jessie-backports 1.1.16-1~bpo8+1
- stretch 1.1.16-1
- testing 2.0.1~rc4-1
- unstable 2.0.1~rc5-1
OCF_PACEMAKER_REMOTE(7) | Pacemaker Configuration | OCF_PACEMAKER_REMOTE(7) |
NAME¶
ocf_pacemaker_remote - remote resource agentSYNOPSIS¶
OCF_RESKEY_server=string [OCF_RESKEY_port=string] [OCF_RESKEY_reconnect_interval=string] remote [start | stop | reload | monitor | migrate_to | migrate_from | meta-data]DESCRIPTION¶
SUPPORTED PARAMETERS¶
OCF_RESKEY_server = stringServer location
Server location to connect to. This can be an ip address or hostname.
OCF_RESKEY_port = string [3121]
tcp port
tcp port to connect to.
OCF_RESKEY_reconnect_interval = string [0]
reconnect interval
Interval in seconds at which Pacemaker will attempt to reconnect to a remote
node after an active connection to the remote node has been severed. When this
value is nonzero, Pacemaker will retry the connection indefinitely, at the
specified interval. As with any time-based actions, this is not guaranteed to
be checked more frequently than the value of the cluster-recheck-interval
cluster option.
AUTHOR¶
Andrew Beekhof <andrew@beekhof.net>Author.
06/07/2017 | Pacemaker Configuration |