2

I was successful in configuring a simple Heartbeat setup on Ubuntu 12.04, which will fail-over two VIPs to a second server when BOTH Ethernet links fail. What I can't figure out is how to fail-over two VIPs when either of the two NICs loses a link connection.

Heartbeat will detect the link is down, but until both go down, resources will not fail-over. I'm not using any cluster management like Pacemaker.

I would appreciate a point in the right direction.

slm
  • 363,520
  • 117
  • 767
  • 871
user258339
  • 21
  • 1

1 Answers1

0

Without knowing your exact configuration this question is hard to answer, but why do you expect the VIPs to fail over? The link loss is handled by the multipathing dæmon, if both your VIPs are bonded to two NICs.

jmk
  • 137
  • 4