If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
What determines the number of agents an application opens?
I have four databases within one instance (DB2 V8.2 on Linux) and when I list applications one database always shows 3 agents for each connected application. All the other databases only have 1 agent per connection.
All the parameters that would seem to have anything to do with the number of agents are set in the DBM configuration. There has to be a configuration parameter at the database configuration that controls this, but I havn't been able to find it.
I haven't been able to find much helpful info about this in the doc.
Thanks for you input in advance
Bob.
Do you have intra-partition parallellism enabled? If you have DFT_DEGREE set to 2 I guess you'll have 3 agents working on an applications: a coordinator agent and two subagents.
Thanks, it looks like the DFT_DEGREE is the difference. It is set to "ANY" on the database that has 3 agents. It is set to 1 on the other databases. That would seem to explain it.
Thanks, it looks like the DFT_DEGREE is the difference. It is set to "ANY" on the database that has 3 agents. It is set to 1 on the other databases. That would seem to explain it.