Ubuntu Manpages

ocf_pacemaker_remote

remote resource agent

OCF_RESKEY_server=string [OCF_RESKEY_port=string] [OCF_RESKEY_reconnect_interval=string]

remote [start | stop | reload | monitor | migrate_to | migrate_from | meta-data]

OCF_RESKEY_server = string

Server 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

Time in seconds to wait before attempting to reconnect to a remote node after an active connection to the remote node has been severed. This wait is recurring. If reconnect fails after the wait period, a new reconnect attempt will be made after observing the wait time. When this option is in use, pacemaker will keep attempting to reach out and connect to the remote node indefinitely after each wait interval.

Andrew Beekhof <andrew@beekhof.net>

Author.