FULL
- If you specify only FULL AUTO, BMC AMI Copy defaults to FULL AUTO FULLPCT (0, fullPct) where fullPct is taken from your current installation options module.
BMC AMI Copy automatically escalates a FULL AUTO request to a FULL YES request when any of the following conditions apply:
- An entry in SYSIBM.SYSCOPY prohibits an incremental copy.
- The target space or partition is in COPY-pending status.
- You are copying special case table spaces.
For more information, see Escalating-incremental-copies-to-full-copies and Copying-special-case-catalog-and-directory-table-spaces.
- If you specify FULL AUTO with CUMULATIVE YES and either SHRLEVEL NONE or SHRLEVEL REFERENCE, and the request escalates to FULL YES, BMC AMI Copy automatically uses RESETMOD YES.
- If an incremental image copy is produced as a result of using FULL AUTO, CHECKTSLEVEL 2 is automatically adjusted to CHECKTSLEVEL 1.
- FULL AUTO is allowed with table spaces with the TRACKMOD NO attribute, but only with MAXINCRS and FULLDAY for determining whether to make full or incremental copies.
All the options you can specify with FULL NO are available with FULL AUTO.
FULL syntax diagram
FULL YES
FULL YES is the default and lets you create up to four full image copies of the target space, index, partition, or data set. If you also specified DSNUM integer then, for a partitioned space, the copies are for the specified partition; for a nonpartitioned space, the copies are for the specified data set.
Option | Description |
---|---|
HIDDEN | You can now use migration-only copies to migrate data to another system. Because these copies are registered differently than normal copies, they do not interfere with the image copies used for recovery. Use the HIDDEN option to create hidden full copies. These copies are not used for recovery. They are also not used as the basis of an incremental copy. |
FULL NO
If you use FULL NO, BMC AMI Copy creates up to four incremental image copies of the space, partition, or data set. If you also specify DSNUM integer then, for a partitioned space, the copies are for the specified partition; for a nonpartitioned space, the copies are for the specified data set.
If you use FULL NO (or FULL AUTO or CHANGELIMIT) and specify CUMULATIVE YES and an incremental copy of the same type is already registered in SYSIBM.SYSCOPY with the RESETMOD NO option, BMC AMI Copy merges the new incremental copy and the existing incremental copy. If you specify KEEP NO, BMC AMI Copy deletes the entry for the existing incremental copy from SYSIBM.SYSCOPY; otherwise, the entry is retained.
The following conditions apply when you use FULL NO:
BMC AMI Copy automatically escalates a FULL NO request to a FULL YES request when any of the following conditions occur and the installation option ESCALATE is set to YES:
- An entry in SYSIBM.SYSCOPY prohibits an incremental copy.
- The target space or partition is in COPY-pending status.
- You are copying special case table spaces.
If ESCALATE is set to NO, escalation is not allowed. For more information Escalating-incremental-copies-to-full-copies and Copying-special-case-catalog-and-directory-table-spaces.
- You cannot use CHECKTSLEVEL 2 when you specify FULL NO.
- If you specify SHRLEVEL CONCURRENT with FULL NO, BMC AMI Copy analyzes open log ranges to determine if any changes have been made since the last copy. If no changes were made since the last copy, no pages would be copied, so the copy for the space is skipped.
FULL AUTO
Use the FULL AUTO option when you want BMC AMI Copy to determine whether to make no copy, an incremental copy, or a full copy. When you specify FULL AUTO with MAXINCRS, BMC AMI Copy escalates an incremental copy request to a full copy request when the specified number of incremental copies has been reached.
FULL AUTO syntax diagram
Option | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FULLPCT | The FULLPCT option specifies the boundaries for producing an incremental, full, or no copy based on the percentage of changed pages in the space, partition, or data set. The FULL AUTO FULLPCT option and the CHANGELIMIT option are effectively the same and act on two values - incrPct and fullPct to determine what type of copy to make. incrPct and fullPct are positional parameters. If a comma is used in the expression and incrPct is not specified, it defaults to the installation option INCRPCT. If a comma is used and fullPct is not specified, it defaults to installation option FULLPCT.
| ||||||||||
MAXINCRS integer | Specify MAXINCRS integer with FULL AUTO or CHANGELIMIT to tell BMC AMI Copy to escalate the request to a full image copy if the number of non-merged (CUMULATIVE NO) incremental copies made since the last full copy reaches integer. When calculating integer, BMC AMI Copy counts merged CUMULATIVE YES RESETMOD NO copies as one and each non-merged CUMULATIVE NO copy as one. Valid values of the integer are 1 through 100. If you do not specify MAXINCRS, the value of the installation option MAXINCRS is used. The default value of the MAXINCRS installation option is 6. For information about when to use this option, see Escalation-due-to-limiting-the-number-of-incremental-copies. | ||||||||||
EMPTY | Use the EMPTY option with FULL NO, FULL AUTO, or CHANGELIMIT to specify whether to make and register an 'empty' incremental copy, that is, one in which no changed pages are found. Values of EMPTY
| ||||||||||
CUMULATIVE | Use the CUMULATIVE option with FULL NO, FULL AUTO, or CHANGELIMIT to specify whether to include changed pages from the most recent prior RESETMOD NO incremental copy in the currently requested incremental copy. Values of CUMULATIVE
| ||||||||||
READTYPE | Use the READTYPE option with FULL NO, FULL AUTO, or CHANGELIMIT to help optimize the time required to make an incremental copy. READTYPE allows you to select the best I/O technique for examining the specified table spaces for changed pages or to tell BMC AMI Copy to make the selection for you. Values of READTYPE
| ||||||||||
MINPAGES integer | Use MINPAGES integer with FULL AUTO or CHANGELIMIT to specify the minimum number of pages that must exist in a space or partition before an incremental copy is considered. If the space or partition has less than integer pages, a full copy is made. If you do not specify MINPAGES, BMC AMI Copy uses the value of the MINPAGES installation option. The default value of the MINPAGES installation option is 180. MINPAGES is evaluated after the percentage of changed pages if two values (fullPct and incrPct) are given for either FULLPCT or CHANGELIMIT. Two values given for FULLPCT or CHANGELIMIT allow either no copy to be made if the first value is not exceeded, or a full copy to be made for 'small' spaces. If only a single value is given, a 'small' space would always be a full copy. | ||||||||||
FULLDAY dayName | Use FULLDAY dayName with FULL AUTO or CHANGELIMIT to specify the day of the week on which a full copy should always be made. Valid values are:
You can abbreviate values to a minimum of the first three characters. | ||||||||||
MAXFULLDAYS value | Use MAXFULLDAYS value with FULL AUTO or CHANGELIMIT to specify the maximum number of days allowed since the previous full image copy. You can use up to two decimal places in the value that you specify. If a FULL AUTO or CHANGELIMIT image copy runs when the previous full image copy is more than the value of MAXFULLDAYS ago, BMC AMI Copy escalates the request to a full image copy. If you specify both the MAXFULLDAYS and the FULLDAY options, either can cause escalation to a full image copy. Consider the following example: COPY TABLESPACE MYDB.MYTS FULL AUTO FULLDAY MONDAY MAXFULLDAYS 7 If the request above runs on Monday, escalation to a full image copy occurs. If the request runs on any day other than Monday, escalation to a full image copy will occur if the previous full image copy was created more than 7 days ago. | ||||||||||
SMARTSTACK | The SMARTSTACK tells BMC AMI Copy whether or not BMC AMI Copy stacks incremental copies in the same logical stacking order as their associated full copies. If you do not specify SMARTSTACK on the COPY command, BMC AMI Copy uses the value of the SMARTSTK installation option as the default. Values of SMARTSTACK
| ||||||||||
FULLRESET | The FULLRESET option changes SHRLEVEL CHANGE RESETMOD NO copies to use RESETMOD YES when BMC AMI Copy makes full copies when you use FULL AUTO or CHANGELIMIT. FULLRESET has no effect with other values of SHRLEVEL. If you do not specify FULLRESET on the COPY command, BMC AMI Copy uses the value of the FULLRESET installation option (FULLRESET=NO) as the default. Values of FULLRESET
|