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

NAME

6       ocf_heartbeat_SendArp - Broadcasts unsolicited ARP announcements
7

SYNOPSIS

9       SendArp [start | stop | monitor | meta-data | validate-all]
10

DESCRIPTION

12       This RA can be used _instead_ of the IPaddr2 or IPaddr RA to send
13       gratuitous ARP for an IP address on a given interface, without adding
14       the address to that interface. For example, if for some resaon you
15       wanted to send gratuitous ARP for addresses managed by IPaddr2 or
16       IPaddr on an additional interface.
17

SUPPORTED PARAMETERS

19       ip
20           The IP address for sending ARP packet.  (required, string, no
21           default)
22
23       nic
24           The NIC for sending ARP packet.  (required, string, no default)
25

SUPPORTED ACTIONS

27       This resource agent supports the following actions (operations):
28
29       start
30           Starts the resource. Suggested minimum timeout: 20s.
31
32       stop
33           Stops the resource. Suggested minimum timeout: 20s.
34
35       monitor
36           Performs a detailed status check. Suggested minimum timeout: 20.
37           Suggested interval: 10.
38
39       meta-data
40           Retrieves resource agent metadata (internal use only). Suggested
41           minimum timeout: 5.
42
43       validate-all
44           Performs a validation of the resource configuration. Suggested
45           minimum timeout: 20s.
46

EXAMPLE

48       The following is an example configuration for a SendArp resource using
49       the crm(8) shell:
50
51           primitive p_SendArp ocf:heartbeat:SendArp \
52             params \
53               ip=string \
54               nic=string \
55             op monitor depth="0" timeout="20" interval="10"
56

SEE ALSO

58       http://www.linux-ha.org/wiki/SendArp_(resource_agent)
59

AUTHOR

61       Linux-HA contributors (see the resource agent source for information
62       about individual authors)
63
64
65
66resource-agents 3.9.2             07/08/2011           OCF_HEARTBEAT_SENDAR(7)
Impressum