SQL autmatic retries is now available in NB 6.0 MP5
Etrack Incident = ET867730
Description:
An enhancement was included in this maintenance pack that implements an
automatic retry for SQL backups.
To carry out a retry, NetBackup MSSQL (NB-MSSQL) keeps track of the failed
operations in the batch. Failed operations are written to a newly
generated batch file with the number of retries, decremented by 1. For a
manual retry, the retry batch is placed in dbext\mssql\retry\. For an
automatic retry, the retry batch is placed in dbext\mssql\temp\ and is
initiated automatically by NB-MSSQL when the previous batch file completes.
Note: There are no NetBackup server changes in this feature for providing
advanced job grouping, server console retry, and-so-on.
Retry functionality is driven by new keyword-value pairs as follows:
RETRYTYPE MANUAL|AUTOMATIC
NUMRETRIES n --- n must be 1-9
RETRYWAITSECONDS n ?--- number of seconds until next retry
Usage:
1. Keywords are available only if all of the operations in the batch
file are backups.
2. They are only allowed in the first operation of the batch file.
3. They are also compatible with GROUPSIZE, BATCHSIZE, as well as $ALL
options.
4. If NUMRETRIES is specified but not RETRYTYPE, then AUTOMATIC is assumed.
5. If RETRYTYPE is specified, but not NUMRETRIES, then 1 retry is assumed.
Note: Backup $ALL uses an expansion macro to generate a new batch file that
Specifies operations for each object. If retry is specified with $ALL,
then the retry logic is applied to the expanded batch file.
In addition to restart capability, new information is added to the
progress viewer to enumerate the objects on which failed to get
backed up.
Bob Stump
VERITAS - "Ain't it the truth?"