cancel
Showing results for 
Search instead for 
Did you mean: 

Hi everyone

Carlos_V
Level 6

I have this problem with oracle backups:

parms=""

ORA-27028: skgfqcre: sbtbackup returned error

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

   VxBSACreateObject: Failed with error:

   Server Status:  Communication with the server has not been initiated or the server status has not been retrieved from the server

channel ch03 disabled, job failed on it will be run on another channel

 

 

But the rest of backup ends OK, my question is why this messages appers?

2 REPLIES 2

AbdulRasheed
Level 6
Employee Accredited Certified

Hi Carlos,

  You may want to enable dbclient log on Oracle client and set VERBOSE to 5. When this occurs again, the dbclient log is likely to have more info.

  Also please see if this is applicable to you http://www.symantec.com/docs/TECH75348

Eric_Zhang
Level 5

Solution:

on your Oracle database server, make sure that the  "/usr/openv/netbackup/logs/user_ops" existed. and make sure the permission is right
for this folder and all its sub-directories

you could try below


#chmod 777 /usr/openv/netbackup/logs/user_ops
#chmod 777 /usr/openv/netbackup/logs/user_ops/dbext
#chmod 777 /usr/openv/netbackup/logs/user_ops/dbext/logs

This will solve your problem

Eric