Yes, the On Demand Router is a native load balancer for the WebSphere cell. Then you simply use the weight function to control the distribution of queries.
Weight settings - In the administrator’s console, go to "Servers> Clusters> [your cluster type]> [your cluster name]", then in the "Advanced Properties" section, click "Cluster Members".
Set your "configured weight" to a value, and then ripplestart the cluster (or cycle separately). Please note: the "weight of the working environment" takes effect immediately, but reset is configured to weight each time the server starts.
Requests are distributed by a simple formula: (member weight X) / (sum of all element weights)
therefore, if server A has a weight of 20 and server B has a weight of 1, then server A should receive 20 / (20 + 1) or 95.3% of all requests.
In your case, just set them to the same weight.
source share