1753435 Members
4579 Online
108794 Solutions
New Discussion юеВ

Backup Failure

 
SOLVED
Go to solution
pat phillips
Occasional Advisor

Backup Failure

Dear All -

I have been working on an issue with CommVault and rman. The problem this fail's with the following error's.

RMAN Error Reported
-------------------
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ch1 channel at 03/21/2005 16:09:19
ORA-19506: failed to create sequential file, name="74gfsfgg_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
sbtbackup: Job[234933] thread[5458]: Setup Pipeline failed.


Can anyone advise me on this as I beleive I need to set the ORACLE_VERSION='9.2.0 64Bit' as at present this ORACLE_VERSION is not set.

But I also see the following :
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
sbtbackup: Job[233066] thread[21576]: Setup Pipeline failed

Regards,
Pat
3 REPLIES 3
harry d brown jr
Honored Contributor
Solution

Re: Backup Failure

see: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=820962

live free or die
harry d brown jr
Live Free or Die
Indira Aramandla
Honored Contributor

Re: Backup Failure

Hi Pat,

The first part of the error as Harry suggested in the attached post, you need to set the ORACLE_VERSION='9.2.0 64Bit' .
In the file /etc/opt/omni/integ/Oracle8/dksq%SID, the variable ORACLE_VERSION has to be set ='9.2.0 32Bit'.

Now the second part of the error ├в ORA-19511: Error received from media manager layer, error text:├в

This error is from the media API and is reported back to rman. To see more information about why this failure occured, look in the tape API client log on the target database server. The media API is supposed to write to the sbtio.log but some write to their own log.

This error indicates a problem with the Backup portion of the configuration. An error occurred in the media management software which is linked with the Oracle server to perform backup and restore in cooperation with Recovery Manager. Check the configuration.

In
Never give up, Keep Trying
pat phillips
Occasional Advisor

Re: Backup Failure

Thanks for the help configurd the parms and working.