I want to know is it possible to failover 2 Redhat physical nodes. both nodes are identical and they dont have any shared storage. I want to failover two separates redhat physical nodes when NodeA goes down all requests route to NodeB. I dont have any specific service like apache,nginx,mysql ,.... and therefore I cannot define resource like mysql,nginx,apache.... . is there any solution for routing all traffic on every ports to primary server and when it goes down all traffic route to secondary server?
I know UCARP can provide failover based on IP for my servers but I want to know is there a better way to failover two nodes based on availability of OS.