Product SiteDocumentation Site

Name

ocf_heartbeat_IPsrcaddr — Manages the preferred source address for outgoing IP packets

Synopsis

IPsrcaddr [ start | stop | stop | monitor | validate-all | meta-data ]

Description

Resource script for IPsrcaddr. It manages the preferred source address modification.

Supported Parameters

ipaddress
The IP address. (string, no default)

Example

The following is an example configuration for a IPsrcaddr resource using the crm(8) shell:
primitive example_IPsrcaddr ocf:heartbeat:IPsrcaddr \
  params \

    ipaddress=string \


  op start timeout=40  \
  op stop timeout=40  \
  op stop timeout=20  \
  op monitor depth=0 timeout=10 interval=10 start-delay=0  \
  op validate-all timeout=5  \
  op meta-data timeout=5