The OSFQADD parameter sets the threshold CA OPS/MVS uses to determine whether more OSF TSO servers are started. 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 TSO execution queue is higher than OSFQADD and OSFMIN but lower than OSFMAX. When OSFQADDPROCESS= QADD a new server is added when the queue depth equals OSFQADD+1 + (n * OSFQADD) until OSFMAX is reached. Where ‘n’ equals the number of dynamically added servers.
8
Any number of queued commands greater than or equal to 0
Anytime
Example: OSFQADD
This function sets the OSF TSO execution queue threshold to five commands.
OPSPRM('SET','OSFQADD','5')
|
Copyright © 2014 CA.
All rights reserved.
|
|