This shows you the differences between two versions of the page.
| — |
update_tsm_and_cfg2html [2011/06/01 12:58] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Update TSM & cfg2html ====== | ||
| + | Record TSM-server & Node name: | ||
| + | # cat /opt/tivoli/tsm/client/ba/bin/dsm.sys | ||
| + | |||
| + | Remove old TSM client: | ||
| + | # yum remove TIVsm-BA-* TIVsm-API-* TIVsm-API64-* | ||
| + | |||
| + | Remove old TSM config files | ||
| + | # rm /opt/tivoli/tsm/client/ba/bin/* | ||
| + | |||
| + | Disable old backup jobs in cron | ||
| + | crontab -e | ||
| + | (delete all lines related to backup) | ||
| + | |||
| + | Install new TSM client & config with Altiris | ||
| + | |||
| + | Start dsmcad service (TSM scheduler) | ||
| + | service dsmcad start | ||
| + | |||
| + | Run a incremental TSM backup and insert TSM encryption key when prompted | ||
| + | # dsmc i / | ||
| + | |||
| + | Log in to backup portal and add backup schedule | ||
| + | |||
| + | Remove old cfg2html package | ||
| + | # yum remove cfg2html* | ||
| + | | ||
| + | Install new cfg2html package and cfg2html configuration script from Altiris | ||