Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CommVault Connection with ClOraAgent failed(90 secs)

Phil McDermottMar 7 2012 — edited Mar 9 2012
Were trying to get CommVault to work and allow us to backup to tape. I'm using DBConsole of OEM and trying to execute a Test Tape Backup. Here's what DBConsole's RMan attempt produces:

Any ideas/solution would be much appreciated...

RMAN> run {
2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U' parms 'SBT_LIBRARY=/home/cv8/simpana/Base64/libobk.so,BLKSIZE=262144,ENV=(CV_mmsApiVsn=2,CV_channelPar=ch1,ThreadCommandLine=BACKUP -jm 13 -a 2:303 -cl 31 -ins 88 -at 22 -j 0 -bal 2 -bap 0 -rap 0 -rcp 0 -mav 0 3> -ms 1 -data -PREVIEW -cn calypso -vm Instance001)';
4> backup as BACKUPSET current controlfile tag '03072012120849';
5> restore controlfile validate from tag '03072012120849';
6> release channel oem_sbt_backup;
7> }
allocated channel: oem_sbt_backup
channel oem_sbt_backup: sid=86 devtype=SBT_TAPE
channel oem_sbt_backup: CommVault Systems for Oracle: Version 8.0.0(BUILD68)

Starting backup at 07-MAR-12
channel oem_sbt_backup: starting full datafile backupset
channel oem_sbt_backup: specifying datafile(s) in backupset
including current control file in backupset
channel oem_sbt_backup: starting piece 1 at 07-MAR-12
released channel: oem_sbt_backup
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on oem_sbt_backup channel at 03/07/2012 12:10:45
ORA-19506: failed to create sequential file, name="g0n5986r_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
sbtbackup: Job[0] thread[24424]: Connection with ClOraAgent failed(90 secs) for channel=1.


RMAN> allocate channel for maintenance type 'sbt_tape' parms 'SBT_LIBRARY=/home/cv8/simpana/Base64/libobk.so,BLKSIZE=262144,ENV=(CV_mmsApiVsn=2,CV_channelPar=ch1,ThreadCommandLine=BACKUP -jm 13 -a 2:303 -cl 31 -ins 88 -at 22 -j 0 -bal 2 -bap 0 -rap 0 -rcp 0 -mav 0 -ms 1 -dat2> a -PREVIEW -cn calypso -vm Instance001)';
allocated channel: ORA_MAINT_SBT_TAPE_1
channel ORA_MAINT_SBT_TAPE_1: sid=86 devtype=SBT_TAPE
channel ORA_MAINT_SBT_TAPE_1: CommVault Systems for Oracle: Version 8.0.0(BUILD68)


RMAN> delete noprompt backuppiece tag '03072012120849';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of delete command at 03/07/2012 12:10:47
RMAN-06168: no backup pieces with this tag found: 03072012120849


RMAN> exit;

Recovery Manager complete.

Edited by: Phil McDermott on Mar 7, 2012 1:39 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 6 2012
Added on Mar 7 2012
2 comments
4,252 views