| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Issue with rman ol Solaris 2.6
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 :
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> }
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-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
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 = 1507329RMAN-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
![]() |
![]() |