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

NAME

6       ocf_heartbeat_VIPArip - Manages a virtual IP address through RIP2
7

SYNOPSIS

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

DESCRIPTION

12       Virtual IP Address by RIP2 protocol. This script manages IP alias in
13       different subnet with quagga/ripd. It can add an IP alias, or remove
14       one.
15

SUPPORTED PARAMETERS

17       ip
18           The IPv4 address in different subnet, for example "192.168.1.1".
19           (unique, required, string, no default)
20
21       nic
22           The nic for broadcast the route information. The ripd uses this nic
23           to broadcast the route informaton to others (optional, string,
24           default eth0)
25
26       zebra_binary
27           Absolute path to the zebra binary.  (optional, string, default
28           /usr/sbin/zebra)
29
30       ripd_binary
31           Absolute path to the ripd binary.  (optional, string, default
32           /usr/sbin/ripd)
33

SUPPORTED ACTIONS

35       This resource agent supports the following actions (operations):
36
37       start
38           Starts the resource. Suggested minimum timeout: 20s.
39
40       stop
41           Stops the resource. Suggested minimum timeout: 20s.
42
43       monitor
44           Performs a detailed status check. Suggested minimum timeout: 20s.
45           Suggested interval: 5s.
46
47       validate-all
48           Performs a validation of the resource configuration. Suggested
49           minimum timeout: 20s.
50
51       meta-data
52           Retrieves resource agent metadata (internal use only). Suggested
53           minimum timeout: 5s.
54

EXAMPLE

56       The following is an example configuration for a VIPArip resource using
57       the crm(8) shell:
58
59           primitive p_VIPArip ocf:heartbeat:VIPArip \
60             params \
61               ip=string \
62             op monitor depth="0" timeout="20s" interval="5s"
63

SEE ALSO

65       http://www.linux-ha.org/wiki/VIPArip_(resource_agent)
66

AUTHOR

68       Linux-HA contributors (see the resource agent source for information
69       about individual authors)
70
71
72
73resource-agents 3.9.2             07/08/2011           OCF_HEARTBEAT_VIPARI(7)
Impressum