Hello everyone!
I'm running heartbeat-2.99.2-8.1 in SLES 10 SP2 and I'm having a problem while
configuring a IPv6 resource. I set it up using hb_gui and everything seems to
be correct but the IPv6 is never assigned. Having a look at the ha-log file
there is nothing relevant, only an "Unknown error" statement. If I try to
execute de OCF script manually I get a "Generic error", which doesn't really
help.
The last thing I did was `strace -f /usr/lib/ocf/resource.d/heartbeat/IPv6addr
start` (after exporting a variable with the ip value ) but there was no luck. I
get return code 1, which happens to be the "Generic error" if you have a look
at the file /etc/ha.d/resource.d//hto-mapfuncs. I've googled about it but most
people just don't have the ocf binary file, and whenever they install it the
problem disappears.
I don't know how to debug with a higher level of detail, I've read about some
heartbeat bugs concerning IPv6 but I think they affect older versions than
mine. Can anyone help, please?
Here's the strace output when executing `strace -f
/usr/lib/ocf/resource.d/heartbeat/IPv6addr start`:
open("/var/run/IPv6addr-2001:40b0:7c00::71:34", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
[...]
open("/proc/net/if_inet6", O_RDONLY) = 3
[...]
open("/etc/localtime", O_RDONLY) = 3
[...]
sendto(3, "<27>May 12 10:41:35 IPv6addr: [1"..., 66, MSG_NOSIGNAL, NULL, 0) = 66
unlink("/var/run/IPv6addr-2001:40b0:7c00::71:34") = 0
It seems the script checks the ipsv6 in my system but I can't see what the
problem is.
Thank you.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems