This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tsm:tsm_install [2022/08/19 13:55] manu |
tsm:tsm_install [2025/01/29 22:14] (current) manu |
||
|---|---|---|---|
| Line 20: | 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 284: | 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 | ||