I'm trying to add an IPv6 address to a load balancer cluster.  I set up the
primitives like so:

primitive ip3 ocf:heartbeat:IPv6addr \
    params ipv6addr="2600:3c00:0000:0034:c007" nic="eth0:3" \
    op monitor interval="5s" \
    meta target-role="Started"
primitive ip3arp ocf:heartbeat:SendArp \
    params ip="2600:3c00:0000:0034:c007" nic="eth0:3"

The resource ip3 will not start, however.  It gives me back " ip3_start_0
(node=tek-lin-lb1, call=19, rc=6, status=complete): not configured".  

How can I add an IPv6 primitive?
-- 
View this message in context: 
http://old.nabble.com/Heartbeat-IPv6addr-OCF-tp35211501p35211501.html
Sent from the Linux-HA mailing list archive at Nabble.com.

_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to