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

Home -> Community -> Usenet -> c.d.o.server -> Issue with rman ol Solaris 2.6

Issue with rman ol Solaris 2.6

From: Yannick GUILLOUX <elnikou_at_wanadoo.fr>
Date: 2 Apr 2003 09:28:41 -0800
Message-ID: <7c78324.0304020928.a8d4e6c@posting.google.com>


Hello,

I am trying to run rman on solaris 2.6 to backup an 8.1.7 oracle DB on a remote library through Solstice Backup 6.1.3.

Here is the result :



RMAN> connect target sys/change_on_install;
2> run {
3> set command id to '001';
4> 
5> allocate channel t1 type 'SBT_TAPE'
6> parms 'ENV=(NSR_SERVER=sambck,NSR_GROUP=oracle)';
7> allocate channel t2 type 'SBT_TAPE'
8> parms 'ENV=(NSR_SERVER=sambck,NSR_GROUP=oracle)';
9> backup full filesperset 4
10> format 'FULL_%d_%u'
11> database;
12> release channel t1;
13> release channel t2;
14> }

15>
16>
RMAN-06005: connected to target database: SPIRAL (DBID=3439957797) RMAN-06009: using target database controlfile instead of recovery catalog

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

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: t1
RMAN-08500: channel t1: sid=108 devtype=SBT_TAPE
RMAN-08526: channel t1: BMO v3.0

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: t2

RMAN-08500: channel t2: sid=161 devtype=SBT_TAPE RMAN-08526: channel t2: BMO v3.0
RMAN-03022: compiling command: backup
RMAN-03023: executing command: backup
RMAN-08008: channel t1: starting full datafile backupset
RMAN-08502: set_count=26 set_stamp=490297287 creation_time=02-APR-03
RMAN-08010: channel t1: specifying datafile(s) in backupset
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS

RMAN-00571: ===========================================================
RMAN-03006: non-retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel t1 RMAN-10035: exception raised in RPC: ORA-27153: wait operation failed
ORA-27300: OS system dependent operation:semop failed with status: 13
ORA-27301: OS failure message: Permission denied
ORA-27302: failure occurred at: sskgpwwait2
ORA-27300: OS system dependent operation:semctl failed with status: 13
ORA-27301: OS failure message: Permission denied
ORA-27302: failure occurred at: sskgpwpost1
ORA-27303: additional information: semid = 1507329
RMAN-10031: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPDATAFILE Recovery Manager complete.
#

I have seen somewhere that this could come from an OS bug that could be fixed by a patch from Legato (LGTpa17787), but this patch can not be found anywhere !!!

Can anybody help me !!!!????

thanks in advance Received on Wed Apr 02 2003 - 11:28:41 CST

Original text of this message

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