VERIFY subcommand syntax options
VERIFY subcommand syntax diagram
Use VERIFY to:
- Detect when image copies in SYSCOPY or BMCXCOPY are not in the ICF catalog and (if not in the catalog) either delete the entry or issue a warning message
- Verify the recoverability of the specified table or index space and (if the space is unrecoverable) either issue a warning message or make a copy of the space
- Verify that there is a minimum number of copies registered in SYSCOPY or BMCXCOPY, and if not, either issue a warning or make a copy of the space
- Verify that the elapsed time since the last copy was made is not greater than a specified number of days, and if it is greater, either issue a warning or make a copy of the space
- Verify the number of log data sets made since the last copy was made is not greater than a specified number, and if it is greater, either issue a warning or make a copy of the space
These analyses can be performed for the local site, the recovery site, or both.
VERIFY subcommand options
Option | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MINIMUM COPIES integer | Use MINIMUM COPIES to verify that there is a minimum number of copies of any type registered in SYSCOPY or BMCXCOPY.
The minimum number of copies of any type is satisfied by counting primary copies for the site type being analyzed. MODIFY counts any copy, even if there is an unrecoverable event between that copy and the current time. If verification of MINIMUM COPIES fails, you can make a copy of the space. | ||||||||||
MINIMUM FULLCOPIES integer | Use MINIMUM FULLCOPIES to verify that there is a minimum number of full copies registered in SYSCOPY or BMCXCOPY.
The minimum number of full copies is satisfied by counting primary full copies for the site type being analyzed. MODIFY counts a full copy, even if there is an unrecoverable event between that copy and the current time. If verification of MINIMUM FULLCOPIES fails, you can make a full copy of the space. | ||||||||||
MAXIMUM DAYS integer | Use MAXIMUM DAYS to verify that no more than a specified number of days have elapsed since the last image copy was made.
If verification of MAXIMUM DAYS fails, you can make a copy of the space. | ||||||||||
MAXIMUM LOGS integer | Use MAXIMUM LOGS to verify that not more than a specified number of log data sets were created since the last image copy.
If verification of MAXIMUM LOGS fails, you can make a copy of the space. | ||||||||||
NOCOPYPEND | Specify NOCOPYPEND to indicate that you do not want to have COPY-pending status set if a space is not recoverable. When you use the NOCOPYPEND option with a version of Db2 that has a versioning feature, old version numbers will not be freed. If you need to reuse the version numbers, you will have to run the MODIFY command without the NOCOPYPEND option. | ||||||||||
OFFSITE | Use the OFFSITE option to specify what ICBACKUP type to use as offsite copies. VERIFY analysis for the recovery site uses only the copy type specified by OFFSITE. Values of OFFSITE
| ||||||||||
ON DSNOTFOUND | Use ON DSNOTFOUND to tell MODIFY what action to take when a cataloged image copy in SYSCOPY or BMCXCOPY is not found in the ICF catalog. Values of ON DSNOTFOUND
| ||||||||||
ON NOTRECOVERABLE | Use ON NOTRECOVERABLE to specify that MODIFY is to verify the recoverability (to current) of the space. ON NOTRECOVERABLE can also be used to specify the action to take when an unrecoverable space is found or to specify the action to take when MINIMUM COPIES, MAXIMUM DAYS, or MAXIMUM LOGS specifications are not met. Values of ON NOTRECOVERABLE
| ||||||||||
SITETYPE | Optionally use SITETYPE to specify the site type for the recoverability analysis. Values of SITETYPE
| ||||||||||
SYSLGRNX | Use SYSLGRNX to indicate whether or not an analysis of the log ranges should be considered when MAXIMUM DAYS or MAXIMUM LOGS or both are specified. Values of SYSLGRNX
| ||||||||||
USING TEMPLATE | Use USING TEMPLATE to specify the name of a copy template to be used when you specify ON NOTRECOVERABLE COPY and an unrecoverable space or out-of-user-defined-limits condition are found by MODIFY. The default is TEMPLATE DEFAULT. The following rules apply when you use USING TEMPLATE:
|