IBM Tivoli Storage Manager, Version 7.1

REPLBATCHSIZE

The REPLBATCHSIZE option specifies the number of client files that are to be replicated in a batch, within the same server transaction. This option affects only the node replication processes and works with the REPLSIZETHRESH option to improve node replication processing.

The REPLBATCHSIZE option limits the number of files in a transaction and the REPLSIZETHRESH option limits the number of bytes in a transaction. The transaction ends when either the REPLBATCHSIZE threshold or the REPLSIZETHRESH threshold is reached.

Syntax

Read syntax diagramSkip visual syntax diagram
                  .-4096------------.   
>>-REPLBatchsize--+-number_of_files-+--------------------------><

Parameters

number_of_files
Specifies a number of files between 1 - 32768. The default is 4096.

Examples

replbatchsize 25000


Feedback