Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to run ad-hoc RMAN command with Netbackup parameters ?

flying_penguinOct 23 2013 — edited Oct 23 2013

Oracle version: 11.2.0.3

OS : Oracle Linux 6.3

All our backups go to tape . We use netbackup. To do backup, we usually run shell scripts scripts whose contents look like below.

run

{

ALLOCATE CHANNEL c1 TYPE 'SBT_TAPE';

SEND 'NB_ORA_CLIENT=flsbr158,NB_ORA_POLICY=flsbr158_rman,NB_ORA_SERV=qualmh238,NB_ORA_SCHED=Daily';

backup database   FORMAT 'NEHPROD_%d_%U_%t.rbk' tag='NEHPROD_full';

}

Sometimes we get issues at the Media management layer like below . To debug the issue,  instead of attempting for full database backup or Incremental backup, I want to do a test backup of a small file , like a spfile or control file.

Can I run the SEND command for netbackup parameters without a run block?

ORA-19506: failed to create sequential file, name="al_5482_1_429479947", parms="

"

ORA-27028: skgfqcre: sbtbackup returned error

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

   VxBSAValidateFeatureId: Failed with error:

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2013
Added on Oct 23 2013
1 comment
1,180 views