General recovery options
Fields on the General Recovery Options panel apply to all supported recovery utilities.
Those fields are listed alphabetically in the following table along with the corresponding BMC AMI Recovery Manager defaults.
For additional information about any of the utility options, see the following or the IBM Db2 command and utility reference as appropriate:
General recovery fields
Field | BMC AMI Recovery Manager default | Description |
---|---|---|
Always rebuild indexes | No | Specifies whether rebuild indexes from table data or to recover them from image copies and log data, as follows: Yes—rebuilds all indexes from table data, even if an image copy and log data are available. No—attempts to recover indexes from image copies and log data when possible. Any index that cannot be recovered is automatically rebuilt. |
Allocate in KILOBYTES | No | Converts cylinder or track specifications to kilobytes when you redefine VCAT objects Used in conjunction with Redefine VCAT objects. |
Check pend action | None | Specifies the action to correct check pending status on recovered spaces after a point-in-time recovery, as follows:
|
Check utility | DB2 CHECK | Specifies either the BMC CHECK PLUS utility or the IBM Db2 CHECK (DSNUTILB) utility for performing integrity checks on the current object set or object |
Copy after (post-recovery) | No (all types) | Specifies a copy type to make after the recovery is complete, as follows:
|
Copy utility | DB2 COPY (DSNUTILB) | Specifies either the BMC AMI Copy utility or the IBM Db2 COPY (DSNUTILB) utility for making post-recovery image copies immediately after the current object set or object has been recovered |
Data set sizing | Catalog | Sizes objects when generating JCL, as follows:
For more information on data set sizing see Data set sizing. |
Delete STOGROUP objects | No | Deletes STOGROUP spaces before the recover utility executes To execute recovery JCL that includes this step, you must have Db2 STOP and DISPLAY authority and control authority on the physical data sets. Be aware of the following information:
|
Limit SYSCOPY search | 0 | Limits the number of days of records to search in the SYSIBM.SYSCOPY table when looking for a requested copy or quiesce point Limiting SYSIBM.SYSCOPY searches avoids unneeded I/O operations, excessive memory use, and improves performance. 0—search all rows in the SYSCOPY catalog table 1 through 99—number of days of SYSCOPY entries to include in the search. |
Max concurrent jobs | 1 | Specifies the maximum number of concurrent jobs to process the current object set. |
Mirroring | No | Specifies that the objects in the object set are mirrored and that the mirrors are considered to be valid backups at the disaster recovery site In order to use this option, you must have set at least mirroring Level 2 (BSDS, active logs, and catalog and directory) in the subsystem-level General Recovery Options. This option is only available if you are setting recovery options for a object set and using the Recovery Management for Db2 solution. |
Recover utility | BMC AMI Recovery ManagerR only: DSNUTILB Recovery Management: BMC AMI Recover | Specifies either BMC AMI Recover or IBM Db2 RECOVER (DSNUTILB) to recover the current object set or object. |
Redefine VCAT objects | No | Includes IDCAMS delete and define steps for VCAT spaces before the recover utility executes Be aware of the following information:
For user-defined VCAT objects, ARMBGEN issues a warning message and generates JCL with the delete and define steps commented out. You can manually retrieve the object, then alter the JCL to include the delete and define statements. For system VCAT objects (such as the Db2 catalog and directory, the BMC Common Db2 repository, the BMC AMI Recovery Manager repository, and the CHANGE ACCUM repository), ARMBSRR issues an error message and fails. |
Region Size | 0 MB | Specifies the amount of virtual storage used by the recover utility. The default value is 0 MB. The valid range is -1 through 2047 MB. A value of -1 specifies that BMC AMI Recovery Manager will not generate region size at the step level. |
REUSE | Yes | Rreuses target spaces, as follows:
|
Use INDEX ALL recover | No | Specifies whether to automatically rebuild all indexes for the table spaces in the object set When using this option, you do not need to explicitly include the indexes in the object set and the ARMBGEN program does not need to search for related indexes during JCL generation because they will be rebuilt. This option is intended for applications having a large number of indexes (for example, full subsystem applications such as SAP). |
Related topics