retry
Description
This subcommand makes settings on retries of export processing.
When an internal error occurs during export processing, Export Tool stops processing and then retries export processing. By default, Export Tool can retry processing up to three times, but you can change the maximum number of retries by using the retry subcommand.
By default, the interval between one retry and the next retry is two minutes. You can change the interval by using the retry subcommand.
The retry subcommand must run before the login subcommand runs.
Syntax
retry [time=m] [count=n]
Operands
|
Operand |
Description |
|
time=m |
Specifies the interval between retries in minutes, where m is a value within the range of 1 to 59. If this operand is omitted, the interval between retries is two minutes. |
|
count=n |
Specifies the maximum number of retries. If n is 0, the number of retries is unlimited. If this operand is omitted, the maximum number of retries is 3. |
Example
If the following command file is used, the interval between retries is 5 minutes and the maximum number of retries is 10.
ip 158.214.135.57 dkcsn 123456 retry time=5 count=10 login expusr passwd show group Port range 200604010850:200604010910 outpath out option compress apply
