We have 3 servers in our server farm and under normal circumstances wish to balance them unevenly such that the 3rd server only gets a small proportion of the traffic. The other two should be equally balanced. (Say 45, 45, 10).
When one of the prime servers (1st or 2nd) fails we wish to distribute the load across the remaining 2 evenly.
We are currently considering a cmd-sched script which will monitor the status of all three servers and reset the weights in the case of a server failure.
Is there a better way, preferably without a cmd-sched script?