Product SiteDocumentation Site

Name

ocf_heartbeat_IPv6addr — Manages IPv6 aliases

Synopsis

IPv6addr [ start | stop | status | monitor | validate-all | meta-data ]

Description

This script manages IPv6 alias IPv6 addresses,It can add an IP6 alias, or remove one.

Supported Parameters

ipv6addr
The IPv6 address this RA will manage (string, no default)
cidr_netmask
The netmask for the interface in CIDR format. (ie, 24). The value of this parameter overwrites the value of _prefix_ of ipv6addr parameter. (string, no default)
nic
The base network interface on which the IPv6 address will be brought online. (string, no default)

Example

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

        ipv6addr=string \

        cidr_netmask=string \

        nic=string \

  
      op start timeout=15  \
      op stop timeout=15  \
      op status timeout=15 interval=15 start-delay=0  \
      op monitor timeout=15 interval=15 start-delay=0  \
      op validate-all timeout=5  \
      op meta-data timeout=5