3

Is there a way to force heartbeat change active node? Or may be force to node to release resources so that one of other node take it.

Ubuntu 12.04 Heartbeat

Ahmet Karakaya
  • 243
  • 6
  • 18

1 Answers1

6

You should have some scripts (probably in /usr/share/heartbeat) called

hb_standby hb_takeover

You can run hb_standby on the active node to release resources.

mako_reactor
  • 398
  • 4
  • 11