BMC AMI Recover options
You can set recover options that are specific to
BMC AMI Recover
on the
BMC AMI Recover
Options panel.
The options are listed alphabetically in the following table along with the BMC AMI Recovery Manager defaults.
Field/BMC AMI Recover keyword | Default value | Description |
---|---|---|
Alternate resources Keyword: None | No | Enables you to specify the resources and the order in which they will be used in a recovery, as follows: Yes —select from alternate resources, such as recovery site image copies, local backup image copies, or DSNUTILB FlashCopy image copies No—use only the normally available recovery resources Auto— job optimization uses both archive copies one and two. This option enables BMC AMI Recover jobs to run two at a time. You can specify which copies of the following to use:
For more information, see Alternate-recovery-resource-options. |
AUTOSIZE Keyword: AUTOSIZE | YES | Turns dynamic sizing for output image copies or change accumulation output files on or off:
|
CHECKPOINT Keyword: CHECKPT | Configuration option value | Controls the overhead that is associated with taking checkpoints, as follows:
|
Diagnostic messages Keyword: SORTDIAG | NO | Provides diagnostic messages regarding the sort functions |
Dynamic sortworks Keyword: SORTDYN | NO (RECOVERY MANAGER) YES (Recovery Management solution) | Specifies the type of sort work allocation, as follows:
You can limit the allocation of the sort work file by specifying the Max primary allocation (see Output-data-set-option-descriptions). |
EARLYCAT Keyword: EARLYCAT | YES | Verifies (during the ANALYZE phase) that all cataloged data sets that are required for recovery exist in the operating system catalog |
EARLYRECALL Keyword: EARLYRECALL | YES | Specifies the early retrieval (during the ANALYZE phase) of any archived image copies and log data sets that are required during recovery. |
KSORTSHARE Keyword: KSORTSHARE | YES | Specifies if key sorts are shared among BMC AMI Recover table space recoveries (MERGE phases) running in parallel.
|
LOGSCAN Keyword: LOGSCAN | No | Scans the log and provides a report on the number and size of log records required for recovery This option includes only the BMC AMI Recover LOGSCAN JCL in the job. No recovery JCL is generated, and no STOP, DELETE/DEFINE, START, or REPAIR steps are included in the JCL. The generated jobs contains a comment message stating that the LOGSCAN option was selected and no other job steps were created. Be aware of the following information:
|
Maximum Key Sorts Keyword: MAXKSORT | Configuration option value | Specifies the maximum number of index key sorts that can be run concurrently Valid values are from 1 to 999. The default is blank, which causes BMC AMI Recovery Manager to use the value set in the BMC AMI Recover options. The BMC AMI Recover default is two times the number of CPUs. For each table space, index keys for all indexes being rebuilt are distributed over the number of sorts that you specify for this option and these sorts can then run in parallel. For a partitioned table space, if the partitioning index is being rebuilt, the rebuild of each partition is done at the completion of the MERGE or UNLOAD for each partition of the table space. (The rebuild can run concurrently with the MERGE or UNLOAD for the next partition if the MAXKSORT number is not exceeded). Running concurrent index key sorts can increase the speed of the recovery. See Maximizing-concurrency-of-key-sorts for more information. Be aware of the following information:
|
MAXLOGS Keyword: MAXLOGS | Configuration option value | Specifies the maximum number of log files that BMC AMI Recovery Manager allocates at the same time during a log input phase MAXLOGS provides a way to limit the number of tape log files that are read at the same time. The BMC AMI Recovery Manager default is 0 (zero), which causes the option to default to the BMC AMI Recover configuration option value. |
MAXLSORT Keyword: MAXLSORT | 0 | Specifies the maximum number of log sorts that can run concurrently and also determines the number of MERGE/RESTORE/SNAP phases that can run in parallel, whether or not log records are processed. You use MAXLSORT to improve recovery performance. Valid values are 0 to 999. When MAXLSORT=0, the default value is determined by BMC AMI Recover. BMC suggests values from 10 to 12 for MAXLSORT. When you specify MAXLSORT, the following files are dynamically allocated if you do not code them in JCL: LOGOU nnn: sort message files nnn is the number of the log sort and is a number between 1 and the value that is specified for MAXLSORT. L xxxWK nn: sort work files xxx is the number of the log sort and is a number between 1 and the value that is specified for MAXLSORT. nn is the number of the work data set. For example, if MAXLSORT=3 and two sort work files are required for each sort, the DDs would be specified as follows: L001WK01 DD... L001WK02 DD... L002WK01 DD... L002WK02 DD... L003WK01 DD... L003WK02 DD... When you use dynamic allocation for these files, BMC AMI Recover determines the optimal number of files to use. |
MAXPRIM Keyword: MAXPRIM | 0 | Sets a maximum amount of disk space (in the units specified by SPACE) to allocate as primary space. Valid values are 0 through 65535. A nonzero value establishes an upper limit for primary space allocation; 0 specifies no limit. |
MSGLEVEL Keyword: MSGLEVEL | 1 | Specifies the output files and messages BMC AMI Recover returns, as follows:
|
ON ERROR CONTINUE Keyword: ON ERROR CONTINUE | 10 | Use this option to determine how BMC AMI Recover is to proceed when errors are encountered. The default value is 10. The valid range is 0 to 2,147,483,646. ON ERROR CONTINUE nnnnnnnnnn allows nnnnnnnnnn + 1 errors before BMC AMI Recover terminates. If nnnnnnnnnn is 0, BMC AMI Recover stops processing immediately when the first recognized severe error occurs. If you specify ON ERROR CONTINUE 0, the subtask to preallocate VSAM data sets is disabled, which could increase the execution time by several seconds for each object recovered. |
OUTCOPY by Recover Keyword: OUTCOPY | Configuration option value | Uses the BMC AMI Recover OUTCOPY function to make updated image copies from existing recovery resources such as prior image copies, change accumulation files, and Db2 logs OUTCOPY writes the output to a sequential image copy data set instead of a Db2 space, which enables you to make copies without accessing the Db2 space or interfering with normal Db2 access in any way. Specify how to make the output copies for partitioned table spaces after a successful recovery, as follows:
OUTCOPY is invalid in the following situations:
|
Unloadkeys/ Buildindex Keyword: UNLOADKEYS BUILDINDEX | No | Facilitates the rebuild of large nonpartitioned indexes on partitioned table spaces by providing concurrency in the extraction of keys from multiple partitions Using this option can dramatically reduce the elapsed time required to rebuild a nonpartitioned index. Be aware of the following information:
|
XBMID Keyword: XBMID | Configuration option value | Specifies the 1-8 character ID of the EXTENDED BUFFER MANAGER (XBM) subsystem that is required for use with Instant Snapshot copies |
Related topic