You don’t need to do anything to load balancer if you are installing new version on to same servers. If you configured clustering properly, you don’t really need a complex load balancer algorithm either, round robin will do. Can you tell me why you need load balancer configuration?
In my opinion load balancer should be as simple as possible. You don’t really want anything to be over-engineered there.
Only thing I remember that is important on load balancer is for MWS. It has to stick sessions to same node. In other terms once load balancer receives a traffic, it should keep sending it to the same node from the same client. It shouldn’t switch nodes when using the same session. Otherwise it will keep asking the user to login again.
#webMethods