cancel
Showing results for 
Search instead for 
Did you mean: 

Netbackup for SAP with brtools error

Ashish_86
Level 4

Hello ,

 

We are facing error when the script sap_online_backup.sh script is executed from Netbackup. Below is the logs from stdout file

******************************************************

SAP_SCHEDULED = 1

SAP_USER_INITIATED = 0

SAP_SERVER = mps2647

SAP_POLICY = SAP_SANDBOX

SAP_SCHED =

SAP_SNC_SCHED = Full

Execute setenv SAP_SERVER mps2647; setenv SAP_POLICY SAP_SANDBOX; setenv SAP_SNC_SCHED Full; brbackup -u / -c -d util_file_online -t online -m all

BR0051I BRBACKUP 7.00 (18)

BR0055I Start of database backup: begjfyfa.anf 2011-07-20 08.26.18

BR0477I Oracle pfile /oracle/SID/102_64/dbs/initSID.ora created from spfile /oracle/SID/102_64/dbs/spfileSID.ora

BR0280I BRBACKUP time stamp: 2011-07-20 08.26.19

BR0319I Control file copy created: /oracle/SID/sapbackup/cntrlSID.dbf 9388032

BR0280I BRBACKUP time stamp: 2011-07-20 08.26.19

BR0057I Backup of database: SID

BR0058I BRBACKUP action ID: begjfyfa

BR0059I BRBACKUP function ID: anf

BR0110I Backup mode: ALL

BR0077I Database file for backup: /oracle/SID/sapbackup/cntrlSID.dbf

BR0061I 10 files found for backup, total size 11685.023 MB

BR0143I Backup type: online

BR0130I Backup device type: util_file_online

BR0109I Files will be saved by backup utility

BR0142I Files will be switched to backup status during the backup

BR0126I Unattended mode active - no operator confirmation required

BR0280I BRBACKUP time stamp: 2011-07-20 08.26.19

BR0229I Calling backup utility with function 'backup'...

BR0278I Command output of '/usr/sap/SID/SYS/exe/run/backint -u SID -f backup -i /oracle/SID/sapbackup/.begjfyfa.lst -t file_online -p /oracle/SID/102_64/dbs/initSID.utl -c':

WARNING: drives value missing from parameter file /oracle/SID/102_64/dbs/initSID.utl

default drives value = 1

ERROR: incorrect format or option in .utl file (-p)

BR0280I BRBACKUP time stamp: 2011-07-20 08.26.19

BR0279E Return code from '/usr/sap/SID/SYS/exe/run/backint -u SID -f backup -i /oracle/SID/sapbackup/.begjfyfa.lst -t file_online -p /oracle/SID/102_64/dbs/initSID.utl -c': 2

BR0232E 0 of 10 files saved by backup utility

BR0280I BRBACKUP time stamp: 2011-07-20 08.26.19

BR0231E Backup utility call failed

BR0056I End of database backup: begjfyfa.anf 2011-07-20 08.26.19

BR0280I BRBACKUP time stamp: 2011-07-20 08.26.21

BR0054I BRBACKUP terminated with errors

******************************************************

The utl and sap files seems to be correct . Can anybody please suggest on it . Thanks

 

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Please share all relevant info :

NBU version on master, media and client, OS on all of these, SAP and Oracle versions.

Please also share sap_online_backup.sh as well as /oracle/SID/102_64/dbs/initSID.utl.  You have replace SID with your instance name, right?

Please see this error in the output:

WARNING: drives value missing from parameter file /oracle/SID/102_64/dbs/initSID.utl

default drives value = 1

ERROR: incorrect format or option in .utl file (-p)

 

Please create /usr/openv/netbackup/logs/backint  log directory and
chmod 777 /usr/openv/netbackup/logs/backint

Please post backint log after next failure.

View solution in original post

2 REPLIES 2

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Please share all relevant info :

NBU version on master, media and client, OS on all of these, SAP and Oracle versions.

Please also share sap_online_backup.sh as well as /oracle/SID/102_64/dbs/initSID.utl.  You have replace SID with your instance name, right?

Please see this error in the output:

WARNING: drives value missing from parameter file /oracle/SID/102_64/dbs/initSID.utl

default drives value = 1

ERROR: incorrect format or option in .utl file (-p)

 

Please create /usr/openv/netbackup/logs/backint  log directory and
chmod 777 /usr/openv/netbackup/logs/backint

Please post backint log after next failure.

Ashish_86
Level 4

Issue was with client connectivity to master server . We figured that out with the help of backint logs . Thanks