TPCF provides three exit routines that you can use to influence device selection during allocation and allocation recovery:
TPCF uses elimination logic to mark devices ineligible in the EDL early in the z/OS allocation process. Therefore, you can use this routine to unconditionally prevent devices from being candidates for allocation.
Customizes the TPCF processing of allocation recovery messages. You can use this routine to address site-specific process needs that are not completely served by the CA MIA standard recovery options.
Customizes the TPCF device preferencing to address site-specific needs not completely served by the CA MIA standard preferencing options.
Diagnosing delays in tape device allocation is challenging, especially when multiple systems are involved. The Delay Detection and Notification (DDN) feature simplifies tape device allocation delay detection and provides real-time diagnostics to z/OS system operators when a problem occurs. This information allows operators to expedite resolution of tape device allocation delays involving CA MIA managed devices.
Example:
To enable DDN detection,issue the following command:
MIM SETOPTION DDN=ON
When DDN contention detection is turned on, users can be automatically notified of potential tape device delays due to a task owning tape device allocation locks for an extended period of time.
To enable contention delay warnings to be issued on a reoccurring five-minute interval, issue the following command:
MIM SETOPTION DDN(ON, CONTENTION=5)
For more information, see the DDN option in the CA MIM Statements and Commands Reference Guide.
Notes:
When the CA MIM DDN Wait/NoHold detection feature is turned on, a warning is issued when two or more tasks monopolize a set of device allocation locks due to excessive Wait/NoHold responses.
To enable DDN Wait/NoHold detection to report a loop exceeding 10 iterations, issue the following command:
MIM SETOPTION DDN(WAITNOHOLD=10)
For more information, see the DDN option in the CA MIM Statements and Commands Reference Guide.
Notes:
|
Copyright © 2014 CA.
All rights reserved.
|
|