C9510-418 · Question #25
In an IBM WebSphere Application Server cluster, an administrator notices EJB requests are not evenly distributed on the cluster members during the load test. What two things can the administrator…
The correct answer is A. Ensure Dynamic Workload Management is enabled. D. Ensure each server in the cluster has an equal weighted value. A: Workload management optimizes the distribution of client processing tasks. Incoming work requests are distributed to the application servers, enterprise beans, servlets, and other objects that can most effectively process the requests. D: The server weighted round robin…
Question
In an IBM WebSphere Application Server cluster, an administrator notices EJB requests are not evenly distributed on the cluster members during the load test. What two things can the administrator verify in order to identify and resolve the issue? (Choose two.)
Options
- AEnsure Dynamic Workload Management is enabled.
- BEnsure host scoped routing optimization is enabled.
- CEnsure PMI Workload Management counters are enabled.
- DEnsure each server in the cluster has an equal weighted value.
- EEnsure the Web server plug-in is using the round robin algorithm.
How the community answered
(64 responses)- A81% (52)
- B2% (1)
- C6% (4)
- E11% (7)
Explanation
A: Workload management optimizes the distribution of client processing tasks. Incoming work requests are distributed to the application servers, enterprise beans, servlets, and other objects that can most effectively process the requests. D: The server weighted round robin routing policy ensures a balanced routing distribution based on the set of server weights that have been assigned to the members of a cluster. For example, if all servers in the cluster have the same weight, the expected distribution for the cluster is that all servers receive the same number of requests. If the weights for the servers are not equal, the distribution mechanism sends more requests to the higher weight value servers than the lower weight value servers. The policy ensures the distribution that you want, based on the weights that are assigned to the cluster members.
Topics
Community Discussion
No community discussion yet for this question.