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 [2011/01/25 16:52]
rhaseitl new download link
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) =====
  
-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:+ 
 +Get install latest image (64 bit):
  
 http://www.scc.kit.edu/backupbw/ http://www.scc.kit.edu/backupbw/
-(choose the correct version) 
  
-get image TSM534C_X32.exe 
  
-Install instructions are under+The installation involves two phases:
  
-TSM534C_X32_README_enu.htm, basically:+      1Extract the install image to your hard drive. 
 +      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
  
-the installation involves two phases: 
  
-      1. Extract the install image to your hard drive. +cd /opt/tivoli/tsm/client/ba/bin
-      2. Install the client from the install image.+
  
-and: 
  
 Installing a custom dsm.opt file Installing a custom dsm.opt file
  
-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 
- 
-The file must be named dsm.opt. 
- 
-The custom dsm.opt file will not be installed if a dsm.opt file already 
-exists in the ..\baclient directory. 
  
  
-Configuring:+<color #7092be>* SErvername       A server name defined in the dsm.sys file\\
  
-1. To configure you need at least these two options:+SERVERNAME SPI4\\ 
 + GUITREEVIEWAFTERBACKUP YES\\
  
-tcpserveraddress       slxtsm1.gsi.de +COMPRESSALWAYS YES\\
-tcpport                1500+
  
-Enter the values when prompted from a wizard or +DOMAIN "/"\\ 
-write them into a file E:\program files\tivoli\tsm\baclient\dsm.opt+DOMAIN "/boot"\\ 
 +DOMAIN "/home"</color>
  
-2. To get automatic backup during night, you have to do: 
  
-a. login as localadmin.+Installing dsm.sys file: in case of service dsmcad you need to add webports 1582 1582 in the dsm.sys file.
  
-b. DOS command prompt and execute: 
  
-cd /d E:\"program files"\tivoli\tsm\baclient+<color #7092be>SErvername         spi4\\
  
-c. execute command+PASSWORDACCESS GENERATE\\
  
-dsmcutil inst /name:"TSM Client Scheduler" /node:XXXXX 
-/password:XXXXX /autostart:yes 
  
-(change XXXXX to your nodename! (for example sdpc0815)+*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 
  
-3. The following rights are needed for normal users to do backup and +</color>
-restore (see the pictures below):+
  
-  * Do not set the right for the user 'Mueller' but for yourself!!!  +Install permanent scheduler for nightly backups:
-  * Member of backup operators group (rights to do backup and restore) +
-  * Manage auditing and security logs+
  
-{{backup_operators.jpg?650|}} +systemctl enable dsmcad 
-{{manage_auditing_and_security_logs.jpg?650|}} +systemctl start dsmcad
- --- //[[Rainer Haseitl]] 2008/05/15 15:10//+
  
-===== Do you find the bug ? ===== 
-There is a bug in the following C-Code, can you find it? 8-) 
-Some compilers seem not to follow the C++ standard and correct the error "on their own". 
-In this case, assume that you have a good old standard C++ compiler. 
  
-<file> +Open ports in firewalld: examples 
-#include <stdio.h>+      1firewall-cmd --zone=public --permanent --add-port 1554/tcp 
 +      2. firewall-cmd --reload 
 +      3. firewall-cmd --list-all
  
-int square(int arg) { +Open ports: 
- return arg*arg; +1501 TCP 
-} +1554 TCP 
-int cube(int arg) { +1545 TCP 
- return arg*arg*arg; +1540 TCP 
-+1500 TCP 
-int main()  +1502 TCP 
-+1503 TCP 
- int x; +1581 TCP
- x = 5; +
- /* Calculate 5^2 + 6^3 */ +
- printf("Result: %d", square(x) + cube(++x)); +
- getchar(); +
- return 0; +
-} +
-</file> +
-You found the bug or have a question? → <r.haseitl@gsi.de>+
misc/tsm-backup.1295970723.txt.gz · Last modified: 2011/01/25 16:52 by rhaseitl