Hi Serge,

We are now investigating the support status of ocf RAs,
and this is the issue for named.

Here is the example output of host command;

# host www.kame.net
www.kame.net is an alias for orange.kame.net.
orange.kame.net has address 203.178.141.194
orange.kame.net has IPv6 address 2001:200:dff:fff1:216:3eff:feb1:44d7

named_monitor() searches its named server with $OCF_RESKEY_monitor_response.
I'm not familiar with named's behavior,
is it possible to set IPv6 to $OCF_RESKEY_monitor_response?
If $OCF_RESKEY_monitor_response has IPv6 address,
the following syntax can not hit the result, right?

named_monitor()

output=`$OCF_RESKEY_host $OCF_RESKEY_monitor_request $OCF_RESKEY_monitor_ip`
if [ $? -ne 0 ] || ! echo $output | grep -q '.* has address
'"$OCF_RESKEY_monitor_response"

Would you please give me some advice?

Regards,
Junko IKEDA

NTT DATA INTELLILINK CORPORATION

Attachment: named_ipv6.patch
Description: Binary data

_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to