MAX_CONCURRENT_QUERY

Syntax

MAX_CONCURRENT_QUERY=integer

Description

This parameter applies to all query commands and defines the maximum batch queries (including job queries) that mbatchd can handle.

MAX_CONCURRENT_QUERY controls the maximum number of concurrent query commands under the following conditions:

  • LSB_QUERY_PORT is not defined

  • LSB_QUERY_PORT is defined and LSB_QUERY_ENH is Y

If the specified threshold is reached, the query commands will retry.

If LSB_QUERY_PORT is defined and LSB_QUERY_ENH is N, MAX_CONCURRENT_QUERY controls two thresholds separately:

  • Maximum number of concurrent job related query commands

  • Maximum number of concurrent other query commands

If either of the specified thresholds are reached, the query commands will retry.

Valid values

1-100

Default

Set to 100 at time of installation. If otherwise undefined, then unlimited.