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
Last revision Both sides next revision
misc:tsm-backup [2011/02/17 14:09]
rhaseitl [How to setup the backup for your computer]
misc:tsm-backup [2023/03/13 10:21]
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) =====
  
-These are the installation instructions I got from Matthias Feyerabend.  +In case of problems: storage-service@gsi.de (WSchmidtLRamos Rocha)
-If you want your machine to be in the daily backup, write him an email <M.Feyerabend@gsi.de> with your computername (sdpcxxxx) and tell him to integrate your machin in he backup +
-When you received an answerdo the following steps.+
  
 +You need to ask for an initial password. This can be changed later with "dsmc set pasword".
  
-Get install image (choose the correct version of Windows and 32 or 64 bit):+ 
 +Get install latest image (64 bit):
  
 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.+      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
  
-and: 
  
-Installing a custom dsm.opt file+cd /opt/tivoli/tsm/client/ba/bin
  
-If you want to install a custom dsm.opt file, place a copy of the file 
-in the ..\config directory located within the install image: 
  
-E:\tsm_images\TSM_BA_Client\baclient\Program Files\Tivoli\TSM\config+Installing a custom dsm.opt file 
  
-The file must be named dsm.opt. 
  
-The custom dsm.opt file will not be installed if a dsm.opt file already +<color #7092be>* SErvername       A server name defined in the dsm.sys file\\
-exists in the ..\baclient directory.+
  
 +SERVERNAME SPI4\\
 + GUITREEVIEWAFTERBACKUP YES\\
  
-Configuring:+COMPRESSALWAYS YES\\
  
-1. To configure you need at least these two options:+DOMAIN "/"\\ 
 +DOMAIN "/boot"\\ 
 +DOMAIN "/home"</color>
  
-tcpserveraddress       slxtsm1.gsi.de 
-tcpport                1500 
  
-Enter the values when prompted from a wizard or +Installing dsm.sys file: in case of service dsmcad you need to add webports 1582 1582 in the dsm.sys file.
-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.+<color #7092be>SErvername         spi4\\
  
-b. DOS command prompt and execute:+PASSWORDACCESS GENERATE\\
  
-cd /d E:\"program files"\tivoli\tsm\baclient 
  
-cexecute command+*INCLEXCL "/opt/tivoli/tsm/client/ba/bin/archive.excl"\\ 
 +   COMPression        ON\\ 
 +   nodename           sdlx034\\ 
 +   COMMmethod         TCPip\\ 
 +   TCPPort            1554\\ 
 +   TCPServeraddress   spi4.gsi.de\\ 
 +   SCHEDLOGNAME       /var/log/dsmsched.log\\ 
 +   ERRORLOGNAME       /var/log/dsmerror.log\\ 
 +   SCHEDMODE          prompted  \\ 
 +   MANAGEDSERVICES    schedule\\ 
 +   TCPClientport      1501 
 +   Webports           1581 1582 
  
-dsmcutil inst /name:"TSM Client Scheduler" /node:XXXXX +</color>
-/password:XXXXX /autostart:yes+
  
-(change XXXXX to your nodename! (for example sdpc0815)+Install permanent scheduler for nightly backups:
  
-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.txt · Last modified: 2023/03/13 10:21 by tobiashoffmann