IBM Tivoli Storage Manager, Version 7.1

REPLSIZETHRESH

The REPLSIZETHRESH option specifies, in megabytes, a threshold for the amount of data replicated, within the same server transaction.

The amount of data is based on the non-deduplicated size of the file, which is the original size of the file. The amount of data that is replicated is controlled by the threshold. When the amount of data exceeds the threshold, the server ends the transaction and no more files are added to the current batch. A new transaction is started after the current batch is replicated. This option is used with the REPLBATCHSIZE option.

For example, suppose that a file is 10 MB and is stored in a data-deduplication-enabled storage pool and only 2 MB of the file is transferred during replication. The amount of data replicated includes the 10 MB size of the file, and excludes the 2 MB transferred. When the amount of data replicated exceeds the value specified for the REPLSIZETHRESH threshold, the transaction ends.

Syntax

Read syntax diagramSkip visual syntax diagram
                   .-4096------.   
>>-REPLSizethresh--+-megabytes-+-------------------------------><

Parameters

megabytes
Specifies the number of megabytes as an integer from 1 - 32768. The default value is 4096.

Examples

replsizethresh 2000


Feedback