This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
database:db2_install_steps [2024/05/06 18:14] manu created |
database:db2_install_steps [2024/05/06 18:24] (current) manu |
||
---|---|---|---|
Line 3: | Line 3: | ||
https://www.dbi-services.com/blog/setting-up-ibm-db2-on-linux-root-installation/ | https://www.dbi-services.com/blog/setting-up-ibm-db2-on-linux-root-installation/ | ||
+ | https://www.ibm.com/support/pages/how-determine-fenced-user-id-instance | ||
+ | <cli> | ||
+ | [root@db2srv ~]# cat /etc/systemd/system/db2fmcd.service | ||
+ | [Unit] | ||
+ | Description=DB2V115 | ||
+ | |||
+ | [Service] | ||
+ | ExecStart=/opt/ibm/db2/V11.5/bin/db2fmcd | ||
+ | Restart=always | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=default.target | ||
+ | </cli> | ||
+ | |||
+ | https://help.hcltechsw.com/bigfix/10.0/inventory/Inventory/planinconf/t_installing_db2.html |