IBM Tivoli Storage Manager, Version 7.1

SET REPLRETENTION (Set the retention period for replication records)

Use this command to specify the retention period for client-node replication records in the source replication-server database. You can use client node replication records to monitor running and completed processes.

A replication record is created when REPLICATE NODE command processing is started. By default,Tivoli® Storage Manager retains client-node replication records for 30 calendar days. A calendar day consists of 24 hours, from midnight to midnight.

The server automatically removes replication records from the database as part of inventory expiration processing after the retention period passes. As a result, the amount of time that records are retained can exceed the specified retention period. If a replication process runs longer than the retention period, the record of the process is not deleted until the process ends, the retention period passes, and expiration runs.

Issue this command on the server that acts as a source for replicated data.

Privilege class

To issue this command, you must have system privilege.

Syntax

Read syntax diagramSkip visual syntax diagram
                      .-30-------------.   
>>-Set REPLRETention--+----------------+-----------------------><
                      '-number_of_days-'   

Parameters

number_of_days (Required)

The number of days that the source replication server retains replication records. You can specify an integer 0 - 9999. If you specify 0, replication records are deleted during the next inventory-expiration process. The default value is 30.

Example: Set a retention period for client-node replication records

You want to retain client-node replication records for ten days.
set replretention 10

Related commands

Table 1. Commands related to SET REPLRETENTION
Command Description
QUERY REPLICATION Displays information about node replication processes.
QUERY REPLNODE Displays information about the replication status of a client node.
QUERY REPLRULE Displays information about node replication rules.
REPLICATE NODE Replicates data in file spaces that belong to a client node.


Feedback