hidden:TSM backup: Difference between revisions
From Lsdf
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
System backup: |
System backup: |
||
TSM backup for the local file systems: / /localhome /boot (TSM does not make a backup for mounted file systems, they have to be specified) |
TSM backup for the local file systems: / /localhome /boot (TSM does not make a backup for mounted file systems, they have to be specified) |
||
TSM server defined in dsm.sys: system_backup |
|||
TSM node names: scc-hpsscr01, scc-hpsscr02 |
|||
Active core backup: |
|||
TSM backup for all HPSS file systems; it runs only on active core |
|||
TSM node name: scc-hpsscr |
|||
TSM server defined in dsm.sys: hpsscr_backup |
Revision as of 13:30, 13 July 2016
1. TSM backup of HPSS mover
2. TSM backup of HPSS core
on either core server in crontab: #HPSS file systems backups only from the active core server 00 02 * * * if [ $(hostname) == "hpsscr" ] ; then /opt/tivoli/tsm/client/ba/bin/dsmc inc -se="hpsscr_backup" 2>&1 ; /root/tsm/hpss_ba_tbspaces_tree.sh >> /root/tsm/hpsscr/dsm_hpss.out 2>&1 ; fi #system backup 00 07 * * * /opt/tivoli/tsm/client/ba/bin/dsmc inc -se="system_backup" >> /root/tsm/hpsscr02/dsm_hpsscr02.out 2>&1 System backup: TSM backup for the local file systems: / /localhome /boot (TSM does not make a backup for mounted file systems, they have to be specified) TSM server defined in dsm.sys: system_backup TSM node names: scc-hpsscr01, scc-hpsscr02 Active core backup: TSM backup for all HPSS file systems; it runs only on active core TSM node name: scc-hpsscr TSM server defined in dsm.sys: hpsscr_backup