can you please tell how to create a link for these
Create links in your new /usr/sap/[SID]/SYS/exe/run
is it using ln -s command please can u say exact command ..
thanks wmp ....
Main Topics
Browse All TopicsHi
I have configured TDP for ERP for a instance ,now there is another instance in same machine ,i want to configure backup for second instance using tdp for erp ,should i reinstall tdp for erp package for the another instance again and specify BR tool location ,configure initsid.utl and every thing ...
thanks
Shyam
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: woolmilkporcPosted on 2009-08-26 at 05:15:53ID: 25186687
Hi,
no, you don't need to reinstall the tdp package (you even can't).
With a new instance, you should have a new $ORACLE_HOME/dbs directory.
Copy the shipped agent.lic, initSID.bki and initSID.utl files from the tdp installation directory there, changing SID to your new SID.
Customize the .utl file, particularly for the new mgmt classes and nodename. Customize init[SID].sap (particularly 'util_par_file'). Mind ownership/permissions of the copied files!
Create links in your new /usr/sap/[SID]/SYS/exe/run for backint and backfm (point them to the binaries in the TDP installation directory, probably /usr/tivoli/tsm/tdp_r3/ora 64/)
Initia lize the .bki file by entering "backint -p [/path/to/.utl/file] -f password"
Enter the TSM password for the new TSM node when prompted.
Good luck!
wmp