DLm: Tape mount message IEF696I I/O TIMEOUT ON DEVICE nnnn - DEVICE MARKED NOT READY

Summary: A slow mount condition caused the mainframe to unready the DLm device, this can hang the job or orphan the tape mount. See partner notes for additional information.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

IEF696I I/O TIMEOUT ON DEVICE F226 - DEVICE MARKED NOT READY 

The job may move on to subsequent job steps, or may get hung.  If this message is observed, the tape is left mounted on the DLm VTE tape drive and must be manually unloaded.

Cause

This issue is typically observed when the DLm does not honor a tape mount within the device I/O timeout value, which is typically three minutes.   

The condition usually occurs when the DLm or the DLm storage array is busier than normal.  In this state, the DLm may have periodic slow mounts.  The IEF696I condition is typically observed via a job and step requesting a mount of the tape even though actual I/O or data set "open" is not required - Typically an IEFBR14 job step to delete the data set such as with a DISP=(MOD,DELETE). 

Resolution

If the job is waiting, you may need to 'ready' the device ; from DLm System Manager ; commands ; ready dev=nnnn

If that is not effective, the job may need to be cancelled and resubmitted.  

For deleting a data set on a tape, if you are using JCL similar to:

//JS020    EXEC PGM=IEFBR14
//DD1      DD   DISP=(MOD,DELETE),
//         DSN=YOUR.DATA.SET.NAME,
//         UNIT=VTAPE,SPACE=(TRK,1)


Change that JCL to:
//JS020    EXEC PGM=IEFBR14
//DD1      DD   DISP=(MOD,DELETE),
//         DSN=YOUR.DATA.SET.NAME,
//         UNIT=(VTAPE,,DEFER)


By adding the UNIT=(unitname,,DEFER), the tape won't actually be requested for mounting unless it's needed ; that is, if the data set is actually opened and for a deletion it's not needed.

If the job has already moved past the mount, issue the query mount and detail mount commands from the VTE where the tape drive is provisioned.  The detail mount command will show the date and time of the mount as well as current date / time.  Investigate any suspicious mounts.

If tapes are found to be mounted on the DLm but have no corresponding DLm tape mount, you can alleviate the orphaned tape mount with virtuent / vtd commands

unready dev=nnnn
unload dev=nnnn 


See also: 
How to remove a stuck tape lock on a DLm
and
How to remove a stuck tape mount

Affected Products

DD for DLm8100, Disk Library for mainframe DLm2100, Disk Library for mainframe DLm2500, Disk Library for mainframe DLm8100, Disk Library for mainframe DLm8500, VNX for DLm2100, VNX for DLm8100
Article Properties
Article Number: 000198155
Article Type: Solution
Last Modified: 30 Nov 2022
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.