1OCF_HEARTBEAT_VIPARI(7) OCF resource agents OCF_HEARTBEAT_VIPARI(7)
2
3
4
6 ocf_heartbeat_VIPArip - Manages a virtual IP address through RIP2
7
9 VIPArip [start | stop | monitor | meta-data | validate-all]
10
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
17 ip
18 The IPv4 address in different subnet, for example "192.168.1.1".
19
20 (unique, required, string, no default)
21
22 nic
23 The nic for broadcast the route information. The ripd uses this nic
24 to broadcast the route information to others
25
26 (optional, string, default "eth0")
27
28 zebra_binary
29 Absolute path to the zebra binary.
30
31 (optional, string, default "/usr/sbin/zebra")
32
33 ripd_binary
34 Absolute path to the ripd binary.
35
36 (optional, string, default "/usr/sbin/ripd")
37
39 This resource agent supports the following actions (operations):
40
41 start
42 Starts the resource. Suggested minimum timeout: 20s.
43
44 stop
45 Stops the resource. Suggested minimum timeout: 20s.
46
47 monitor
48 Performs a detailed status check. Suggested minimum timeout: 20s.
49 Suggested interval: 5s.
50
51 validate-all
52 Performs a validation of the resource configuration. Suggested
53 minimum timeout: 20s.
54
55 meta-data
56 Retrieves resource agent metadata (internal use only). Suggested
57 minimum timeout: 5s.
58
60 The following is an example configuration for a VIPArip resource using
61 the crm(8) shell:
62
63 primitive p_VIPArip ocf:heartbeat:VIPArip \
64 params \
65 ip=string \
66 op monitor depth="0" timeout="20s" interval="5s"
67
69 The following is an example configuration for a VIPArip resource using
70 pcs(8)
71
72 pcs resource create p_VIPArip ocf:heartbeat:VIPArip \
73 ip=string \
74 op monitor depth="0" timeout="20s" interval="5s"
75
77 http://clusterlabs.org/
78
80 ClusterLabs contributors (see the resource agent source for information
81 about individual authors)
82
83
84
85resource-agents UNKNOWN 03/09/2020 OCF_HEARTBEAT_VIPARI(7)