User Tools

Site Tools


misc:tsm-backup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
misc:tsm-backup [2023/03/09 08:25]
tobiashoffmann
misc:tsm-backup [2023/03/13 10:21] (current)
tobiashoffmann
Line 1: Line 1:
 ====== Tivoli Storage Manager TSM ====== ====== Tivoli Storage Manager TSM ======
  
-===== How to setup the backup for your computer =====+===== How to setup the backup for your computer (Linux Machine) =====
  
 In case of problems: storage-service@gsi.de (W. Schmidt, L. Ramos Rocha) In case of problems: storage-service@gsi.de (W. Schmidt, L. Ramos Rocha)
Line 11: Line 11:
  
 http://www.scc.kit.edu/backupbw/ http://www.scc.kit.edu/backupbw/
-(most common image is WinXP/32 bit)+
  
 The installation involves two phases: The installation involves two phases:
  
       1. Extract the install image to your hard drive.       1. Extract the install image to your hard drive.
-      2. Install the client from the install image. You may follow these instructions [[here]][[https://www.ibm.com/docs/en/spectrum-protect/8.1.17?topic=clients-installing-linux-x86-64-client]].+      2. Install the client from the install image. You may follow these instructions herehttps://www.ibm.com/docs/en/spectrum-protect/8.1.17?topic=clients-installing-linux-x86-64-client 
 + 
 + 
 +cd /opt/tivoli/tsm/client/ba/bin
  
-and: 
  
 Installing a custom dsm.opt file Installing a custom dsm.opt file
Line 24: Line 26:
  
  
-<color #7092be>* SErvername       A server name defined in the dsm.sys file+<color #7092be>* SErvername       A server name defined in the dsm.sys file\\
  
-SERVERNAME SPI4 +SERVERNAME SPI4\\ 
- GUITREEVIEWAFTERBACKUP YES+ GUITREEVIEWAFTERBACKUP YES\\
  
-COMPRESSALWAYS YES+COMPRESSALWAYS YES\\
  
-DOMAIN "/" +DOMAIN "/"\\ 
-DOMAIN "/boot"+DOMAIN "/boot"\\
 DOMAIN "/home"</color> DOMAIN "/home"</color>
  
  
-Installing a dsm.sys file:+Installing a dsm.sys file: in case of service dsmcad you need to add webports 1582 1582 in the dsm.sys file.
  
  
-<color #7092be>SErvername         spi4+<color #7092be>SErvername         spi4\\
  
-PASSWORDACCESS GENERATE+PASSWORDACCESS GENERATE\\
  
-    
  
-*INCLEXCL "/opt/tivoli/tsm/client/ba/bin/archive.excl" +*INCLEXCL "/opt/tivoli/tsm/client/ba/bin/archive.excl"\\ 
-   COMPression        ON +   COMPression        ON\\ 
-   nodename           sdlx034 +   nodename           sdlx034\\ 
-   COMMmethod         TCPip +   COMMmethod         TCPip\\ 
-   TCPPort            1554 +   TCPPort            1554\\ 
-   TCPServeraddress   spi4.gsi.de +   TCPServeraddress   spi4.gsi.de\\ 
-   SCHEDLOGNAME       /var/log/dsmsched.log +   SCHEDLOGNAME       /var/log/dsmsched.log\\ 
-   ERRORLOGNAME       /var/log/dsmerror.log +   ERRORLOGNAME       /var/log/dsmerror.log\\ 
-   SCHEDMODE          prompted   +   SCHEDMODE          prompted  \\ 
-   MANAGEDSERVICES    schedule +   MANAGEDSERVICES    schedule\\ 
-   TCPClientport      1501+   TCPClientport      1501\\ 
 +   Webports           1581 1582 
  
 </color> </color>
  
-Enter the values when prompted from a wizard or +Install permanent scheduler for nightly backups:
-write them into a file E:\program files\tivoli\tsm\baclient\dsm.opt +
- +
-2. To get automatic backup during night, you have to do: +
- +
-a. login as localadmin. +
- +
-b. DOS command prompt and execute: +
- +
-cd /d E:\"program files"\tivoli\tsm\baclient +
- +
-c. execute command +
- +
-dsmcutil inst /name:"TSM Client Scheduler" /node:XXXXX +
-/password:XXXXX /autostart:yes +
- +
-(change XXXXX to your nodename! (for example sdpc0815)+
  
-3. The following rights are needed for normal users to do backup and +systemctl enable dsmcad 
-restore (see the pictures below):+systemctl start dsmcad
  
-  * Do not set the right for the user 'Mueller' but for yourself!!!  
-  * Member of backup operators group (rights to do backup and restore) 
-  * Manage auditing and security logs 
  
-{{:misc:backup_operators.jpg|}} +Open ports in firewalldexamples 
-{{:misc:manage_auditing_and_security_logs.jpg|}} +      1firewall-cmd --zone=public --permanent --add-port 1554/tcp 
- --- //[[Rainer Haseitl]] 2008/05/15 15:10//+      2firewall-cmd --reload 
 +      3. firewall-cmd --list-all
  
 +Open ports:
 +1501 TCP
 +1554 TCP
 +1545 TCP
 +1540 TCP
 +1500 TCP
 +1502 TCP
 +1503 TCP
 +1581 TCP
misc/tsm-backup.1678346731.txt.gz · Last modified: 2023/03/09 08:25 by tobiashoffmann