This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tsm:tdp_oracle_installation [2021/01/01 21:25] 127.0.0.1 external edit |
tsm:tdp_oracle_installation [2025/08/23 23:22] (current) |
||
---|---|---|---|
Line 78: | Line 78: | ||
On Spectrum Protect server we create the access node SRVORA01, and one target node for oracle backups ORADB01. | On Spectrum Protect server we create the access node SRVORA01, and one target node for oracle backups ORADB01. | ||
<cli prompt='>'> | <cli prompt='>'> | ||
- | Protect: TSMSRV01>reg node SRVORA01 xxxx dom=bgl maxnummp=20 | + | Protect: TSMSRV01>reg node SRVORA01 xxxx dom=oracle maxnummp=20 |
- | Protect: TSMSRV01>reg node ORADB01 xxxx dom=bgl backdelete=yes maxnummp=20 | + | Protect: TSMSRV01>reg node ORADB01 xxxx dom=oracle backdelete=yes maxnummp=20 |
Protect: TSMSRV01> GRant PROXynode TArget=ORADB01 agent=SRVORA01 | Protect: TSMSRV01> GRant PROXynode TArget=ORADB01 agent=SRVORA01 | ||
Line 90: | Line 90: | ||
==== TDP Oracle configuration ==== | ==== TDP Oracle configuration ==== | ||
- | Config file **<fc #FF00FF>dsm.sys</fc>** is located into API directory, to prevent managing multiple dsm.sys, we create a symbolic link | + | Config file **dsm.sys** is located into API directory, to prevent managing multiple dsm.sys, we create a symbolic link |
<cli prompt='#'> | <cli prompt='#'> | ||
[root@srvora01 bin64]# ln -s /opt/tivoli/tsm/client/ba/bin/dsm.sys /opt/tivoli/tsm/client/api/bin64/dsm.sys | [root@srvora01 bin64]# ln -s /opt/tivoli/tsm/client/ba/bin/dsm.sys /opt/tivoli/tsm/client/api/bin64/dsm.sys | ||
Line 123: | Line 123: | ||
==> ASNODE is the target node where backups are stored | ==> ASNODE is the target node where backups are stored | ||
- | Configuration file for TDP Oracle: **<fc #FF00FF>tdpo_xxx.opt</fc>** and **<fc #FF00FF>dsm_xxx.opt</fc>** | + | Configuration file for TDP Oracle: **tdpo_xxx.opt** and **dsm_xxx.opt** |
<cli prompt='#'> | <cli prompt='#'> | ||
Line 249: | Line 249: | ||
Then Test: | Then Test: | ||
tdpoconf SHOWENVironment -TDPO_OPT=/oracle/tsm/tdpo/tdpo_DB1.opt | tdpoconf SHOWENVironment -TDPO_OPT=/oracle/tsm/tdpo/tdpo_DB1.opt | ||
+ |