User Tools

Site Tools


deploy:ibm_bigfix_ilmt

This is an old revision of the document!


IBM ILMT (License Metric Tool)

https://ibm.biz/LMT_license_request

Log4j CVE

https://www.anglepoint.com/blog/log4j-solution-for-ilmt-and-bigfix-inventory-vulnerability/

https://www.ibm.com/support/pages/downloading-ibm-license-metric-tool-92

Linux packages required:

unixODBC
libpng12
libnsl
pam
libstdc++.i686
numactl

Uncompress the package provided by IBM

[root@ilmtsrv01 ILMT]# ./setup-server-linux-x86_64.sh

A graphical interface will open =⇒ accept =⇒ choose ILMT and BigFix

Uninstall

Stop all process

/etc/init.d/LMTserver stop
/etc/init.d/besfilldb stop
/etc/init.d/besgatherdb stop
/etc/init.d/besserver stop
/etc/init.d/beswebreports stop
/etc/init.d/besclient stop

Uninstall ILMT

/opt/ibm/LMT/Uninstall/uninstall.sh

A graphical windows will appear…Next…Next

Remove BigFix packages, and suppress database

[root@ilmtsrv01 ~]# rpm -qa | grep BES
BESAgent-10.0.4.32-rhe6.x86_64
BESWebReportsServer-10.0.4.32-rhel.x86_64
BESRootServer-10.0.4.32-rhel.x86_64
[root@ilmtsrv01 ~]# rpm -qa | grep BES | tac | xargs -n1 rpm -e

rm -rf /etc/opt/BES*
rm -rf /opt/BES*
rm -rf /tmp/BES
rm -rf /var/log/BES*
rm -rf /var/opt/BES*

su - db2inst1 
db2 drop db BFENT
db2 drop db BESREPOR
db2stop 
db2stop -force
exit

/opt/ibm/db2/V11.5/instance/db2idrop db2inst1

/opt/ibm/db2/V11.5/install/db2_deinstall -a

rm -rf /opt/ibm
deploy/ibm_bigfix_ilmt.1645653750.txt.gz · Last modified: 2022/02/23 23:02 by manu