Hello,
I have a DP cell manger (6.20) installed (and patched) on a Windows server 2003 and I am trying to backup, using the RMAN plug-in, an oracle DB located on a Linux RH 6.4 64 bit.
Unfortunately I have the following error:
========================================================================
[Normal] From: ob2rman@hqldvoracle01.hq.un.fao.org "FISD" Time: 12/02/2013 05:00:59 PM
Backing up current control file completed.
Location: /var/opt/omni/tmp/ctrl_FISD_6567.dbf.
[Major] From: ob2rman@hqldvoracle01.hq.un.fao.org "FISD" Time: 12/02/2013 05:01:21 PM
Backup of Data Protector managed control file backup failed.
=======================================================================
In the client debug log I have the following error:
==========================================================================
12/02/2013 05:02:01 PM util_cmd.14802.0 ["/lib/cmn/posixio.c $Rev: 25204 $ $Date:: 2011-10-14 15:43:07":270] A.06.20 b407
OB2_DeleteFile: remove() failed, errcode=1 [file=/var/opt/omni/tmp/rcvcat6567.exp]
===========================================================================
Here the permissions on /var/opt/omni/tmp dir
============================================================================
drwxrwxrwt 2 root sys 4096 Dec 2 17:02 tmp
=============================================================================
Here the files contained:
==============================================================================
total 10988
-rw-r----- 1 oracRMAD dba 5627904 Dec 2 17:01 rcvcat6567.exp
==============================================================================
I am using the configuration "use recovery catalog" and oracRMAD is the owner of the RMAN DB instance.
I understand that it is a permission issue but really don't know how to fix it.
Thanks
ALe