Setting up a TDP for SAP (R3) Client on AIX
Audience: This document assumes basic understanding of the AIX command line and also assumes that TSM B/A client was configured and TDP R3(TDP for SAP) was already been installed on the AIX client machine.
FYI.. installed packages can be queried with the following command on AIX prompt: lslpp -l | grep -i tsm
Log into the TSM Server:
Register the TDP Node as a separate Client Node:
REGISTER NODE <NODE NAME> <PASSWORD> DOMAIN=DATABASE MAXNUMMP=8
Log into the Client Node:
Change to the directory: /usr/tivoli/tsm/client/api/bin64
Copy the following settings below into dsm.opt:
Change to the directory: /oracle/<SID>/<ORACLE VERSION>/dbs (For example: /oracle/EBI/112_64/dbs)Change/Confirm the following settings in init<SID>.utl file (For Example: initEBI.utl):
Next, we have to setup the TDP password for the SID user.
SU to the SID user: “su – ora<SID>” (For example: su – oraebi)
Run the following command: backint -p <full path to UTL file>/init<SID>.utl -f passwordFor example: backint -p /oracle/EBI/112_64/dbs/initEBI.utl -f password
You’ll be prompted for the password: Type the password that you used to register the node on the TSM server.
Verify the setup as follows (still as a SID user):
Run the following command: backint -p <full path to UTL file>/init<SID>.utl -f inquireFor example: backint -p /oracle/EBI/112_64/dbs/initEBI.utl -f inquire
You’ll get the following prompt
Type → #NULL <RETURN>
Type → Ctrl + D
You should get a similar output below:
*EOF
Comments