Nov 21, 2013

Problems with oracle back up or restore data on tivoli ?

 Who has not been trying to restore or backup with tivoli oracle?



This tips can be useful when they want to support an Oracle database agent using a 'tivoli data protector ":

if the delivery sbttest command something like this:



Always make sure to have executed the following:

as root try first if you have permission conflicts:


chmod -R 777 /usr/tivoli/tsm/client/api/bin64/*
chmod -R 777 /usr/tivoli/tsm/client/oracle/bin64/*
chmod -R 777 /usr/tivoli/tsm/client/api/*
chmod -R 777 /usr/tivoli/tsm/client/oracle/*
chmod 777 /tsmlogs/dsmerror.log
chmod 777 /tsmlogs/dsmprune.log
chmod 777 /tsmlogs

then do the following as oracle:
ln -s /usr/tivoli/tsm/client/oracle/bin64/libobk64.a $ORACLE_HOME/lib/libobk.a
ln -s /usr/tivoli/tsm/client/oracle/bin64/libobk64.a $ORACLE_HOME/lib/libobk64.a

and finally, to execute the next one:


:D Cheers!

No comments:

Post a Comment