+

Search Tips   |   Advanced Search

Database transfer: Enable the DB2 pureScale load balancing feature

Note that manual steps can be found in the IBM Knowledge Center.

For multithreaded Java applications, set enableSysplexWLB to true in the connection string to use the transaction level workload balancing feature for DB2 pureScale. As more members are started, clients automatically route to the new member without any interruption of service. Members can be stopped without the application knowing.

  1. Access the WAS console. Go to http://host:your_server_admin_port/ibm/console/. For example, go to http://host:10038/ibm/console/.

  2. Click Resources > JDBC > Data Sources.

  3. Click Data sources > data source name > Custom properties.

  4. Search for enableSysplexWLB.

  5. Click enableSysplexWLB, and enter true in the Value field.

  6. Click OK.


Parent Manual Steps: Database Transfer