User Tools

Site Tools


tsm:tsm_install

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
tsm:tsm_install [2021/11/25 17:32]
manu [TSM.PWD owner]
tsm:tsm_install [2025/01/29 22:14] (current)
manu
Line 2: Line 2:
  
 https://​blog.thomasbaumann.com/​blog/​spectrum-protect-systemd-dsmserv-autostart https://​blog.thomasbaumann.com/​blog/​spectrum-protect-systemd-dsmserv-autostart
 +
 +For fresh installations,​ issue the following command, to bypass prerequisites:​
 +  * Installation wizard: ./​install.sh -g -vmargs "​-DBYPASS_TSM_REQ_CHECKS=true"​
 +  * Console mode: ./​install.sh -c -vmargs "​-DBYPASS_TSM_REQ_CHECKS=true"​
 +  * Silent mode: ./​install.sh -s -acceptLicense -vmargs "​-DBYPASS_TSM_REQ_CHECKS=true"​
  
 ===== Disk design for TSM on UNIX / Linux ===== ===== Disk design for TSM on UNIX / Linux =====
Line 15: Line 20:
 tsminst1 ​         hard   ​nofile ​    65536 tsminst1 ​         hard   ​nofile ​    65536
 </​code>​ </​code>​
 +
 +== Example for Redhat 8 ==
 +
 +<cli prompt='#'>​
 +[root@rhtsm01 ~]# cat /​etc/​sysctl.d/​db2.conf
 +kernel.msgmax = 65536
 +kernel.msgmnb = 65536
 +kernel.msgmni = 131072
 +kernel.sem=250 1024000 32 4096
 +kernel.shmall = 18446744073692774399
 +kernel.shmmax = 18446744073692774399
 +kernel.shmmni = 32768
 +[root@rhtsm01 ~]# cat /​etc/​sysctl.d/​tsm.conf
 +kernel.randomize_va_space = 2
 +
 +vm.swappiness = 5
 +vm.overcommit_memory = 0
 +</​cli>​
 +
 +
 +== Example for Redhat 7 ==
  
 Tuning for linux (small config blueprint) Tuning for linux (small config blueprint)
Line 279: Line 305:
 Here we will only explain manual method step by step to do the setup of TSM server Here we will only explain manual method step by step to do the setup of TSM server
  
-If you want an easier way to configure you TSM server, use the Wizard:+If you want an easier way to configure you TSM server, use the Wizard: ​<color #​ed1c24>​**dsmicfgx**</​color>​
 <​code>​ <​code>​
 Enable X11 Enable X11
tsm/tsm_install.1637857969.txt.gz · Last modified: 2021/11/25 17:32 by manu