VTAPE CP Messages

The following listing shows Virtual TAPE CP messages, explanations, and user actions. Informational messages are generally issued without a message number. The full message number is RVTxxxnnnt, where:

xxx

identifies the module that issued the message, such as CCW for module RVTCCW.

nnn

is the message "number". (VTAPE also issues some IBM error messages. These messages will have a 4-digit numeric message number nnnn. Explanations of these messages can be found in the IBM System Messages and Codes Reference.) Note, however, that some VTAPE CP module names end in a digit, and this digit is not part of the message number. Only the three characters of the message number (before the I, E, or W message type) should be used to look up an error message.

t

is the message type:

  • I for informational messages
  • W for warnings
  • E for errors
  • S for severe errors
  • R for messages that require a response (such as YES or NO)

A typical message number is RVTMNT001W. This message was issued by VTAPE module RVTMNT, and is message number 001W (the first message described below).

Notes on Messages

Virtual tape volume numbers consist of a letter p followed by a five digit number nnnnn. To make the numbers easier to input, all virtual tape commands allow you to abbreviate the numeric part of the volser. For example, tape volume A00025 can be entered as A25. For consistency, and to make the volume serial numbers easier to read, they are usually abbreviated in informational and error messages. Command responses that show information in columnar format for several tapes (such as the response to VTQUERY ACTIVE ALL), usually do not abbreviate the volume serial. However, a tape listed as A25 and a tape listed as A00025 always refer to the same tape. This manual shows virtual tape volume serial numbers as pnnnnn, where the p stands for the prefix letter of the library and nnnnn stands for the volume number, possibly abbreviated.

vdev refers to a 'virtual device number' or 'virtual device', or what used to be known as an 'address' or a 'virtual address' in VM/370. The term 'address' is occasionally used to refer to a virtual device number.

When address is used in italics, it refers to an 8-digit storage address.


001W

   Library p indicates open for output on processor nnnnnLibrary p indicates open for output on processor nnnnn

Explanation

The Virtual TAPE system verifies that the same CPU is opening an output library that opened it the last time, if it was not closed. If an output library is not closed before a SHUTDOWN (or if the system abends), and you open the library on a different processor, VTAPE cannot tell if the library is still open for output on the other processor. Therefore, VTOPEN must verify that you really want to open the library for output on this processor. This message is followed by message A044R requesting a YES or NO response to force the library open for output.

p is the library prefix letter. nnnnn is the CPUID on which the library was opened for output and was not closed.

System programmer action

If the library in question is not currently open for output on another processor, reply YES to message A044R, which is issued following this message. Note: If a library is opened for output by two different systems at the same time, the library will be destroyed. Do not reply YES unless you are SURE that the library in question is not currently open for output on any other processor.

Your system procedures should always include a VTCLOSE command before a system shutdown, especially if you plan to open the library on a different processor the next time.


002E

   Userid userid is not in CP directoryUserid userid is not in CP directory

Explanation

The user to which you tried to assign ownership of a tape is not defined in the system. You cannot assign ownership of a tape to a nonexistent userid.


003E

   I/O error initializing library p disk nnn minidisk vdevI/O error initializing library p disk nnn minidisk vdev

Explanation

An I/O error occurred while reading library minidisk vdev for library p.

System programmer action

Determine why real I/O errors are occurring on the disks in question. The virtual device address vdev refers to an MDISK entry for the userid defined in the VTSYSTEM DEFAULTS file as the library disk owner.


004I

   VTAPE library open completeVTAPE library open complete

Explanation

The VTOPEN command has completed. Previous messages show whether each requested library was successfully opened.


005E

   Paging address error VTIOT=address, VMDBK=address, VPAGE=address, Return=nnnPaging address error VTIOT=address, VMDBK=address, VPAGE=address, Return=nnn

Explanation

An internal paging error occurred.

System programmer action

Note the complete error message number and text and contact Virtual Software Systems.


006E

   vdev is not ready, mount a virtual tape volumevdev is not ready, mount a virtual tape volume

Explanation

A diagnose I/O operation requested an I/O to a virtual tape drive at address vdev. There is no tape mounted on the virtual drive.

User action

Issue a #CP VTMOUNT command for the tape that should be mounted on the drive, or #CP VTMOUNT vdev SCRATCH to mount a scratch tape.


007I

   pnnnnn mounted on vdev < by | for userid >pnnnnn mounted on vdev < by | for userid >

Explanation

The requested tape pnnnnn has been mounted on the virtual drive at address vdev. If one user mounts a tape on another user's drive, the user who issued the mount command receives a pnnnnn mounted on vdev for userid message. The user on whose drive the tape is being mounted receives a pnnnnn mounted on vdev by userid message.


008E

   pnnnnn was not scratched, mounted for < input | output > on vdev by user useridpnnnnn was not scratched, mounted for < input | output > on vdev by user userid

Explanation

A scratch command was issued for tape volume pnnnnn that is currently mounted.

User action

None; the tape cannot be scratched while it is mounted.


009E

   Library p is not open for outputLibrary p is not open for output

Explanation

A scratch or set command was issued for a library that is open for input.

User action

Determine if the correct library prefix was used on the command.


010E

   Library p disk nnn minidisk vdev was not formatted with the current VTFMT commandLibrary p disk nnn minidisk vdev was not formatted with the current VTFMT command

Explanation

Minidisk vdev for library p does not have the correct label. This indicates that it was not formatted with the VTFMT command that corresponds with this release of the Virtual TAPE software.

System programmer action

Ensure that the VTFMT module that was built during installation of the Virtual TAPE software was used to format the minidisk.


011E

   No VTAPE output library is openNo VTAPE output library is open

Explanation

There is no output library open; therefore, you cannot mount any output tapes or issue any other command that requires an output library (such as VTQUERY SPACE).

User action

Notify Your system programming group. An output library must be opened before you can use the command.


012E

   pnnnnn is mounted on vdevpnnnnn is mounted on vdev

Explanation

You tried to mount a tape on a drive that already has a tape mounted on it.

User action

You must unload the tape from vdev before you can mount another tape on it.


013E

   Library p is not openLibrary p is not open

Explanation

A library prefix was specified that is not open.

User action

If the requested library should be open contact system support or operations to open the library.


014I

   pnnnnn has been scratched by userid for useridpnnnnn has been scratched by userid for userid

Explanation

This message is sent to the system operator when a tape owned by one user is scratched by another.


015I

   pnnnnn has been scratchedpnnnnn has been scratched

Explanation

A tape volume has been scratched as requested.


016E

   pnnnnn was not scratched, userids conflictpnnnnn was not scratched, userids conflict

Explanation

You attempted to scratch tape volume pnnnnn that is owned by another user.

User action

If you are authorized, and want to scratch another user's tape volume, you must supply the userid on the scratch command.


017E

   pnnnnn is a scratch volumepnnnnn is a scratch volume

Explanation

You issued a command specifying tape volume pnnnnn, but it is a scratch volume. Certain commands, such as VTSET, do not apply to scratch volumes. If you are trying to mount a specific scratch volume by volume serial, you may not be specifying the command correctly.

User action

Reissue the request with a different volume number.


018E

   pnnnnn was not scratched, library disk nnn minidisk vdev is not availablepnnnnn was not scratched, library disk nnn minidisk vdev is not available

Explanation

The requested volume pnnnnn is on minidisk vdev which is not currently available to the VTAPE system.

User action

None; the tape cannot be scratched until the VTAPE library is closed and reopened with library minidisk vdev available.


019E

   VTAPE library subsystem is not initializedVTAPE library subsystem is not initialized

Explanation

The VTAPE library subsystem must be initialized before any tape functions can be done. This initialization normally takes place automatically whenever the first VTAPE command is issued by any user. Certain errors can prevent this initialization from completing successfully, in which case additional error messages will be issued.

User action

Notify Your system programming group.

System programmer action

If you cannot determine the cause of the error, notify Virtual Software Systems.


020E

   Library p is restricted R/O for this user.Library p is restricted R/O for this user.

Explanation

The user's userid or one of the user's CP classes are coded on the LIBRARY_RO_USerid or LIBRARY_RO_CLass statement in the VTSYSTEM DEFAULTS file.

User action

Notify Your system programming group if you are supposed to have R/W access to library p


022E

   pnnnnn was not mounted, library disk nnn minidisk vdev is not availablepnnnnn was not mounted, library disk nnn minidisk vdev is not available

Explanation

The requested volume, pnnnnn, is on a library minidisk vdev that is not currently available to the Virtual TAPE system.

User action

Notify Your system programming group. You will not be able to mount this tape until the library disk is made available to the VTAPE system.


023E

   Unauthorized requestUnauthorized request

Explanation

You requested a function that you are not authorized to perform.

User action

Notify Your system programming group.


024E

   Formatted size of library p disk nnn minidisk vdev is larger than CP directory sizeFormatted size of library p disk nnn minidisk vdev is larger than CP directory size

Explanation

The size of library minidisk vdev has been changed since it was last formatted. The size the disk had when it was formatted, which is read from the disk itself, does not match the size of the disk as shown in the CP directory.

System programmer action

If the disk has been changed in size in the CP directory, you must use VTFMT to format it before it can be used in a virtual tape library. However, formatting the disk will erase all tapes that are contained on that disk. If you need to save the tapes that are contained on that disk, you should change the CP directory entry to match the old size, open the library, then back up the tape volumes. Then, you can change the CP directory entry again, and format the disk with VTFMT.


025I

   Library p, Basemd=vdev, Mdisks=nnn, blocks=nnn, in use=nnn, % full=nnnLibrary p, Basemd=vdev, Mdisks=nnn, blocks=nnn, in use=nnn, % full=nnn

Explanation

VTQUERY SPACE response message.


026I

   Library p, Basemd=vdev, Mdisks: Active=nnn Maximum=nnn Status=statusLibrary p, Basemd=vdev, Mdisks: Active=nnn Maximum=nnn Status=status

Explanation

VTQUERY LIBRARY STATUS MDISK response message.


027I

   Disk nnn, minidisk=vdev, blocks=nnn, inuse=nnn, % full=nnn, output tapes=nnnDisk nnn, minidisk=vdev, blocks=nnn, inuse=nnn, % full=nnn, output tapes=nnn

Explanation

VTQUERY SPACE MDISK response message.


028E

   pnnnnn is not a standard label tapepnnnnn is not a standard label tape

Explanation

A request was entered to set the internal volume serial for tape volume pnnnnn that does not have IBM standard labels.

User action

Check to ensure the correct volume number was entered.


029E

   Label format error for pnnnnnLabel format error for pnnnnn

Explanation

The VOL1 label of the requested volume, pnnnnn, is in internal packed format. There is insufficient space in the label for the new volume serial.

User action

Copy the tape to a new virtual tape and set the volume number for the new tape.


030E

   Library is full, there are no volumes availableLibrary is full, there are no volumes available

Explanation

There is no space left in the volume directory for additional tape volumes.

System programmer action

This message indicates that there are 32,000 virtual tape volumes in the library. If you receive this message, notify Virtual Software Systems.


032I

   Autoloader slots for vdev have been set to nnnAutoloader slots for vdev have been set to nnn

Explanation

Response to VTSET AUTOLOADER SLOTS request.


033E

   pnnnnn has not expiredpnnnnn has not expired

Explanation

A request was entered to scratch tape pnnnnn, which has not expired.

User action

If the tape should be scratched even though it has not expired, use the SCRATCH command with the PURGE option.


034E

   I/O error, VADDR=vdev, RADDR=rdev, IORCASC=casc, VTIOT=nnn, CCHHR=cchhr, RCYL=nnI/O error, VADDR=vdev, RADDR=rdev, IORCASC=casc, VTIOT=nnn, CCHHR=cchhr, RCYL=nn

Explanation

An I/O error has occurred on a VTAPE database disk. This can occur if the disk pack is not formatted properly or if disk hardware I/O errors are occurring.

System programmer action

If you are not receiving disk hardware I/O errors, Note the complete error message number and text and contact Virtual Software Systems.


035I

   pnnnnn unloaded from vdevpnnnnn unloaded from vdev

Explanation

Tape volume pnnnnn has been unloaded from tape drive vdev as requested.


036I

   pnnnnn rewound on vdevpnnnnn rewound on vdev

Explanation

Tape volume pnnnnn has been rewound on tape drive vdev as requested.


037E

   vdev is not readyvdev is not ready

Explanation

A request was made to rewind virtual tape drive vdev, but the drive is not ready.

User action

Use the CP READY vdev command to ready the drive.


038E

   Library p disk nnn minidisk vdev does not contain a volume directoryLibrary p disk nnn minidisk vdev does not contain a volume directory

Explanation

A volume directory was not found on library minidisk vdev. The minidisk may have been linked at the wrong address when it was formatted. Disks linked at virtual device numbers that end in zero or one are formatted to contain a volume directory; disks linked at other addresses are not.

System programmer action

Ensure that the disk is linked or defined at the correct address in the directory entry of the userid that contains the library disk definitions. If so, link the disk at the correct address and reformat it. You should link the disk at the same virtual device number that it will have when it is used in the library.


039E

   Library p disk nnn minidisk vdev block nnn CCHHR cchhr is not a data blockLibrary p disk nnn minidisk vdev block nnn CCHHR cchhr is not a data block

Explanation

A block was read from the VTAPE database while processing an I/O or scratch request. The block should be a data block; however, it did not have a DB record identifier.

User action

Note the complete error message number and text and contact Virtual Software Systems.


040I

   nnn tapes selectednnn tapes selected

Explanation

Response to VTQUERY ACTIVE or LIBRARY request.


041I

   nnn tapes selected from library pnnn tapes selected from library p

Explanation

Response to VTQUERY LIBRARY request.


042E

   Sequence error, volume pnnnnn block nn, read block nn volume nnSequence error, volume pnnnnn block nn, read block nn volume nn

Explanation

During the processing of a tape file, a block was read that was out of sequence or was from a different tape volume. This should only occur when processing a tape from another CPU and that tape is scratched by a user on that CPU. Use the VTQUERY command to determine if the tape was scratched.

System action

The virtual tape is unloaded from the drive and a unit check is posted to the virtual machine.

System programmer action

If the error persists, Note the complete error message number and text and contact Virtual Software Systems.


043E

   Invalid volume number pnnnnnInvalid volume number pnnnnn

Explanation

Scratch processing was entered with an invalid volume serial pnnnnn

User action

Reissue the request with a valid volume serial.


044R

   Force library p open for output? (Yes|No)Force library p open for output? (Yes|No)

Explanation

This message is issued after message A001W during a VTOPEN request when it appears that the library you are trying to open, library p, is already open for output on another processor. See the description for message A001W also.

User action

If the library in question is not currently open for output by another processor, reply YES. Note: If a library is opened for output by two different systems at the same time, the library will be destroyed. Do not reply YES unless you are SURE that the library in question is not currently open for output on any other processor.

Your system procedures should always include a VTCLOSE command before a system shutdown, especially if you plan to open the library on a different processor the next time.


045E

   A password is required for volume pnnnnnA password is required for volume pnnnnn

Explanation

A request was made for tape volume pnnnnn, which is password protected, and the password was not entered.

User action

Reissue the request specifying the password.


046E

   Incorrect password specifiedIncorrect password specified

Explanation

A request was made for a password protected volume, and the correct password was not entered.

User action

Reissue the request specifying the correct password.


047E

   Invalid password requestInvalid password request

Explanation

A query password request was entered for a volume that you do not own.

User action

Reissue the request specifying the correct volume number.


049E

   pnnnnn is mounted for < input | output > on vdev user useridpnnnnn is mounted for < input | output > on vdev user userid

Explanation

You asked to mount tape pnnnnn, but it is already mounted for input or output on virtual device vdev by user userid.

User action

None. You cannot mount a tape for output that is mounted for input by anyone else, and you may not be authorized to mount a tape for input that is mounted by anyone else.


050E

   Requested volume is owned by another userRequested volume is owned by another user

Explanation

A request was made for a tape that you do not own.

User action

None.


051I

   Keep for pnnnnn set to nn daysKeep for pnnnnn set to nn days

Explanation

The retention period has been changed for tape pnnnnn. nn is the new retention period.

User action

If you used VTSET to set a retention period on an existing tape, this message confirms your change. If you used VTMOUNT to mount a scratch tape with the KEEP option, this message informs you that you were trying to set a retention that is longer than is allowed for your userid. The maximum retention period allowed for each user is defined at VTAPE installation time.


052I

   New password set for pnnnnnNew password set for pnnnnn

Explanation

The requested password has been set on volume pnnnnn.


053E

   Error updating library for pnnnnnError updating library for pnnnnn

Explanation

An error was detected during an update of the virtual tape volume directory for volume pnnnnn.

User action

Reissue the command; if the error persists, notify Your system programming group.

System programmer action

If the error persists, Note the complete error message number and text and contact Virtual Software Systems.


054E

   Error updating library p for Set commandError updating library p for Set command

Explanation

This message is issued after a previous error message and indicates an I/O or other internal error processing a Set command.

System programmer action

If the error persists, Note the complete error message number and text and contact Virtual Software Systems.


055E

   pnnnnn is being scratchedpnnnnn is being scratched

Explanation

A mount or query was requested for tape pnnnnn after a request was made to scratch the tape. The library system is in the process of releasing the data blocks used by the volume.

User action

Reissue the request in a few seconds.


056E

   Library p disk nnn minidisk vdev block nn CCHHR cchhr is not an entry blockLibrary p disk nnn minidisk vdev block nn CCHHR cchhr is not an entry block

Explanation

A block was read from library minidisk vdev while processing an I/O or scratch request for tape pnnnnn. The block should be a VTEBLOK, but it did not have an RB record identifier.

System programmer action

Note the complete error message number and text and contact Virtual Software Systems.


057E

   Maximum volumes in VTAPE library system for user useridMaximum volumes in VTAPE library system for user userid

Explanation

The number of tapes you have in the library is the maximum number that your userid is allowed to have.

User action

Scratch some of your existing tapes, or contact Your system programming group.


058E

   Insufficient space in library p to mount a scratch tapeInsufficient space in library p to mount a scratch tape

Explanation

Virtual tape library p is out of space. You will not be able to create any more tapes in that library.

User action

Scratch some existing tapes.

System programmer action

An automated scratch procedure should have been set up when the virtual tape system was installed. Make sure that this procedure is working correctly and that expired tapes are being scratched. Also, you may need to add additional disk space to the library.


059W

   VTAPE library p is nn% fullVTAPE library p is nn% full

Explanation

This message is issued when library p reaches 90 percent full, and at each percentage point above 90.

User action

Scratch some existing tapes.

System programmer action

An automated scratch procedure should have been set up when the virtual tape system was installed. Make sure that this procedure is working correctly and that expired tapes are being scratched. Also, you may need to add additional disk space to the library.


060I

   Owner for volume pnnnnn has been changed from userid to useridOwner for volume pnnnnn has been changed from userid to userid

Explanation

The owner of virtual tape volume pnnnnn has been changed as requested.


061E

   xxx option conflicts with a previously specified optionxxx option conflicts with a previously specified option

Explanation

An option xxx was entered, but xxx conflicts with one of the options already specified on the command.

User action

Check the correct syntax of the command.


062W

   Library p disk nnn minidisk vdev is nn% full, user=userid, vdev=vdevLibrary p disk nnn minidisk vdev is nn% full, user=userid, vdev=vdev

Explanation

This message is issued when minidisk vdev in virtual tape library p reaches 90 percent full, and at each percentage point above 90. The message also gives the userid and virtual device number vdev of the user writing data to a tape when the percent full reached the threshold.

User action

Scratch some existing tapes.

System programmer action

An automated scratch procedure should have been set up when the virtual tape system was installed. Make sure that this procedure is working correctly and that expired tapes are being scratched. Also, you may need to add additional disk space to the library.


063E

   pnnnnn is an old format tape and cannot be mountedpnnnnn is an old format tape and cannot be mounted

Explanation

The requested tape volume pnnnnn is a version 1 format tape and cannot be mounted.

User action

Notify Your system programming group.

System programmer action

Contact Virtual Software Systems.


064I

   Library p use has been restrictedLibrary p use has been restricted

Explanation

The requested library or minidisk was restricted as requested; only users authorized in the VTAPE system defaults file will be allowed to mount tapes in the specified library or from the specified library minidisk.

User action

This message confirms the change made with a VTSET command.


065I

   Library p restriction has been releasedLibrary p restriction has been released

Explanation

The library or minidisk restriction is no longer in effect; all users will be able to use the library normally.

User action

This message confirms the change made with a VTSET command.


066E

   Volume pnnnnn library disk nnn minidisk vdev is not availableVolume pnnnnn library disk nnn minidisk vdev is not available

Explanation

The library minidisk requested in a command is not part of the virtual tape library.

User action

None.


067E

   Restricted functionRestricted function

Explanation

You are not authorized to perform the function you are requesting.

User action

Contact Your system programming group.


068E

   Library p use is restrictedLibrary p use is restricted

Explanation

You cannot perform the function you requested, because use of the library has been restricted.

User action

None; you cannot use the library until the restriction is released.


069E

   Library p disk nnn minidisk vdev use is restrictedLibrary p disk nnn minidisk vdev use is restricted

Explanation

You cannot perform the function you requested, because use of the library minidisk has been restricted.

User action

None; you cannot use the library minidisk until the restriction is released.


070E

   Library p is already openLibrary p is already open

Explanation

The specified library, p, is already open. Processing for any other libraries specified in the open command will continue.

User action

None.


071E

   Library p was not found in system definitionLibrary p was not found in system definition

Explanation

The specified library, p, is not specified in the library definition.

System programmer action

Define the virtual tape libraries in the system configuration.


072E

   No libraries are defined in VTAPE configurationNo libraries are defined in VTAPE configuration

Explanation

No VTAPE libraries were defined in the system.

System programmer action

Define the virtual tape libraries in the system configuration.


073I

   Libraries: Input=pp Output=pp Default=p Defined=ppLibraries: Input=pp Output=pp Default=p Defined=pp

Explanation

This message shows which libraries are defined and open, and is issued in response to a VTQUERY LIBRARY STATUS command.


074E

   A library open or close is already in progressA library open or close is already in progress

Explanation

The open or close command cannot be processed until the current open or close request is complete.

User action

Reissue the request after the open or close has completed.


075E

   Maximum number of libraries already openMaximum number of libraries already open

Explanation

The maximum number of libraries is currently open.

User action

None.


076W

   Library p has been forced read onlyLibrary p has been forced read only

Explanation

An error occurred opening library p for output. The open continues, but the library is opened for input only.

System programmer action

This message should have been preceded by other messages giving the cause of the open error. If you can correct the error, close and reopen the library for output.


078E

   Library p is not openLibrary p is not open

Explanation

A request was made to close library p, but it is not open.

User action

None.


079E

   There are volumes mounted for library pThere are volumes mounted for library p

Explanation

A request was made to close library p, but it is still active.

System programmer action

Use the VTQUERY ACTIVE command to see what tapes are mounted in the library you wish to close. You may want to use the FORCE option to unload the tapes from the users' drives.


080E

   There are no VTAPE libraries openThere are no VTAPE libraries open

Explanation

No libraries were found to close for a VTCLOSE command.

User action

None.


081E

   Block allocation is in progress for library pBlock allocation is in progress for library p

Explanation

A data block is being allocated for an output virtual tape.

User action

This message should not occur. If the error persists, Note the complete error message number and text and contact Virtual Software Systems.


082E

   No libraries were closedNo libraries were closed

Explanation

Due to reasons described in previously issued error messages, none of the requested libraries was closed.

User action

None.


083I

   VTAPE library p closed by useridVTAPE library p closed by userid

Explanation

Library p was closed by another user. This message is sent to the primary system operator when a library is closed.

System programmer action

None.


084E

   Scratch in progress for library pScratch in progress for library p

Explanation

A tape is being scratched in the library to be closed.

System programmer action

Wait a few seconds and retry the close command.


085I

   Library p has been opened by useridLibrary p has been opened by userid

Explanation

A library has been opened as requested.


086E

   pnnnnn is not a scratch volumepnnnnn is not a scratch volume

Explanation

You tried to mount a specific scratch tape by volume number, but the tape is not a scratch volume.

User action

Make sure you are requesting the correct volume, and make sure it is not owned by another user.


087E

   Library p cannot be openedLibrary p cannot be opened

Explanation

A severe error was found while trying to open library p. A previous error message described the error.

System programmer action

If you cannot determine the cause of the problem, Note the complete error message number and text and contact Virtual Software Systems.


088E

   Volume directory error, library p disk nnn minidisk vdev block nnn CCHHR cchhrVolume directory error, library p disk nnn minidisk vdev block nnn CCHHR cchhr

Explanation

Either a volume directory did not contain 'FD' as a record ID, or an I/O error occurred while processing a volume directory record.

System programmer action

If you are not receiving hardware I/O errors on VTAPE library disks, Note the complete error message number and text and contact Virtual Software Systems.


089E

   Volume directory error, library p disk nnn minidisk vdev block nnn FB-512 block nnnVolume directory error, library p disk nnn minidisk vdev block nnn FB-512 block nnn

Explanation

Either a volume directory did not contain 'FD' as a record ID, or an I/O error occurred while processing a volume directory record.

System programmer action

If you are not receiving hardware I/O errors on VTAPE library disks, Note the complete error message number and text and contact Virtual Software Systems.


090E

   Library p cannot be released due to I/O errors on base disk nnn minidisk vdevLibrary p cannot be released due to I/O errors on base disk nnn minidisk vdev

Explanation

A library minidisk was restricted during processing of the VTOPEN command due to hardware I/O errors. You cannot release the restriction on the minidisk.

System programmer action

Close the library and attempt to correct the problem. If you are able to correct the problem, you can reopen the library.


091E

   pnnnnn is mounted for output on another processorpnnnnn is mounted for output on another processor

Explanation

Tape volume pnnnnn is mounted for output by a user on the processor that owns the requested library, and you do not have authorization to mount a tape for input while it is mounted for output.

User action

Wait for the user on the other system to unload the tape.


092W

   pnnnnn was mounted for output during a system shutdown or failurepnnnnn was mounted for output during a system shutdown or failure

Explanation

Tape volume pnnnnn was mounted for output when VM was shutdown. The integrity of the data on the tape cannot be guaranteed; however, if message A093W was not issued with this message, the data written to the tape prior to the shutdown will be valid.

User action

None.


093W

   pnnnnn may have errorspnnnnn may have errors

Explanation

Tape volume pnnnnn was mounted for output when VM was shutdown. An internal error was found in this volume during volume verification.

User action

The integrity of the data on this tape cannot be guaranteed.

System programmer action

Make sure that your system procedures include a VTCLOSE command before a system shutdown.


094E

   First block for pnnnnn is invalidFirst block for pnnnnn is invalid

Explanation

The first data block for tape volume pnnnnn is not valid. This is an internal error and can be caused by disk I/O errors or can occur on tapes that were mounted when the VM system was last shut down, if the library was not closed first.

System programmer action

The tape volume may not be usable. If you cannot determine the cause of the problem, Note the complete error message number and text and contact Virtual Software Systems. Make sure that your system procedures include a VTCLOSE command before a system shutdown.


095I

   Volume serial for pnnnnn has been set to nnnnnVolume serial for pnnnnn has been set to nnnnn

Explanation

The internal volume serial of tape volume pnnnnn has been changed to nnnnn as requested.


096E

   Library p was not opened, base disk nnn minidisk vdev is not availableLibrary p was not opened, base disk nnn minidisk vdev is not available

Explanation

The first minidisk in virtual tape library p could not be found.

System programmer action

Check that the minidisk directory statements for the library are correct, and that they match the definition in the VTAPE system defaults file. Check that the disks that contain the library are available and attached to the system.


097I

   Size for pnnnnn has been set to nn megabytesSize for pnnnnn has been set to nn megabytes

Explanation

The size of tape volume pnnnnn was changed for an existing tape as requested.


098W

   nnn exceeds maximum buffers, set to nnnnnn exceeds maximum buffers, set to nnn

Explanation

You specified more buffers than are allowed for your userid on a mount command. This message shows how many buffers were allocated to your tape.

User action

None.


099I

   vdev has been unloaded for useridvdev has been unloaded for userid

Explanation

A tape was unloaded from virtual device vdev for user userid, or the library was closed with the FORCE option.


099W

   vdev has been unloaded by useridvdev has been unloaded by userid

Explanation

A tape was unloaded from virtual device vdev by another user, or the library was closed with the FORCE option.

User action

If the library is not being closed, you may want to contact Your system programming group.


100W

   nnn exceeds maximum size, set to nnnnnn exceeds maximum size, set to nnn

Explanation

You are trying to set a tape to a size that is larger than allowed for your userid.

User action

This message gives the new size of the tape.


101W

   nnn exceeds maximum keep, set to nnnnnn exceeds maximum keep, set to nnn

Explanation

You are trying to set a retention period that is larger than allowed for your userid.

User action

The message gives the new retention period for the tape.


102I

   parm for vdev has been set to parmparm for vdev has been set to parm

Explanation

A value specified on a VTSET command has been set for the drive.

User action

None.


103E

   Library p was not opened, VTAPE library userid userid is not in CP directoryLibrary p was not opened, VTAPE library userid userid is not in CP directory

Explanation

The userid defined in the VTAPE system defaults file as the owner of the library minidisks could not be found in the CP directory. Therefore, the library minidisks are not available and the library is not opened.

System programmer action

Correct the error in the VTAPE system defaults file or the CP directory, and retry the open.


104I

   vdev has been set to mode modevdev has been set to mode mode

Explanation

The tape drive vdev has been set to the requested mode, (LEAVE, UNLOAD, AUTOLIB or NOAUTOLIB),


106I

   Description for pnnnnn set to descriptionDescription for pnnnnn set to description

Explanation

The description for virtual tape volume pnnnnn has been set or changed to description as requested.


107E

   Description option is invalid for old format tapesDescription option is invalid for old format tapes

Explanation

A virtual tape volume created before the DESCRIPTION option was added to the virtual tape software cannot have a description set for it.

User action

Use COPYTAPE to duplicate the tape to a new scratch, and set a description on the new tape.


108E

   Description is longer than 64 charactersDescription is longer than 64 characters

Explanation

A virtual tape description longer than 64 characters was entered on a VTSET command.

User action

Reissue the VTSET command with a shorter description.


109E

   option option is invalid for an input tape.option option is invalid for an input tape.

Explanation

The requested option can only be specified for output tapes.

User action

None.


115E

   Output library p disk nnn minidisk vdev is defined read/only in CP directoryOutput library p disk nnn minidisk vdev is defined read/only in CP directory

Explanation

A library can not be opened for output if the libraries minidisks are defined reed/only.

System programmer action

Open the library for input or change the definition of the minidisk in the CP directory.


122E

   Virtual tape drive vdev was not definedVirtual tape drive vdev was not defined

Explanation

A virtual tape device was not defined due to another error. A previous error message should give the nature of the error.

System programmer action

If you cannot determine the cause of the error, contact Virtual Software Systems.


123I

   VTAPE system initialization completeVTAPE system initialization complete

Explanation

This message is issued in response to a VTINIT command, and indicates that the VTINIT command has completed.


124E

   VTAPE system initialization failedVTAPE system initialization failed

Explanation

This message indicates that VTAPE system initialization failed. VTAPE initialization is performed automatically whenever the first VTAPE command is issued after a system IPL. It is also performed in response to a VTINIT command. A previous error message should give the nature of the initialization error.

System programmer action

If you cannot determine the cause of the error, contact Virtual Software Systems.


135W

   Query canceled, library p has been closedQuery canceled, library p has been closed

Explanation

The specified library was closed during a VTQUERY LIBRARY request.


136I

   Request was canceled by attention interruptRequest was canceled by attention interrupt

Explanation

The PA1 key was entered during a VTAPE CP command to terminate the command.


140W

   Real volume volser for library p disk nnn minidisk vdev is not availableReal volume volser for library p disk nnn minidisk vdev is not available

Explanation

Minidisk vdev was not found or received I/O errors.

System programmer action

If you cannot determine the cause of the error, contact Virtual Software Systems.


141W

   Autoloader for vdev is fullAutoloader for vdev is full

Explanation

There are no more available slots in the autoloader on device vdev to add additional tapes.

User action

Use the VTLOADER command to see the tapes currently in the autoloader. Depending on the limits set up for your userid, you may be able to use VTLOADER to increase the size of the autoloader.


148E

   Tape was not mounted, autoloader for vdev is emptyTape was not mounted, autoloader for vdev is empty

Explanation

There are no tapes available in the autoloader on device vdev from which to mount tapes on the drive.

User action

Use the VTLOADER command to add some tapes to the autoloader, or use the VTMOUNT command to mount a tape on the drive.


149E

   Invalid virtual tape volume number - xxxInvalid virtual tape volume number - xxx

Explanation

You used a command which expects a tape volume serial number, but the parameter you entered, xxx, could not be interpreted. A tape volume serial number consists of an optional library letter, followed by one to five numeric digits.

User action

Check the syntax of the command; you may have entered the parameters in the wrong order.


150E

   Invalid operand - xxxInvalid operand - xxx

Explanation

The operand you entered, xxx, is not valid for the command.

User action

Check the syntax of the command; you may have entered the parameters in the wrong order.


151E

   Invalid option - xxxInvalid option - xxx

Explanation

The option you entered, xxx, is not valid for the command.

User action

Check the syntax of the command; you may have entered the parameters in the wrong order.


152E

   Device at vdev is not a virtual tape drive.Device at vdev is not a virtual tape drive.

Explanation

You used a command which expects the device number (address) of a virtual tape drive. The device at that address is not a virtual tape drive.

User action

Check the syntax of the command; you may have entered the parameters in the wrong order. Some commands, such as VTRUN, apply only to virtual tape drives and not to real tape drives that have been attached to your userid.


153E

   Userid missingUserid missing

Explanation

You used a command which expects a userid, or you used the USERID option in a command, but you did not supply the userid.

User action

Check the syntax of the command.


154E

   Virtual device number is missing or invalidVirtual device number is missing or invalid

Explanation

You used a command which expects a virtual device number, but you did not supply it.

User action

Check the syntax of the command.


155E

   Operand missing or invalidOperand missing or invalid

Explanation

You omitted a required operand, or coded an invalid operand, such as a "number" that could not be interpreted as a number.

User action

Check the syntax of the command; you may have entered the parameters in the wrong order.


156E

   Virtual device vdev does not existVirtual device vdev does not exist

Explanation

You used a command which expects a virtual device number, but there is not a virtual device at that address.

User action

Check the syntax of the command; you may have entered the parameters in the wrong order.


157E

   userid is not logged onuserid is not logged on

Explanation

The user you specified is not logged on to the VM system.

User action

Check the syntax of the command; you may have omitted the userid.


158E

   The same option was specified twiceThe same option was specified twice

Explanation

You specified an option twice.

User action

Check the command you entered.


159E

   Virtual tape volume serial missingVirtual tape volume serial missing

Explanation

You omitted the virtual tape volume serial number on a command that requires it.

User action

Check the syntax of the command.


160E

   I/O error, VADDR=vdev, RADDR=rdev, IORCASC=casc, VTIOT=address, FB-512 block=nnn, Real=nnnI/O error, VADDR=vdev, RADDR=rdev, IORCASC=casc, VTIOT=address, FB-512 block=nnn, Real=nnn

Explanation

An I/O error has occurred on a VTAPE database disk. This can occur if the disk pack is not formatted properly or if disk hardware I/O errors are occurring.

System programmer action

If you are not receiving disk hardware I/O errors, Note the complete error message number and text and contact Virtual Software Systems.


161E

   Library p disk nnn Minidisk vdev block nnn FB-512 block nnn is not a data blockLibrary p disk nnn Minidisk vdev block nnn FB-512 block nnn is not a data block

Explanation

A block was read from the VTAPE database while processing an I/O or scratch request. The block should be a data block, but it did not have a DB record identifier.

User action

Note the complete error message number and text and contact Virtual Software Systems.


162E

   Library p disk nnn minidisk vdev block nnn FB-512 block nnn is not an entry blockLibrary p disk nnn minidisk vdev block nnn FB-512 block nnn is not an entry block

Explanation

A block was read from library minidisk vdev while processing an I/O or scratch request for tape pnnnnn. The block should be a VTEBLOK, but it did not have an RB record identifier.

System programmer action

Note the complete error message number and text and contact Virtual Software Systems.


169W

   VTAPE library x has been forced open for outputVTAPE library x has been forced open for output

Explanation

An open command with the FORCE option was given to force library x open for output. This is a warning message, since this library may be open for output on another CPU (as indicated by the CPUID written into the library during VTOPEN). If a library is actually open for output on more than one CPU at the same time, it will be destroyed. However, VTAPE cannot tell if the other CPU is still running.


171E

   Link error nnn, library p, disk nnn minidisk vdevLink error nnn, library p, disk nnn minidisk vdev

Explanation

The internal call to perform a link by user "SYSTEM" to a VTAPE library minidisk failed. nnn is the return code from the call to the CP link processing entry point. IBM error message HCPnnnE shows the reason for the error, so entering 'HELP HCPnnnE' will give you an explanation. These codes are also documented in the IBM "System Messages and Codes" manual for your release of VM.

System programmer action

If you cannot determine the cause of the problem, Note the complete error message number and text and contact Virtual Software Systems.


173E

   IORCPA=address CCW=ccw REQADR=address RETADR=address Caller=name at addressIORCPA=address CCW=ccw REQADR=address RETADR=address Caller=name at address

Explanation

Continuation of library I/O error messages 34 and 160.

System programmer action

If you are not receiving disk hardware I/O errors, Note the complete error message number and text and contact Virtual Software Systems.


174E

   Sense=senseSense=sense

Explanation

Sense data associated with an I/O error.

System programmer action

None.


176E

   Invalid volume number range - pnnnnn-pnnnnnInvalid volume number range - pnnnnn-pnnnnn

Explanation

A volume number in a range was not numeric, or the library prefix in the range conflicts with a previously specified range.

User action

Reissue the the command with a correct range specification. All library prefixes specified in one command must be the same.


177E

   Invalid library prefix - pInvalid library prefix - p

Explanation

The library prefix entered is not alphabetic (A-Z).

User action

Reissue the the command with a valid library prefix.


178E

   A maximum of ten volume numbers or ranges can be requested.A maximum of ten volume numbers or ranges can be requested.

Explanation

More than ten volume numbers or ranges were entered.

User action

Reissue the the command with fewer numbers or ranges.


179E

   Library disk number nn exceeds maximum nn for library p.Library disk number nn exceeds maximum nn for library p.

Explanation

A number greater than the number of disks in the library was entered.

User action

Reissue the the command with the correct minidisk number.


186E

   Volume or range pnnnnn-pnnnnn is overlapped by pnnnnn-pnnnnn.Volume or range pnnnnn-pnnnnn is overlapped by pnnnnn-pnnnnn.

Explanation

The same volume number can not be specified twice in one command.

User action

Reissue the the command with correct ranges or volume numbers.


187E

   Library p disk nnn minidisk vdev is not available.Library p disk nnn minidisk vdev is not available.

Explanation

There are tapes in the library for the minidisk that is not available.

System programmer action

Determine why the minidisk is not available, correct the problem and close and reopen the library. The real disk that contains the minidisk may not be attached to the system.


188E

   Library p directory entry for disk nnn minidisk vdev is not DASDLibrary p directory entry for disk nnn minidisk vdev is not DASD

Explanation

The CP directory definition for the device is not a disk.

System programmer action

Check the CP directory for why the minidisk is not a disk, and check the VTSYSTEM definition file to see if the library address range is too large.


189E

   Library p disk nnn minidisk vdev excessive link indirectionLibrary p disk nnn minidisk vdev excessive link indirection

Explanation

During VTOPEN processing, VTAPE found a link statement that pointed to another link statement in the CP directory. VTAPE only allows one level of indirection.

System programmer action

Point the library link statement to a minidisk statement.


190W

   Library p disk nnn minidisk vdev contains a volume directoryLibrary p disk nnn minidisk vdev contains a volume directory

Explanation

Only the first two minidisks in a library require a tape volume directory. The specified minidisk was formatted at an address that ended in 0 or 1. This will not cause any problems in library operation, but the 128 blocks used for the directory can not be used for data.

System programmer action

None.


191E

   Key for disk nnn minidisk vdev library p does not match base minidisk keyKey for disk nnn minidisk vdev library p does not match base minidisk key

Explanation

The specified minidisk belongs to another library, or it is a new minidisk that is replacing a minidisk that was bad. This is a warning message for an input library. For an output library, the library will not open.

System programmer action

If you are sure the minidisk should be part of this library, you can open the library for output using the FORCEKEY option of VTOPEN. See the VTOPEN command description for more information.


192E

   Disk nnn minidisk nn for library p is minidisk nnDisk nnn minidisk nn for library p is minidisk nn

Explanation

The minidisks for a library are numbered when they are first added to a library. The minidisks may be specified in the CP directory in the wrong order or this may be a new minidisk replacing one that was bad.

System programmer action

If you are sure the minidisk should be part of this library, you can open the library for output using the FORCEKEY option of the VTOPEN command.


194E

   Library prefix p conflicts with a previously specified prefix pLibrary prefix p conflicts with a previously specified prefix p

Explanation

Two different library prefixes were entered on the command. A command can operate on only one library at a time.

User action

Reissue the command with only one (or matching) library prefixes.


195E

   No default library prefix was found in system for user useridNo default library prefix was found in system for user userid

Explanation

A command was issued without a library prefix, and there was no default prefix.

User action

Use VTQUERY LIBRARY STATUS to determine if any libraries are open, and check with your system programming staff to determine why there is no system default.


196E

   Requested library p is not open.Requested library p is not open.

Explanation

A command was issued with a library prefix for a library that is not open.

User action

Have the library opened or reissue the command for an open library. VTQUERY LIBRARY STATUS can be used to determine which libraries are open.


197E

   Requested library p is being closed.Requested library p is being closed.

Explanation

A command was issued for a library that has been scheduled to close.

User action

None.


198E

   Volume range nnnnn-nnnnn exceeds limit of 10.Volume range nnnnn-nnnnn exceeds limit of 10.

Explanation

Only ten volume numbers can be specified in a range for VTSCRTCH and VTSET.

User action

Reissue the command with smaller ranges.


199E

   VTAPE component ID block unavailable.VTAPE component ID block unavailable.

Explanation

VTAPE just got successfully initialized, which creates the VTAPE CMPBK id, but when the RVTSV2 module tries to access the component ID block, it is not there.

System programmer action

Contact Virtual Software Systems


202E

   Invalid subparameter - xxx.Invalid subparameter - xxx.

Explanation

The subparameter on a VTLOADER parameter is invalid.

System programmer action

Reissue the command with valid parameters.


300E

   RVT component ID unavailable. RC nn from macro HCPXSERVRVT component ID unavailable. RC nn from macro HCPXSERV

Explanation

The Vtape component ID is no longer available. The RVT ID is allocated when Vtape is initialized, and should not go away.

System programmer action

Contact Virtual Software Systems


301E

   UWORD value nn is invalid. Contact VSSIUWORD value nn is invalid. Contact VSSI

Explanation

This is an internal error.

System programmer action

Contact Virtual Software Systems


999S

   Invalid message address, return offset nnnInvalid message address, return offset nnn

Explanation

A message was to be issued, but the address of the message was invalid or overlaid. The message processing module issues this message to report this condition.

System programmer action

Please Note the complete error message number and text and contact Virtual Software Systems.


VTAPE CMS Messages

The following listing shows messages issued by VTAPE CMS utilities. The message number, explanation, and user actions are given. The full message number is DMSxxxnnnnt, where:

xxx

is the first three characters of the name of the module that issued the message, such as VTB for VTBKUP.

nnnn

is the message number. VTAPE CMS messages start at message number 2000.

t

is the message type:

  • I for informational messages
  • W for warnings
  • E for errors
  • S for severe errors
  • R for messages that require a response (such as YES or NO)
  • A for messages that require action (such as mounting a tape)


2000S

   I/O error on vdev CCHHR=cchhr, RCODE=nn, CPA=address, CASC=casc, SENSE=nnnnI/O error on vdev CCHHR=cchhr, RCODE=nn, CPA=address, CASC=casc, SENSE=nnnn

Explanation

An I/O error occurred during processing of a VTAPE database disk.

vdev

the disk virtual device number.

cchhr

the cylinder, head, and record of the last seek request.

nn

the return code from CP diagnose A8.

address

the virtual address of the channel program.

casc

the CASC data from the I/O request.

nnnn

the first 8 sense bytes returned by CP diagnose A8.

User action

Notify Your system programming group.

System programmer action

The problem may be due to a hardware I/O error on a disk. If the problem persists, Note the complete error message number and text and contact Virtual Software Systems.


2001R

   Format disk on vdev? - Enter YES or NO.Format disk on vdev? - Enter YES or NO.

Explanation

This is a request for verification to format a disk at address vdev.

User action

If the disk should be formatted, enter YES; if not, enter NO. Formatting will erase any information that was previously on the disk.


2002W

   Formatting error, vdev is unuseableFormatting error, vdev is unuseable

Explanation

The formatting of a database disk at address vdev has abnormally terminated. The disk is not usable as a database disk.

User action

Correct the error in the message preceding this message and reenter the command. If there was not a previous message, or you cannot determine the cause of the error, contact Virtual Software Systems.


2003E

   Subparameter missing or invalid after keyword xxxSubparameter missing or invalid after keyword xxx

Explanation

A keyword xxx was entered on a CMS command. The required subparameter for the keyword was not entered or is invalid.

User action

Reenter the command with a valid keyword and subparameter.


2004E

   Value missing or invalid after option optionValue missing or invalid after option option

Explanation

An option was entered on a CMS command. The required value for the option was not entered or is invalid.

User action

Check the syntax of the command. Reenter the command with a valid value.


2005E

   Option option was entered twice or conflicts with a previous option.Option option was entered twice or conflicts with a previous option.

Explanation

An option conflicts with another option entered on the same command.

User action

Check the syntax of the command. Reenter the command with options that do not conflict.


2006E

   Requested restart cylinder nn exceeds minidisk sizeRequested restart cylinder nn exceeds minidisk size

Explanation

You used the RESTART option to request that a minidisk format start at cylinder nn, but the minidisk you are formatting does not have nn cylinders.

User action

Check the size of the minidisk and reenter the command.


2007E

   Unexpected operand xxxUnexpected operand xxx

Explanation

You entered an operand that was not required or expected.

User action

Check the syntax of the command and try again.


2008E

   Zero cylinders processed on vdevZero cylinders processed on vdev

Explanation

No cylinders were successfully processed by the command you entered.

User action

If there were additional error messages, they may indicate the nature of the situation; otherwise, Note the complete error message number and text and contact Virtual Software Systems.


2012S

   I/O error on vdev CCHHR=cchhr, CASC=casc, SENSE=nnnnI/O error on vdev CCHHR=cchhr, CASC=casc, SENSE=nnnn

Explanation

An I/O error occurred during processing of a VTAPE database disk.

vdev

the disk virtual device number.

cchhr

the cylinder, head, and record of the last seek request.

casc

the CASC data from the I/O request.

nnnn

the first 8 sense bytes returned by CP diagnose A8.

User action

Notify Your system programming group.

System programmer action

The problem may be due to a hardware I/O error on a disk. If the problem persists, Note the complete error message number and text and contact Virtual Software Systems.


2013E

   Required disk vdev is not available.Required disk vdev is not available.

Explanation

The required disk is not linked or attached to your virtual machine.

User action

Link or attach the required disk.


2014E

   vdev is not a disk or is an unsupported disk type.vdev is not a disk or is an unsupported disk type.

Explanation

The device at address vdev is not a disk.

User action

Link or attach the required disk.


2015E

   Unknown option optionUnknown option option

Explanation

An unknown option was entered on a command.

User action

Reissue the command with valid options.


2016E

   Required device number was not specified.Required device number was not specified.

Explanation

A command was entered without a required device number.

User action

Reissue the command with a device number.


2017E

   Invalid device number was specified vdevInvalid device number was specified vdev

Explanation

A command was entered with an invalid device number.

User action

Reissue the command with a valid device number.


2018E

   Invalid parameter xxxInvalid parameter xxx

Explanation

A command was entered with an invalid positional parameter.

User action

Reissue the command with a valid parameter.


2019E

   Required file name was not specified.Required file name was not specified.

Explanation

A command was entered without a required file name.

User action

Reissue the command with the required file name.


2020S

   I/O error on vdev Block=nnn, Rcode=nn, CPA=address, CASC=casc, Sense=nnnnI/O error on vdev Block=nnn, Rcode=nn, CPA=address, CASC=casc, Sense=nnnn

Explanation

An I/O error occurred during processing of a VTAPE database disk.

vdev

the disk virtual device number.

nnn

the block number where the error occurred.

nn

the return code from CP diagnose A8.

address

the virtual address of the channel program.

casc

the CASC data from the I/O request.

nnnn

the first 8 sense bytes returned by CP diagnose A8.

User action

Notify Your system programming group.

System programmer action

The problem may be due to a hardware I/O error on a disk. If the problem persists, Note the complete error message number and text and contact Virtual Software Systems.


2021E

   Invalid file mode modeInvalid file mode mode

Explanation

An invalid file mode was found in an FS macro (FSREAD, FSWRITE). This is an internal error.

User action

Notify Your system programming group

System programmer action

Note the complete error message number and text and contact Virtual Software Systems.


2022E

   vdev is linked read only.vdev is linked read only.

Explanation

A command was entered that requires write access to a disk. The disk device number specified is linked read-only.

User action

Link the disk with write access or use a different disk.


2023I

   Disk vdev was not changed.Disk vdev was not changed.

Explanation

A disk format request was canceled prior to any format operations. If you did not reply NO to the format request, a prior error message was issued that explained the reason for cancellation.

User action

Correct the error and reissue the format request.


2024I

   Formatting disk vdevFormatting disk vdev

Explanation

Formatting of the disk has started.

User action

None.


2025I

   nn <cylinders | FB-512 blocks> formatted on vdevnn <cylinders | FB-512 blocks> formatted on vdev

Explanation

Shows the number of cylinders or blocks formatted by the format request.

User action

None.


2027E

   Restart option is invalid for FBA database disk.Restart option is invalid for FBA database disk.

Explanation

The restart option of the format command is valid for count, key, data dasd only.

User action

Reissue the format without the restart option.


2035E

   FSmacro error retcode processing file - fname ftype fmodeFSmacro error retcode processing file - fname ftype fmode

Explanation

An FS macro (FSREAD, FSWRITE, etc.) returned a nonzero return code processing the specified file. A separate message was issued that explains the return code.

User action

Correct the error and reissue the CMS command.


2036E

   Unknown FS macro command - &1.Unknown FS macro command - &1.

Explanation

An unknown FS macro was issued. This is an internal error.

User action

Notify Your system programming group

System programmer action

Note the complete error message number and text and contact Virtual Software Systems.


2037E

   Unknown return code retcode for FSmacro macro.Unknown return code retcode for FSmacro macro.

Explanation

An unknown return code was returned by the specified macro. This is an internal error.

User action

Notify Your system programming group

System programmer action

Note the complete error message number and text and contact Virtual Software Systems.


2038W

   Disk mode is not accessed or is accessed read-only.Disk mode is not accessed or is accessed read-only.    Control and cycle files will not be built.Control and cycle files will not be built.

Explanation

The backup and restore utilities require write access to write the control and cycle files.

User action

If the disk is accessed read-only intentionally, no action is required. If the disk should have write access, halt the command, reaccess the disk, and reissue the command.


2050E

   Error validating tape drive vdevError validating tape drive vdev

Explanation

The CMS utilities validate the tape drive at address vdev. A prior message should have been issued giving the nature of the error, or the tape drive is not attached or defined.

User action

Try to correct the situation causing the error and try the command again.


2051E

   Tape drive vdev is not a virtual tape driveTape drive vdev is not a virtual tape drive

Explanation

Certain commands and options apply only to virtual tape drives, but the device at address vdev is a real tape drive.

User action

Don't use an option that pertains only to virtual tape drives, or replace the tape drive at address vdev with a virtual tape drive.


2052E

   Uncorrectable error labeling tape on vdev, RC=retcode.Uncorrectable error labeling tape on vdev, RC=retcode.

Explanation

A CMS command received an error writing a label to a tape at address vdev. An I/O error message should have also been issued.

User action

Correct the tape drive error if possible, and reenter the command.


2053E

   Invalid tape function xxx for vdevInvalid tape function xxx for vdev

Explanation

If this error occurs, the parameter list used for the WRTAPE or RDTAPE macro may be invalid.

User action

Notify Your system programming group.

System programmer action

Note the complete error message number and text and contact Virtual Software Systems.


2054E

   I/O error tape vdev tape block nnI/O error tape vdev tape block nn

Explanation

An I/O error occurred during an RDTAPE or WRTAPE function. vdev is the tape drive address.

User action

If you cannot correct the situation causing the error, use a different tape drive or volume for the function being performed.


2055E

   Invalid tape device vdev or drive is not attached.Invalid tape device vdev or drive is not attached.

Explanation

The device at vdev is not a tape drive, or the internal parameter list used for the WRTAPE or RDTAPE macro is invalid.

User action

If you cannot correct the problem, Note the complete error message number and text and contact Virtual Software Systems.


2056E

   Unable to mount virtual tape pnnnnn on vdevUnable to mount virtual tape pnnnnn on vdev

Explanation

This error message should have been preceded by another message giving the cause of the error.

User action

If you cannot correct the problem, Note the complete error message number and text and contact Virtual Software Systems.


2057E

   Source and destination tapes cannot be the same (vdev)Source and destination tapes cannot be the same (vdev)

Explanation

The same device address was specified as input and output.


2059R

   Continue? - Enter Y for Yes or N for No.Continue? - Enter Y for Yes or N for No.

Explanation

This message is used with several other messages to allow you to make the decision if processing should continue.

User action

If the current command should continue, enter Y; if not, enter N.


2060R

   Enter next volume serial or 'EOJ'Enter next volume serial or 'EOJ'

Explanation

This message is issued at end of volume for a backup tape if the BKTAPE option was used to select the tape for a restore.

User action

Enter the volume serial of the next tape to process, or enter EOJ (end-of-job) if done.


2061R

   Volume serial entered volser, correct?Volume serial entered volser, correct?    Enter Y for yes or N for no.Enter Y for yes or N for no.

Explanation

This message is issued to verify a volume serial, volser, that was entered.

User action

If the volume serial is correct, enter Y; if not, enter N.


2062E

   volser wrong length record block nnvolser wrong length record block nn

Explanation

The length of block nn read from tape volser did not match the requested length.

User action

Check to ensure the correct tape is mounted.


2063E

   I/O intercept error VDEV vdev HNDIO error code nnI/O intercept error VDEV vdev HNDIO error code nn

Explanation

An internal error occurred in a CMS module.

User action

Note the complete error message number and text and contact Virtual Software Systems.


2064E

   program must be run in an XA or ESA guest CMS systemprogram must be run in an XA or ESA guest CMS system

Explanation

The program named program that you tried to run cannot execute in a 370-mode virtual machine. You must set your virtual machine to XA or ESA (or XC) mode, IPL CMS, and enter the command again.

User action

If you need more information, contact Virtual Software Systems.


2065E

   I/O error tape vdev block nn SCSW scsw Sense senseI/O error tape vdev block nn SCSW scsw Sense sense

Explanation

An I/O error occurred on tape device vdev.

User action

If you cannot determine the cause of the error, Note the complete error message number and text and contact Virtual Software Systems.


2066E

   Tape drive vdev is not attached.Tape drive vdev is not attached.

Explanation

A requested or required tape drive is not attached or defined.

User action

Reissue the request using an available drive or attach or define the drive.


2067E

   vdev is not a tape drive or is an unsupported tape drive type.vdev is not a tape drive or is an unsupported tape drive type.

Explanation

A requested or required tape drive is not valid.

User action

Reissue the request using a valid tape drive.


2068E

   Tape on vdev was manually unloaded.Tape on vdev was manually unloaded.

Explanation

During processing the tape was manually unloaded.

User action

Determine why the tape was manually unloaded and reissue the CMS command that was processing the tape.


2069E

   Tape on vdev is file protected.Tape on vdev is file protected.

Explanation

A function that writes to a tape determined that the tape was file protected.

User action

Obtain write access to the tape and reissue the CMS command.


2070W

   I/O error vdev ,SCSW=...I/O error vdev ,SCSW=...

Explanation

An I/O error occurred on vdev The SubChannel Status Word is provided.

User action

Analyze the SCSW. Other messages may be following, giving additional information on the error.


2071I

   I/O error vdev recovery successful.I/O error vdev recovery successful.

Explanation

Following an I/O error on virtual device vdev, the operation was successfully retried.

User action

Look for previous messages (ex: 2070W) to determine what error occurred.


2134E

   Error nn mounting type tapeError nn mounting type tape

Explanation

Return code nn was returned from the VSLABSL subroutine while attempting to mount a tape.

User action

A prior error message was issued by VSLABSL. See the user action for that message.


2200W

   Backup file for library p does not existBackup file for library p does not exist

Explanation

An incremental backup was requested for library p, but the current backup file could not be found.

User action

None. A full backup is taken, and a new backup file is created.


2201I

   A full backup being doneA full backup being done

Explanation

An incremental library backup was requested, but no backup file existed for the requested library. The request was changed to a full backup.

User action

None.


2202I

   Volume pnnnnn blocks backed up nnVolume pnnnnn blocks backed up nn

Explanation

This message is issued for each virtual tape volume pnnnnn that is backed up by VTBKUP, if the MSG or MESSAGE option is used.


2203I

   nn tapes backed up, nn tapes failed, nn temporary write errorsnn tapes backed up, nn tapes failed, nn temporary write errors

Explanation

A library backup request is complete. This message gives the number of virtual volumes written to tape, the number of tapes that were not backed up due to errors, and the number of temporary write errors. A temporary write error is an I/O error that occurred while writing to tape that was corrected by either retrying the I/O or by performing an 'erase gap' to skip a bad section of the tape.

User action

If there were any write errors, notify Your system programming group that you are receiving I/O errors. The tape drive may need to be cleaned or the tape itself may need to be discarded.


2204I

   There is no system default library.There is no system default library.

Explanation

A library is not open as the default system library.

User action

You must specify a library prefix on the CMS command.


2205E

   Library p is not defined in this systemLibrary p is not defined in this system

Explanation

The specified library is not defined in the VTAPE system configuration file.

System programmer action

Make sure that the correct libraries were defined when VTAPE was installed. If you cannot determine the cause of the error, Note the complete error message number and text and contact Virtual Software Systems.


2206E

   I/O error block nn volume pnnnnn on vdevI/O error block nn volume pnnnnn on vdev

Explanation

An I/O error occurred on block nn during backup of virtual tape volume pnnnnn, which is on library minidisk vdev.

System programmer action

Make sure you are not receiving disk I/O errors. Retry the backup.


2207S

   Block nn, disk vdev is not a directory blockBlock nn, disk vdev is not a directory block

Explanation

During a library backup or library directory copy, directory block nn was read from library disk vdev, but it did not have a directory block ID.

System programmer action

If you are not receiving hardware I/O errors, Note the complete error message number and text and contact Virtual Software Systems.


2208E

   Tape pnnnnn is a scratch tapeTape pnnnnn is a scratch tape

Explanation

A request was made to backup a specific tape volume and the requested volume was a scratch tape.

User action

If the wrong tape volume number was entered, reissue VTBKUP with the correct volume number.


2210E

   vdev is not a VTAPE library diskvdev is not a VTAPE library disk

Explanation

The minidisk at vdev is not formatted for VTAPE use.

User action

The library database may have been overwritten, or a library disk may be linked at the wrong virtual address. Notify Your system programming group.


2211E

   Disk vdev for volume pnnnnn is not linkedDisk vdev for volume pnnnnn is not linked

Explanation

Tape volume pnnnnn is on library minidisk vdev, but that minidisk is not linked.

User action

Check your virtual machine configuration to ensure that all disks of the library are linked.


2212E

   Block nn for volume pnnnnn on vdev is not a < data | first > blockBlock nn for volume pnnnnn on vdev is not a < data | first > block

Explanation

The record read as block nn of tape volume pnnnnn has an incorrect record ID. It should be either a data block or a 'first' block, depending on the message.

System programmer action

The library database may have been overwritten. If you cannot determine the cause of the error, Note the complete error message number and text and contact Virtual Software Systems.


2213E

   Block nn for volume pnnnnn on vdev is block mm for volume pnnnnnBlock nn for volume pnnnnn on vdev is block mm for volume pnnnnn

Explanation

This message indicates a block chaining error in the VTAPE library.

System programmer action

The library database may have been overwritten. If you cannot determine the cause of the error, Note the complete error message number and text and contact Virtual Software Systems.


2214I

   Cycle file for tape pnnnnn was not found in volume file.Cycle file for tape pnnnnn was not found in volume file.    All backup tapes in cycle nn will be searched for requested tape.All backup tapes in cycle nn will be searched for requested tape.

Explanation

This message indicates that the volume file does not contain detailed cycle information for the requested backup cycle of the virtual tape volume. This can occur when you are requesting a restore of a single tape volume from a specific cycle. If the backup for that cycle required several real tapes, the restore program may not be able to determine which real tape contains the backup of the requested virtual tape volume. Therefore, the restore program will call for each real tape in the backup cycle to find the requested virtual tape volume.


2215E

   Entry block ID error for volume nnnnn on vdev ID=nnEntry block ID error for volume nnnnn on vdev ID=nn

Explanation

This message indicates that there was an error in a VTAPE entry block.

User action

If you receive this error, Note the complete error message number and text and contact Virtual Software Systems.


2216E

   Entry block for volume nn on vdev is entry block for volume nnEntry block for volume nn on vdev is entry block for volume nn

Explanation

This message indicates that there was an error in a VTAPE entry block.

User action

If you receive this error, Note the complete error message number and text and contact Virtual Software Systems.


2217E

   There is no entry block for VTAPE volume pnnnnnThere is no entry block for VTAPE volume pnnnnn

Explanation

This message indicates that there was a VTAPE entry block was not found in the VTAPE library.

User action

If you receive this error, Note the complete error message number and text and contact Virtual Software Systems.


2218I

   Total blocks processed: Entry nn, Vtape nnTotal blocks processed: Entry nn, Vtape nn

Explanation

This is an informational message that shows how many blocks were processed by VTBKUP.


2220E

   vdev contains nn 4K blocks, mm are required for for volume directoryvdev contains nn 4K blocks, mm are required for for volume directory

Explanation

The disk at vdev can only hold nn 4096-byte blocks, but mm are required to hold the volume directory.

System programmer action

Increase the size of the minidisk and retry the format.


2221E

   vdev contains nn FBA blocks, at least mm required for a volume diskvdev contains nn FBA blocks, at least mm required for a volume disk

Explanation

The disk at vdev can only hold nn FBA blocks, but at least mm are required to be part of a VTAPE library.

System programmer action

Increase the size of the minidisk and retry the format.


2222E

   Library disk number nnn exceeds maximum nnn, for library pLibrary disk number nnn exceeds maximum nnn, for library p

Explanation

The library disk number entered exceeds the maximum number of library disk in the VTSYSTEM definition file. If you entered a VDEV device number you should have used the MDISK keyword.

User action

Reissue the CMS command with a valid library disk number.


2223E

   Library p minidisk vdev is not within library minidisk range vdev-vdevLibrary p minidisk vdev is not within library minidisk range vdev-vdev

Explanation

The library minidisk number entered is not within the di