cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Backup fails after 15 min

PQuicken
Level 3
Partner Accredited

Hi

 

On a SAP Server that is backuped using backint and rman. This server is NBU Media Server 7.0.1. The SAP Backup Job exits with Code 50. In die RMAN Log File we see the following lines:

Starting Control File and SPFILE Autobackup at 19-MAY-11

released channel: sbt_1

released channel: sbt_2

released channel: sbt_3

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03009: failure of Control File and SPFILE Autobackup command on sbt_1 channel at 05/19/2011 19:40:54

ORA-27192: skgfcls: sbtclose2 returned error - failed to close file

ORA-19511: Error received from media manager layer, error text:

   VxBSAEndTxn: Failed with error:

   The transaction was aborted.

 

I set all Client Timeout Values in the bp.conf file to 8 hours.

Any Ideas?

 

Thanks

 

Peter

5 REPLIES 5

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

In which bp.conf did you increase the Timeouts? Check Timeouts on the media server.

Please ensure that all relevant logs are enabled:

On master: bprd

On media server: bpbrm and bptm

On client: backint and dbclient (remember the 777 permission on the folders)

PQuicken
Level 3
Partner Accredited

Hi Marianne,

 

 

the values are set on the client which is also the SAN Media server. All the logfile directories are build using the mklogdir command utility. So the permissons are set to 777.

 

 

Thanks

 

Peter

jim_dalton
Level 6

looks like its not been set up correctly...theres a section on symlinks.

Did this use to work or is it a completely new installation?

Jim

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

It seems as if there is a 15 minute (900 sec) timeout 'somewhere'.

Please post logs as attachments.

Oddy
Level 5
Employee

Hi,

I can see it fails running the autobackup.

Try to switch off the autobackup in rman and see how it goes. I assume that all the other jobs are successful.

I.e run as oracle user

$ORACLE_HOME/bin/rman target / nocatalog

configure controlfile autobackup off;

exit

run the backup again and see if you can recreate the problem.

/Oddy