Hello all,

I configured a virtual-IP on a Debian Lenny with openais.

Relevant part of config:

primitive virtual-ip ocf:heartbeat:IPaddr2 \
        params ip="192.168.113.33" \
        op monitor interval="21s" timeout="5s"

...
group db-group fs0 mysql virtual-ip
...

The node's primary IP's are 192.168.113.12 and 192.168.112.22 (master/slave).

Everything is working fine, but on active node there isn't "real-virtual-IP".
Looks like the node has that IP without interface.
In output of netstat there are several established connection which
uses this IP,
the appcilcation is working, but no interface.

In ARP table also I found that IP...

Is it problem or evident?

(correct description of problem: the 'ifconfig' doesn't show the IP,
'ip' shows:
ip -d addr
...
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
state UNKNOWN qlen 1000
    link/ether 00:16:3e:0f:01:12 brd ff:ff:ff:ff:ff:ff
    inet 192.168.113.12/24 brd 192.168.113.255 scope global eth0
    inet 192.168.113.33/24 brd 192.168.113.255 scope global secondary eth0
)

Thanks:


a.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to