ARC1802I
FAST REPLICATION {BACKUP | BACKUP DUMP | BACKUP DUMPONLY | PREPARE | RECOVERY | RECOVERY FROM DUMP | RECOVERY RESUME | RECOVERY FROM DUMP RESUME | DATA SET RECOVERY} HAS COMPLETED FOR {COPY POOL cpname | VOLUME volser | DATASET dsname}, AT time ON date, FUNCTION RC=retcode, MAXIMUM {VOLUME | DATA SET} RC=max retcode {, CAPTURE CATALOG RC=capture catalog retcode |, PARTIALOK SPECIFIED}

Explanation

One of the following DFSMShsm Fast Replication functions for copy pool cpname, volume volser, or data set dsname has completed:
  • Backup
  • Backup Dump
  • Backup DUMPONLY
  • Prepare
  • Recovery
  • Recovery FROMDUMP
  • Recovery Resume
  • Recovery FROMDUMP Resume
  • Data set Recovery

For Recovery Resume or Recovery FROMDUMP Resume, a previous attempt to recover a copy pool backup version failed, leaving the recovery incomplete. Recovery of the set of volumes that previously failed completed.

If ‘PARTIALOK SPECIFIED’ appears at the end of the message text, the PARTIALOK keyword was specified on the FRRECOV COPYPOOL FROMDUMP request to allow recovery from a partial dump version.

cpname
indicates the name of the copy pool that was processed.
volser
indicates the volume that was processed.
dsname
indicates the fully or partially qualified data set name that was processed. If multiple data set names were specified on the command, only the first data set will be listed in the message, followed by ', ***'.
time
indicates the time of day the function completed, expressed as hh:mm:ss (hours, minutes, and seconds).
date
indicates the date on which the function completed, expressed as yy/mm/dd (year, month, and day).
retcode
reflects the highest return code received during fast replication processing.
max retcode
reflects the highest return code received for an individual volume or data set during Fast Replication processing.
capture catalog retcode
reflects the return code received during the capture catalog function.

System action

The operation ends. DFSMShsm processing continues.

Programmer response

If retcode or max retcode are not zero, then the operation was not successful. If preceding related messages exist, reference them for details on the failures to determine what caused the errors, and reissue the command. If the request was from an external application, refer to that application's logs for messages and error information relating to this command.

If individual volumes failed during recovery, see Recovering a data set from a fast replication backup in z/OS DFSMShsm Storage Administration for guidance on how to recover the failed volumes.

If individual data sets failed during recovery, then do not reissue a FRRECOV DSNAME command that specifies a partially qualified data set name. Instead, issue individual FRRECOV DSNAME commands for each data set that failed.

If capture catalog retcode is nonzero, see the preceding message ARC1812I for additional information. If the catalog retcode is 0, but the FUNCTION RC is nonzero, the catalog information data set is scratched as there is no corresponding backup data.

If ‘PARTIALOK SPECIFIED’ appears at the end of the message text, issue the LIST COPYPOOL(cpname) DUMPVOLS command and use the output to determine the volumes that were not included in the dump version. Issue individual FRRECOV * TOVOLUME(volser) FROMCOPYPOOL commands, specifying a generation, version, or token of the most appropriate backup version that contains the missing volumes.

Source

DFSMShsm