Re: rman and Tivoli

From: Rich Jesse <rjoralist_at_society.servebeer.com>
Date: Wed, 4 Jun 2008 16:25:13 -0500 (CDT)
Message-ID: <51287.12.17.117.251.1212614713.squirrel@12.17.117.251>


A Google search suggests that a TSM API file is not accessible to the Oracle user:

Solution Description


  The default path where TDPO looks at is '/usr/tivoli/tsm/client/api/bin64'   even if the file DSM.SYS exists in another directory.

  The read permission of the file '/usr/tivoli/tsm/client/api/bin64/dsm.sys'   was incorrect:
    -rw-r----- i.e. "OTHERS" which is Oracle isn't allowed to read the   file /usr/tivoli/tsm/client/api/bin64/dsm.sys

  After changing permissions on /usr/tivoli/tsm/client/api/bin64/dsm.sys in order
  to allow oracle to use it then the backup works fine.

    $ chmod +r /usr/tivoli/tsm/client/api/bin64/dsm.sys

It's a place to start anyway.

GL!

Rich

>
> Does anybody know why I get this error when I execute sbttest test?
>
> This is AIX5.3 64-bit with EE 10.2.0.3.0.
>
> /u00/app/oracle> sbttest test
>
> The sbt function pointers are loaded from libobk.a(shr.o) library.Return
> code -1 from sbtinit, bsercoer = 7011, bsercerrno = 2534sbtopen: System
> error - eg. malloc, fork errors
>
> This is result of the what command:
>
> what /usr/lib/libobk64.a: IBM Tivoli Storage Manager for Databases,
> Data Protection for Oracle.
> Version: 5.3.3.0. Build Date: May 25 2006.
>
> I have the links:
>
> $ORACLE_HOME/lib> ls -l libobk*lrwxrwxrwx 1 oracle dba 46
> May 25 05:48 libobk.a -> /.../client/oracle/bin64/libobk64.alrwxrwxrwx 1
> oracle dba 46 May 25 05:45 libobk64.a ->
> /.../client/oracle/bin64/libobk64.a
>
> Thanks.

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 04 2008 - 16:25:13 CDT

Original text of this message