SET OPTIONS for ARMBGPV
In the ARMIN input data set, provide the optional SET OPTIONS control statement.
If you do not code a SET OPTIONS control card, you will, by default, receive all possible reports.
Value | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
CLONES ONLY | Specify whether to include only clones in the revalidation processing. This option is available only when running on Db2 Version 10 or later and is not valid with compatibility mode. | ||||||||
RECOVERABILITY | Validates the recoverability of each object in the object set to the selected recovery point. This validation enables you to verify recoverability by identifying recoverability exceptions (for example, data sets for which no copies were found). The report is written to the data set that is defined by the ARMXCEPT DD statement. The default is YES. | ||||||||
RESOURCES | Reports the resources needed for the recovery of a object set. These resources include image copy data sets, log data sets, and R+/CHANGE ACCUM files. Use this report as a checklist of data sets that must be taken offsite in preparation for disaster recovery. If the current subsystem is a member of a data sharing object set, the resources report is for the object set. Otherwise, the report is for the current subsystem. The report is written to the data set that is defined by the ARMRESRC DD statement. The default is YES. | ||||||||
RECALL | Produces a report of the archived data sets that are needed for recovery. The report is written to the data set that is defined by the ARMRCALL DD statement. The default is YES. | ||||||||
UNRECOVER_RC | Specify a return code that ARMBGPV should issue if it encounters an unrecoverable object during revalidation. The UNRECOVER_RC option is ignored if you choose the RECOVERABILITY NO option. Valid values are 0 through 254, and the default value is 4. A value of zero causes no return code to be issued and values (even those higher than 4) do not affect the step execution. This return code does not control the overall job return code. If BMC AMI Recovery Manager encounters errors other than unrecoverable data, it sets the return code based on the most severe condition code found. Unrecoverable objects are listed in the exception report (ARMXCEPT) if you request it using the RECOVERABILITY YES option, whether or not you specify UNRECOVER_RC. An object is considered to be unrecoverable by ARMBGPV if it exists in any of the following states or if it has missing recovery resources:
(SPE2104) You can use the Health Check option with UNRECOVER_RC.
| ||||||||
PICKLIST | Produces a report of the tape volumes that are needed for recovery This report enables tape operators to locate the required tapes prior to a recovery and is written to the data set defined by the ARMPICK DD statement. The default is YES. | ||||||||
SITETYPE | Determines whether the selected reports are generated by using the local site or recovery site resources. The default is LOCAL. If you specify Db2 Recover (DSNUTILB) as the recovery utility for the object set and if you specify the DSNUTILB site type in the DSNUTILB-specific options, then the SITETYPE option is ignored. Also, if you use BMC AMI Recover alternate resources and you select the RP or RB copy as your first choice for the image copy in the recovery options, BMC AMI Recovery Manager considers the site type to be RECOVERY regardless of what you specify here. | ||||||||
LOGCOPY | Specifies which copy of the archive log (1, 2, or 3) to report or verify. If SITETYPE LOCAL is used, the value is always set to 1. If SITETYPE RECOVERY is used, the default is 3. | ||||||||
BACKOUT | Validates the availability of resources required for a BACKOUT AUTO, BACKOUT NO, or BACKOUT YES recovery. This option is available when using BMC AMI Recover or Db2 RECOVER (DSNUTILB) as the recovery utility. BACKOUT AUTO is only available when you are using the Recovery Management solution password. The default is AUTO if you are using BMC AMI Recovery Manager as part of the Recovery Management solution. Otherwise, the default is NO. You must specify QUIESCE or SPECIFIC LOGPOINT as the recovery point to use BACKOUT AUTO or BACKOUT YES. If you specify TOCURRENT, BMC AMI Recovery Manager overrides the BACKOUT AUTO and converts the option to BACKOUT NO. | ||||||||
JCLTYPE | Specifies whether the JCL is for use at the remote or local site. This option is used for mirroring support only. The default is the value specified in SITETYPE. For information about mirror revalidation, see Revalidating mirroring for object sets. | ||||||||
RESOLVE_INFLIGHTS | Specifies whether inflight units of work are to be resolved during a recovery to a user-specified RBA or LRSN. This option is only valid for a recovery using TOLOGPOINT and is available only with the Recovery Management for Db2 solution. For more information, see the section about timestamp recovery in the Recovery Management for Db2 documentation. | ||||||||
(Optional) Enables the user to request email notification. You are required to set up an email entry in the EMAILDST member of the CNTL data set.
| |||||||||
UNRECOVERABLE_EVENTS (SPE2104) | Checks each object in the object set for unrecoverable events, including events that occurred:
The valid values are YES and NO. The default value is NO. | ||||||||
ARCHIVE_LOGS (SPE2104) | Checks that the required archive logs exist for each object in the object set, including events that occurred:
The valid values are YES and NO. The default value is NO. | ||||||||
IMAGE_COPIES (SPE2104) | Checks that an image copy has been created within the specified number of hours or days for the specified copy type. The valid values are YES and NO. The default value is NO.
| ||||||||
CHANGED_OBJECTS (SPE2104) | Checks if objects have been changed since the specified recovery point. Each object in the object set is checked for a log range between the specified recovery point and the current time. The valid values are YES and NO. The default value is NO. | ||||||||
ENCRYPTED_OBJECTS (SPE2104) | Checks whether objects in the object sets are encrypted. Each table space in the object set is checked for encryption. The valid values are YES and NO. The default value is NO. | ||||||||
EXCEPTION_STATUS (SPE2104) | Checks for each object in the object set for an exception status. EXCEPTION_STATUS is defined as not in RW status. The valid values are YES and NO. The default value is NO. | ||||||||
SYSCOPY_ENTRIES (SPE2104) | Checks for entries in SYSCOPY/BMCXCOPY older than the timestamp. Each object in the object set is checked for SYSCOPY or BMCXCOPY rows older than the specified timestamp. This helps to determine which objects have rows that are obsolete and should be deleted. The valid values are YES and NO. The default value is NO. | ||||||||
RECOVERY_POINT(SPE2104) | Specifies by Timestamp, Current minus hours, or Current minus days to check for unrecoverable events and verify required archive logs, changed objects, and SYSCOPY/BMCXCOPY entries. You can choose any one of the following values:
| ||||||||
COPY_TYPE (SPE2104) | Checks for unrecoverable events, verifying required archive logs, and verifying image copies. The COPY_TYPE values are LP, LB, RP, RB, or FC. The default value is LP. | ||||||||
REBUILD_INDEXES (SPE2104) | Specifies whether BMC AMI Recovery Manager should rebuild indexes. This is required to check for unrecoverable events and verify required archive logs and image copies. Rebuild indexes specified as YES or NO. The default value is NO. |
Related topic