SET RETRYPERIOD (Set time between retry attempts)

Use this command to set the number of minutes the scheduler on a client node waits between retry attempts after a failed attempt to contact the server or after a scheduled command fails to process.

Each client can set its own retry period at the time its scheduler program is started. You can use this command to override the values specified by all clients that can connect with the server.

This command is used in conjunction with the SET MAXCMDRETRIES command to regulate the period of time and the number of retry attempts to run a failed command.

You can issue the QUERY STATUS command to display the value for the period between retries. At installation, Tivoli® Storage Manager allows each client to determine its own retry period.

Privilege class

To issue this command, you must have system privilege.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-Set RETRYPeriod--+---------+--------------------------------><
                    '-minutes-'   

Parameters

minutes
Specifies the number of minutes the scheduler on a client node waits between retry attempts after a failed attempt to contact the server or after a scheduled command fails to process. When setting the retry period, set a time period that permits more than one retry attempt within a typical startup window. You can specify an integer from 1 to 9999.

Example: Set a fifteen minute time period between retry attempts

Have the client scheduler retry failed attempts to contact the server or to process scheduled commands every fifteen minutes.
set retryperiod 15

Related commands

Table 1. Commands related to SET RETRYPERIOD
Command Description
QUERY STATUS Displays the settings of server parameters, such as those selected by the SET commands.
SET MAXCMDRETRIES Specifies the maximum number of retries after a failed attempt to execute a scheduled command.