cancel
Showing results for 
Search instead for 
Did you mean: 

rman backup erros.

atif_munir
Level 4
I can have FS backups but on rman backup I am getting the errors below. Please advise.
atif

input datafile fno=00007 name=/u01/oradata/vasdb/USERS1.dbf
channel ch02: starting piece 1 at 17-APR-06
released channel: ch00
released channel: ch01
released channel: ch02
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ch00 channel at 04/17/2006 04:32:10
ORA-19506: failed to create sequential file, name="bk_94_1_587968324", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
VxBSAValidateFeatureId: Failed with error:
Server Status: unexpected message received

RMAN>

Recovery Manager complete.

Script /usr/openv/netbackup/bin/hot_database_backup.sh
==== ended in error on Mon Apr 17 04:32:11 PKT 2006 ====
8 REPLIES 8

Yasuhisa_Ishika
Level 6
Partner Accredited Certified
Is it first trial of RMAN backup in this server?
What status code the application backup job end with?
Have you ever tried debug logging?

atif_munir
Level 4
Yes it is the first attempt to install/configure rman backup on this server.
Status code i am getting is 6
No idea about that

Yasuhisa_Ishika
Level 6
Partner Accredited Certified
Is license key for Oracle Agent registered on master server?
What version and patch of NetBackup you use?
First, enable debug logging on master server and client. After error, look for any messages related with this error in logs. To enable debug logging, refer Troubleshooting Guide of your NB version.

One more thing. Tell us wether the command below ends successful or not.

RMAN> run { allocate channel c1 type sbt_tape; }

atif_munir
Level 4
yes licence is there on the master server.
5.1
I am trying to enable to debug logs.
RMAN> run { allocate channel c1 type sbt_tape; }

allocated channel: c1
channel c1: sid=38 devtype=SBT_TAPE
channel c1: VERITAS NetBackup for Oracle - Release 5.1 (2004043016)
released channel: c1

RMAN>

ysgoh
Level 3
Hi,

Do you have any solution for this issue? I'm on NBU5.1 (MP5) and recently have the same issue. Previously the backup were running without any issue.

Thanks.

Chia_Tan_Beng
Level 6
> Do you have any solution for this issue? I'm on
> NBU5.1 (MP5) and recently have the same issue.
> Previously the backup were running without any
> issue.

Hi Yeok Song,

Do you have any changes in multi-stream or multiplexe lately?

Guy_Snyder
Not applicable
I also am having this problem. I am running NetBackup 5.1 MP5 with Oracle 9.2.0.6 RAC configuration. The RMAN script is set to backup from one of the two active nodes. This has been working fine for a long time. My problem is intermittent and continues if you just rerun the job. The problem work around is to shutdown the instance on the server you are backing up from and start it up again. The job will then run without error. It appears to occur on the archive log backup portion of the RMAN script. Here is the error:

channel ch01: starting piece 1 at 2006-09-13:01:06:00
released channel: ch00
released channel: ch01
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ch00 channel at 09/13/2006 01:06:25
ORA-19506: failed to create sequential file, name="bk_u1lht54bo_s7221_p1_t601002360", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
VxBSAValidateFeatureId: Failed with error:
Server Status: cannot connect on socket

zippy
Level 6
Guy,

Start a new thread so we can get some points from you.

JD