Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> problems with rman backup to tape

problems with rman backup to tape

From: <eduard_s_at_my-deja.com>
Date: Wed, 08 Sep 1999 07:46:50 GMT
Message-ID: <7r5498$2a$1@nnrp1.deja.com>


Hello world !

I have configured rman+netbackup_db_extension. During rman's backup to tape (via SUN Netbackup DB extension for Oracle) I received the following mesages:

RMAN-06005: connected to target database: GPP RMAN-06008: connected to recovery catalog database

RMAN>
RMAN> run {
2> allocate channel t1 type 'SBT_TAPE'; 3> setlimit channel t1 kbytes 2097150
maxopenfiles 32 readrate 200;

4> backup
5>  full
6>  filesperset 1
7>  format '%t%s'
8>  (database);
9> release channel t1;

10> }
11>
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: t1
RMAN-08500: channel t1: sid=28 devtype=SBT_TAPE

RMAN-03022: compiling command: set limit RMAN-03023: executing command: set limit

RMAN-03022: compiling command: backup
RMAN-03025: performing implicit partial resync of recovery catalog
RMAN-03023: executing command: partial resync RMAN-08003: starting partial resync of recovery catalog

RMAN-08005: partial resync complete
RMAN-03023: executing command: backup
RMAN-08008: channel t1: starting datafile
backupset
RMAN-08502: set_count=40 set_stamp=372774667 RMAN-08010: channel t1: including datafile 25 in backupset
RMAN-00569: ================error message stack
follows================

RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel t1
RMAN-10032: unhandled exception during execution of job step 1: ORA-06512: at line 85
RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry possible
ORA-19506: failed to create sequential file, name="37277466740", parms=""
ORA-27006: sbtremove returned error
SVR4 Error: 17637560: Unknown system error Additional information: 4110
Additional information: 1
ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408 RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE Now I can't determine from that level (OS, Oracle, or NetBackup) this error is occured.
I have tested this configuration with oracle's sbttest utility -- all is ok (write/read to tape). We use Solaris 2.6, Oracle 8.0.4.3, and SUN Netbackup 3.1.1

Thank you for your time
Any suggestions would be very helpful

Kind regards
Ed

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Wed Sep 08 1999 - 02:46:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US