TDP for Oracle on SUN

According to manual, dsm.sys should be in /api/bin64. It works with both locations anyway.

ok but there is no dsm.opt file in /opt/tivoli/tsm/client/oracle/bin64
what i do copy this file and past on /opt/tivoli/tsm/client/oracle/bin64


dsm.opt and dsm.sys are in the same directory
 
msosin tell me one thing I am unable to execute this command
$ ln -s /usr/lib/sparcv9/libobk.so $ORACLE_HOME/lib/libobk.so

because i am unable to find libobk.so file in my oracle server

how to fix this thing ?
 
In redbook there shuld be an information how to compile this library, then you link it to Oracle.

I need to check that.
 
stop oracle instance
[FONT=&quot]cd $ORACLE_HOME/rdbms/lib[/FONT]

as an oracle user run this command:

[FONT=&quot]$ /usr/ccs/bin/make –f ins_rdbms.mk LLIBMM=/usr/lib/sparcv9/libobk.so ioracle[/FONT]


[FONT=&quot]cd $ORACLE_HOME/lib[/FONT]
[FONT=&quot]ln –s /usr/lib/sparcv9/libobk.so libobk.so[/FONT]

start oracle instance.

That should rebuild your library for tdp.
 
Thanks Harry and Msosin

i am done backups are started now :) thanks for your help guys....


I have also installed the BA client on my SUN server please tell me how to take backup of my files using BA client ?

<<<<what i understand>>>>
dsm.opt file is just a hook or a pointer that is pointing to dsm.sys file that has the tsm server and node information ... in tdop.opt file we call dsm.opt (hook file) and that file calls dsm.sys :)

 
Last edited:
Hi,

for running BA client create NEW dsm.sys and dsm.opt in the /opt/tivoli/tsm/client/ba/bin:
/opt/tivoli/tsm/client/ba/bin/dsm.sys basic example:
servername tsmsrv
nodename <node_name>
tcpserveraddress <TSM_Server_IP/FQDN>
commmethod tcp
passwordaccess generate

/opt/tivoli/tsm/client/ba/bin/dsm.opt basic example:
servername tsmsrv

Hope it helps

Harry
 
Got it sir,

Oh ma God, Harry listen to me very carefully .... I installed BA client on /opt/tivoi/tsm/client/ba
when i open the file of dsm.opt and dsm.sys files are same as the files exist on my api folder
when i make changes on BA/dsm.opt that change replicate autimatically on API/dsm.opt
the same thing is happening with dsm.sys file

client/BA/dsm.opt and client/ba/dsm.sys are linked automaticaly with client/api/dsm.opt and client/api/dsm.sys


plz tell me the command to take full or prograsive incremental backup of a certain directory.....
for oracle i use RMAN but how i use BA client on SUN for files backup ?

plz also tell me is there any GUI interface for BA client on sun solaris??
-----------------------------------------------------
 
Last edited:
Back
Top