ADSM-L

Oracle 8 connect agent .... with RMAN script

2015-10-04 17:35:06
Subject: Oracle 8 connect agent .... with RMAN script
From: Jeff Keen [SMTP:JKeen AT CI.FLINT.MI DOT US]
To: ADSM-L AT VM.MARIST DOT EDU
I am trying to setup the Connect Agent for Oracle (v2.1.0.7) on an AIX
Client connecting to an AIX Server(v3.1.2.40). Below is the error we
received on our (myself and the DBA) first attempt at running a online
backup. Has anyone seen this before, or can anyone tell what the problem
is? TIA for any help.

**********ERROR MSG FOLLOWS******************


RMAN-08005: partial resync complete
RMAN-03023: executing command: backup
RMAN-08008: channel adsm: starting datafile backupset
RMAN-08502: set_count=4 set_stamp=387713151
RMAN-08010: channel adsm: including datafile 5 in backupset
RMAN-03026: error recovery releasing channel resources
RMAN-08031: released channel: adsm
RMAN-00569: ================error message stack follows================
RMAN-03015: error occurred in stored script adsm_test_backup
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel adsm
RMAN-10032: unhandled exception during execution of job step 1: ORA-06512:
at line 88
RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry
possible
ORA-19506: failed to create sequential file, name="TEST_04bho23v", parms=""
ORA-27006: sbtremove returned error
IBM AIX RISC System/6000 Error: 2032: Error 2032 occurred.
Additional information: 7083
Additional information: 1
ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
RMAN-10031: ORA-19624 occurred during call to
DBMS_BACKUP_RESTORE.BACKUPPIECECRE
ATE

*******RMAN SCRIPT FOLLOWS************

create script adsm_test_backup {
allocate channel adsm type 'SBT_TAPE'
parms 'ENV=(DSMI_LOG=/usr/lpp/adsm/bin/api,
DSMO_AVG_SIZE=1000MB,
DSMO_NODE=BANNER,
DSMO_PSWDPATH=/usr/lpp/adsmagent/aob)';
backup
format '%d_%u'
(tablespace users);




Jeff Keen
Network/LAN Specialist
<Prev in Thread] Current Thread [Next in Thread>