Skip to Main Content

DevOps, CI/CD and Automation

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!

Netbackup/RMAN error 19554

207488Feb 13 2002
I'm having a problem when I try to run an incremental backup
using the Veritas netbackup product and rman.

O/S: SunOS 2.7 (Solaris 7)
Oracle Version: 8.1.6.0.0
Server Name: omsysp1c
Instance Name: omsmws

Veritas Netbackup: 3.22
Veritas Volume Manager: 3.1
Veritas Filesystem: 3.3.3

Date and Time: 02/13/02 12:56 PM
Browser: Internet Explorer

When I run rman to backup to disk no problem:

RMAN-03022: compiling command: backup
RMAN-03023: executing command: backup
RMAN-08008: channel t1: starting incremental level 0 datafile backupset
RMAN-08502: set_count=1 set_stamp=453648370 creation_time=12-FEB-02
RMAN-08010: channel t1: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00004 name=/u11/oradata/oraomw0/omsmws/temp01.dbf
RMAN-08522: input datafile fno=00003 name=/u09/oradata/oraomw0/omsmws/rbs01.dbf
RMAN-08522: input datafile fno=00001 name=/u02/oradata/oraomw0/omsmws/system01.dbf
RMAN-08011: including current controlfile in backupset
RMAN-08522: input datafile fno=00002 name=/u02/oradata/oraomw0/omsmws/tools01.dbf
RMAN-08522: input datafile fno=00007 name=/u02/oradata/oraomw0/omsmws/usr.dbf
RMAN-08522: input datafile fno=00006 name=/u11/oradata/oraomw0/omsmws/indx01.dbf
RMAN-08522: input datafile fno=00005 name=/u11/oradata/oraomw0/omsmws/users01.dbf
RMAN-08013: channel t1: piece 1 created
RMAN-08503: piece handle=/u12/oradata/oraomw0/backups/omsmws/bk_1_1_453648370 comment=NONE
RMAN-08525: backup set complete, elapsed time: 00:00:26
RMAN-03023: executing command: partial resync
RMAN-08003: starting partial resync of recovery catalog
RMAN-08005: partial resync complete
RMAN-08031: released channel: t1

Recovery Manager complete.

When I backup using netbackup I get the following:

run {
57> # Cold database level 0 backup
58> allocate channel t1 type 'SBT_TAPE';
59> #allocate channel t1 type disk;
60> send 'NB_ORA_CLASS=UNIX_ORA_ONLINE, NB_ORA_SERV=itonbkrbm1';
61> #send 'NB_ORA_CLASS=Oracle-rman, NB_ORA_SERV=itonbkmp';
62> backup
63> incremental level 0
64> tag cold_db_bk_level0
65> filesperset 10
66> # Recommended format
67> #format '/u07/app/oracle/backup/bk_%s_%p_%t'
68> format 'bk_%s_%p_%t'
69> (database);
70>
71> # now that the backup is complete, open the db.
72> sql 'alter database open';
73> }
74>
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03007: retryable error occurred during execution of command: allocate
RMAN-07004: unhandled exception during command execution on channel t1
RMAN-10035: exception raised in RPC: ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-19557: device error, device type: SBT_TAPE, device name:
ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
Additional information: 4110
ORA-19511: SBT error = 4110, errno = 0, BACKUP_DIR environment variable is not set
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.DEVICEALLOCATE

Thank you for any help you can provide....

Chuck
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2002
Added on Feb 13 2002
0 comments
523 views