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

Oversigt: 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.

Denne artikel gælder for Denne artikel gælder ikke for Denne artikel er ikke knyttet til et bestemt produkt. Det er ikke alle produktversioner, der er identificeret i denne artikel.

Symptomer

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.

Årsag

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). 

Løsning

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

Berørte produkter

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
Artikelegenskaber
Artikelnummer: 000198155
Artikeltype: Solution
Senest ændret: 13 maj 2026
Version:  7
Find svar på dine spørgsmål fra andre Dell-brugere
Supportservices
Kontrollér, om din enhed er dækket af supportservices.