IBM Tivoli Storage Manager, Version 7.1

SET MAXCMDRETRIES (Set the maximum number of command retries)

Use this command to set the maximum number of times that a scheduler on a client node can retry a failed, scheduled command.

You can use the command to override the maximum number of retries that are specified by the client node. A client’s value is overridden only if the client is able to connect with the server.

This command is used with the SET RETRYPERIOD command to regulate the time and the number of retry attempts to rerun failed command.

You can issue the QUERY STATUS command to display the current retry value. At installation, Tivoli® Storage Manager is configured so that each client determines its own retry value.

Privilege class

To issue this command, you must have system privilege.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-Set MAXCMDRetries--+--------+-------------------------------><
                      '-number-'   

Parameters

number
Specifies the maximum number of times the scheduler on a client node can retry a failed scheduled command. This parameter is optional.

The default is that each client determines its own value for this parameter. You can specify an integer from 0 to 9999. See the appropriate client documentation for more information on setting the maximum command retries from the client.

Example: Set the maximum number of command retries to 2

Retry, only twice, a failed attempt to process a scheduled command.
set maxcmdretries 2

Related commands

Table 1. Command related to SET MAXCMDRETRIES
Command Description
QUERY STATUS Displays the settings of server parameters, such as those selected by the SET commands.
SET RETRYPERIOD Specifies the time between retry attempts by the client scheduler.


Feedback