This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
tsm:tdp_oracle_installation2 [2022/10/18 16:39] manu created |
tsm:tdp_oracle_installation2 [2022/11/08 17:59] (current) manu [Cluster configuration] |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| - | ===== Install TSM client, with GSKit and TDP Oracle ===== | + | ===== Single server configuration ===== |
| Default folder for TDP Oracle to store certificates, and password is: | Default folder for TDP Oracle to store certificates, and password is: | ||
| Line 196: | Line 196: | ||
| </cli> | </cli> | ||
| + | ===== Restore from a different node ===== | ||
| + | You can backup and restore all database using a single node_name in TSM | ||
| + | <cli prompt='#'> | ||
| + | [root@srv01]/tsm/config/itsm# cat dsm_as_prod_itsm.opt | ||
| + | Servername tsm_as_prod_itsm | ||
| + | |||
| + | [root@srv01]/tsm/config/itsm# cat tdpo-prod_itsm.opt | ||
| + | *************************************************************************** | ||
| + | * IBM Tivoli Storage Manager for Databases | ||
| + | * Data Protection for Oracle | ||
| + | * | ||
| + | * Sample tdpo.opt for the AIX Data Protection for Oracle 64bit | ||
| + | ********************************************************************* | ||
| + | |||
| + | DSMI_ORC_CONFIG /tsm/config/itsm/dsm_as_prod_itsm.opt | ||
| + | DSMI_LOG /tsm/logs/itsm | ||
| + | |||
| + | TDPO_FS tsmorc | ||
| + | TDPO_NODE srv01_itsm | ||
| + | TDPO_OWNER oracle | ||
| + | TDPO_PSWDPATH /tsm/config/itsm | ||
| + | |||
| + | [root@srv01]/tsm/config/itsm# grep -p tsm_as_prod_itsm /usr/tivoli/tsm/client/ba/bin64/dsm.sys | ||
| + | SErvername tsm_as_prod_itsm | ||
| + | COMMMethod TCPip | ||
| + | TCPServeraddress tsmsrv | ||
| + | TCPPort 1500 | ||
| + | Asnodename prod_itsm | ||
| + | PasswordAccess prompt | ||
| + | Compression no | ||
| + | INCLexcl /usr/tivoli/tsm/client/oracle/bin64/itsm_inclexcl.lst | ||
| + | </cli> | ||
| + | |||
| + | You have also to grant proxy in TSM | ||
| + | <cli prompt='>'> | ||
| + | TSM1> grant proxy target=prod_itsm agent=srv01_itsm | ||
| + | </cli> | ||
| + | |||
| + | All backups 'll be located on node **prod_itsm** and access is available to all granted access nodes | ||