Hi All,
Recently we have installed new backup tool - Symantec Backup exec 16 ( Veritas)
We have installed agent on Our DB server
Version - 12.1.2.0
OS - RHEL 6.4
Now I want to configure RMAN backup to Tape directly instead of taking to disk then to tape. Please suggest the parameter need to in our script
We were using TSM and taking to tape directly using below script.
run
{
allocate channel t1 type
'SBT_TAPE'
parms=
"ENV=(TDPO_OPTFILE=tdpo.opt)"
;
allocate channel t2 type
'SBT_TAPE'
parms=
"ENV=(TDPO_OPTFILE=tdpo.opt)"
;
allocate channel t3 type
'SBT_TAPE'
parms=
"ENV=(TDPO_OPTFILE=tdpo.opt)"
;
backup
as
compressed backupset
check
logical incremental
level
0
database
format
'backup_%d_%I_set%s_piece%p'
;
}
Now instead if TSM tape, want to configure to Symantec/veritas backup. Please correct me with the required parameters and any pre-requisite I need to check.
Thanks,
Sal