QUIESCE object options
QUIESCE object options
Option | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CLONE | The CLONE option indicates that the QUIESCE command is to create a quiesce point for only the specified clone table space. The base table space and its clone can not be processed in the same BMC AMI Copy command. | ||||||||||||
DSNUM | The DSNUM option identifies either a single partition or data set in the table space named in the TABLESPACE option or all of the partitions or data sets contained in that table space. The default is all of the partitions or data sets (DSNUM ALL). Values of DSNUM
| ||||||||||||
EXCLUDE | Use the EXCLUDE option after a wildcard table space specification to exclude one or more spaces from the quiesce. You can use the wildcards % and * or specific names to specify the exclusions. The excluded spaces must be in the form of a list following the EXCLUDE keyword. Each item in the list must be in the formdatabaseName.tableSpaceName and you must separate the individual items by commas. Optionally, you can enclose the list in parentheses. For more information, see Excluding-specified-spaces-from-a-wildcard-specification. | ||||||||||||
PART integer | The PART option identifies a partition to be quiesced. An integer is the number of the partition and must be in the range from 1 to the number of partitions defined for the table space. PART can be specified as an alternative to DSNUM for compatibility with the Db2 QUIESCE utility. |