ADSM-L

Problem with RMAN backup of Oracle 8.1.7 database

2001-04-04 12:17:12
Subject: Problem with RMAN backup of Oracle 8.1.7 database
From: "Block, Clemens" <block AT RZAG DOT NET>
Date: Wed, 4 Apr 2001 18:02:50 +0200
Hi everyone!

I have a problem with the implementation of a Oracle 8.1.7 backup with
RMAN. I get connect to the ADSM Server (3.1.2.16) twice with enrties
in the api errorlog that the MC spezified in the inclexcl file could not be
found.
I fixed the mistake and restart the RMAN script. Now I get the same
errors from RMAN but no entries in the server actlog or the api errorlog.
So I'm sure that there is no connect to the ADSM Server.

Any suggestions what is wrong would be greatly appreciated!!!

Clemens

My environment is:
ADSM Server 3.1.2.16
API 3.7.2.0
libobk.a 2.1.0.10
OS on DB Server AIX 4.3.3

The RMAN Output is:

RMAN> #
2> # RMAN-Backup-Script
3> # Sicherung des contolfile
4> #
5> connect target /
RMAN-06005: connected to target database: PVP (DBID=1042085276)

RMAN> connect catalog rman/rman@test817
RMAN-06008: connected to recovery catalog database

RMAN> run {
2>      allocate channel ch1 type 'sbt_tape'
3>      parms
'ENV=(DSMI_ORC_CONFIG=/usr/tivoli/tsm/client/api/bin/dsm.opt,DSMO_AVG_SIZE=1
000)';
4>      backup current controlfile;
5>      release channel ch1;
6> }
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: ch1
RMAN-08500: channel ch1: sid=39 devtype=SBT_TAPE
RMAN-08526: channel ch1: MMS Version 2.1.10.0

RMAN-03022: compiling command: backup
RMAN-03023: executing command: backup
RMAN-08008: channel ch1: starting full datafile backupset
RMAN-08502: set_count=46 set_stamp=426185900 creation_time=04-APR-01
RMAN-08010: channel ch1: specifying datafile(s) in backupset
RMAN-08011: including current controlfile in backupset
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel ch1
RMAN-10035: exception raised in RPC: ORA-19506: failed to create sequential
file, name="1ecme55c_1_1", parms=""
ORA-27007: failed to open file
IBM AIX RISC System/6000 Error: 2400: System call error number 2400.

Additional information: 7111
Additional information: 1
ORA-19511: SBT error = 7111, errno = 2400, sbtinit: system error
RMAN-10031: ORA-19624 occurred during call to
DBMS_BACKUP_RESTORE.BACKUPPIECECREATE

RMAN> **end-of-file**
<Prev in Thread] Current Thread [Next in Thread>