ADSM-L

Re: Problem with RMAN backup of Oracle 8.1.7 database

2001-04-04 13:18:45
Subject: Re: Problem with RMAN backup of Oracle 8.1.7 database
From: James Thompson <mezron AT HOTMAIL DOT COM>
Date: Wed, 4 Apr 2001 10:19:17 -0700
When you do the test, open an administrative client in console to the TSM
server (dsmadmc -consolemode) so that you can see which node is connecting
and any error messages the TSM server may be reporting.

Also change your rman script environment variables to include DSMO_DEBUG=49.
 This will cause a file orcagent.log in the $ORACLE_HOME/dbs directory.
That file will contain useful troubleshooting information.
'ENV=DSMI_ORC_CONFIG=/usr/tivoli/tsm/client/api/bin/dsm.opt,DSMO_AVG_SIZE=1000,DSMO_DEBUG=49)';

post the results of doing those two items, and may be able to assist in
troubleshooting.

James Thompson


From: "Block, Clemens" <block AT RZAG DOT NET>
Reply-To: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Problem with RMAN backup of Oracle 8.1.7 database
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
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**

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
<Prev in Thread] Current Thread [Next in Thread>