Previous Topic: OSFTSLOUTLIM ParameterNext Topic: OSFTSLQUE Parameter


OSFTSLQADD Parameter

The OSFTSLQADD parameter sets the threshold CA OPS/MVS uses to determine whether more OSF TSL servers are starting. The algorithm that is used to add servers depends on the OSFQADDPROCESS parameter. If OSFQADDPROCESS=AVAIL a new server is added when, the number of commands in the OSF TSL execution queue is higher than OSFQADD and OSFMIN but lower than OSFMAX. If OSFQADDPROCESS= QADD a new server is added when the queue depth equals OSFTSLQADD+1 + (n * OSFTSLQADD) until OSFTSLMAX is reached. Where ‘n’ equals the number of dynamically added servers.

Default value

0

Other possible values

Any number of queued commands greater than or equal to 0

Set or modify this parameter...

Anytime

Example: OSFTSLQADD

This function sets the OSF TSL execution queue threshold to 5 commands.

OPSPRM('SET','OSFTSLQADD','5')