Avamar Plug-in for Oracle: Oracle Avamar rman CLI archivelog backup does not run concurrently with database backups when a taskfile is in use

Summary: Oracle Avamar rman CLI archivelog backup does not run concurrently with database backups when a taskfile is in use

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms



Oracle Avamar rman CLI archivelog backup does not run concurrently with database backups when a taskfile is in use.

rman script that does the database backup uses the same taskfile than archivelog backups

rman script to do database backups:

run {

allocate channel t1 type sbt PARMS 'SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so' SEND '"--flagfile=/home/oracle/flags.txt" "--bindir=/usr/local/avamar/bin"  "--cacheprefix=t1" "--vardir=/var/avamar" "--logfile=/var/avamar/t1.log" "--taskfile=/home/oracle/taskflag.txt"' trace 5;
...

rman script that does archivelog backups:

run {
allocate channel t1 type sbt PARMS  'SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so' SEND '"--flagfile=/home/oracle/flags.txt" "--bindir=/usr/local/avamar/bin"  "--cacheprefix=t1arch" "--vardir=/var/avamar" "--logfile=/var/avamar/t1arch.log" "--taskfile=/home/oracle/taskflag.txt"' trace 
5;
...

Note: taskfile is a file that contains info about number of channels and if the operation is backup or restore.

Cause

Concurrent operations should use different taskfile names.

Resolution

  • Create a different file name for the taskfile used for archivelog backups.

Example:


rman script to do database backups:

run {

allocate channel t1 type sbt PARMS 'SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so' SEND '"--flagfile=/home/oracle/flags.txt" "--bindir=/usr/local/avamar/bin"  "--cacheprefix=t1" "--vardir=/var/avamar" "--logfile=/var/avamar/t1.log" "--taskfile=/home/oracle/taskflag.txt"' trace 5;
...


rman script that does archivelog backups:

allocate channel t1 type sbt PARMS  'SBT_LIBRARY=/usr/local/avamar/lib/libobk_avamar64.so' SEND '"--flagfile=/home/oracle/flags.txt" "--bindir=/usr/local/avamar/bin"  "--cacheprefix=t1arch" "--vardir=/var/avamar" "--logfile=/var/avamar/t1arch.log" "--taskfile=/home/oracle/taskarch.txt"' trace 5;
...


Affected Products

Avamar

Products

Avamar, Avamar Plug-in for Oracle
Article Properties
Article Number: 000065379
Article Type: Solution
Last Modified: 20 May 2025
Version:  3
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.