I'm trying to enforce split-brain protection when machine B takes over on a failover scenario. Basically I want to enforce that machine A is really out before machine B is activated, avoiding the infamous split-brain scenario.
So I need a software or hardware solution that allows me to remotely and efficiently kill machine A by cutting is power. That's the STONITH approach, or Shoot The Other Node In The Head.
How can that be done?