1OCF_HEARTBEAT_IPV6AD(7) OCF resource agents OCF_HEARTBEAT_IPV6AD(7)
2
3
4
6 ocf_heartbeat_IPv6addr - Manages IPv6 aliases
7
9 IPv6addr [start | stop | status | monitor | meta-data | validate-all]
10
12 This script manages IPv6 alias IPv6 addresses,It can add an IP6 alias,
13 or remove one.
14
16 ipv6addr
17 The IPv6 address this RA will manage (required, string, no default)
18
19 cidr_netmask
20 The netmask for the interface in CIDR format. (ie, 24). The value
21 of this parameter overwrites the value of _prefix_ of ipv6addr
22 parameter. (optional, string, no default)
23
24 nic
25 The base network interface on which the IPv6 address will be
26 brought online. (optional, string, no default)
27
29 This resource agent supports the following actions (operations):
30
31 start
32 Starts the resource. Suggested minimum timeout: 15.
33
34 stop
35 Stops the resource. Suggested minimum timeout: 15.
36
37 status
38 Performs a status check. Suggested minimum timeout: 15. Suggested
39 interval: 15.
40
41 monitor
42 Performs a detailed status check. Suggested minimum timeout: 15.
43 Suggested interval: 15.
44
45 validate-all
46 Performs a validation of the resource configuration. Suggested
47 minimum timeout: 5.
48
49 meta-data
50 Retrieves resource agent metadata (internal use only). Suggested
51 minimum timeout: 5.
52
54 The following is an example configuration for a IPv6addr resource using
55 the crm(8) shell:
56
57 primitive p_IPv6addr ocf:heartbeat:IPv6addr \
58 params \
59 ipv6addr=string \
60 op monitor timeout="15" interval="15"
61
63 http://www.linux-ha.org/wiki/IPv6addr_(resource_agent)
64
66 Linux-HA contributors (see the resource agent source for information
67 about individual authors)
68
69
70
71resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_IPV6AD(7)