CBR2167I   Delete from TAPEVOL table for volume volser failed.

Explanation

An attempt to delete a row from the tape volume table for volume volser failed. The failure is due to a DB2® timeout, deadlock, or other resource contention.

The request to delete the volume row from OAM's tape volume inventory resulted from processing one of the following:
  • An expired tape volume that had been selected by the OAM Storage Management Component shelf manager with MVSSCRATCH specified for the TAPERECYCLEMODE keyword in the SETOAM statement within the CBROAMxx PARMLIB member
  • The source volume in a Move Volume utility with the DELETE option specified
  • The source volume in a Volume Recovery utility with the DELETE option specified
  • The source volume is a WORM media type with all objects expired.

System action

OAM's internal control block for this volume has been marked to indicate that the volume is no longer available for use by OAM.

System programmer response

Issue an SQL command using SPUFI, the next time that OAM is down, to delete the row for volume volser from the tape volume table of the optical configuration database. A sample SQL statement is below:
DELETE FROM TAPEVOL
WHERE VOLSER=volser;
Note: Your installation may have prefixed table names such that there is a TSO/E user ID associated with the name of the tape volume table.

Routing Code

2,4,6

Descriptor Code

4

Source

Object Access Method (OAM)