Page 1 of 1

how load balancing will work

Posted: Wed Jun 21, 2006 10:12 am
by datastagehunter
Any body have idea about load balancing ,like we have four datastage servers in production environment ,I want to know how load balancing thing work when it has to apply more than one datastage server and how load balance will share the request which is coming from RTI(Real time integration) and webspere admin console
Thanks

Posted: Wed Jun 21, 2006 2:27 pm
by ray.wurlod
You can set up N instances of an always-running job. The web services will simply allocate any of the "free" resources. There is no more control than that, certainly no active load balancing.

Posted: Fri Dec 01, 2006 7:53 pm
by eostic
Old topic, but interesting subject.

RTI has several tools for achieving scalability and failover. As Ray notes, you can set up "n" instances of a job/Operation at one particular DS Server, thus having a set of "always on" jobs waiting to handle incoming requests.

Secondly, you can also have a set of individual DataStage Servers, each running _the_same_ DataStage Job/Operation, and RTI will perform workload balancing by dispatching requests alternatively to each of those attached DS Servers. Depending on the release, you may have a response time based algorithm for this workload balancing, or round robin. In 8.0, you will have a choice.

Perhaps more importantly, this sets up an active/active scenario for ensuring service levels for your web services deployed via RTI. If one of those DS Servers goes down, or the network to it dies, RTI will correctly dispatch arriving requests to one of the alternates.

Ernie