DB2 10.5 for Linux, UNIX, and Windows

Enabling workload management dispatcher

To enable the DB2® workload management dispatcher, set the value of the wlm_dispatcher database manager configuration parameter to YES. The workload management dispatcher manages CPU resources allocated to DB2 user and maintenance service classes.

Procedure

To enable workload management dispatcher by using the command line processor (CLP):

  1. Attach to your DB2 instance.
    ATTACH TO instance-name
  2. Issue the UPDATE DATABASE MANAGER CONFIGURATION (or UPDATE DBM CFG) command. Set the value of the wlm_dispatcher database manager configuration parameter to YES.
    UPDATE DBM CFG USING wlm_dispatcher yes
  3. Optional: Detach from your DB2 instance.
    DETACH

Results

The workload management dispatcher is enabled. You can now specify CPU limit allocations of CPU resources to DB2 service classes.

What to do next

After having enabled the workload management dispatcher to manage CPU resources, you must consider completing the following tasks: