This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
deploy:ibm_bigfix_ilmt [2022/02/23 23:15] manu |
deploy:ibm_bigfix_ilmt [2023/12/11 11:19] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== IBM ILMT (License Metric Tool) ====== | ====== IBM ILMT (License Metric Tool) ====== | ||
| + | |||
| + | **IMPORTANT:** use full qualified hostname | ||
| https://ibm.biz/LMT_license_request | https://ibm.biz/LMT_license_request | ||
| Line 44: | Line 46: | ||
| </code> | </code> | ||
| - | Uncompress the package provided by IBM | + | Uncompress the package provided by IBM, and start the setup |
| + | <cli prompt='#'> | ||
| [root@ilmtsrv01 ILMT]# ./setup-server-linux-x86_64.sh | [root@ilmtsrv01 ILMT]# ./setup-server-linux-x86_64.sh | ||
| + | </cli> | ||
| A graphical interface will open | A graphical interface will open | ||
| Line 52: | Line 55: | ||
| ==> choose ILMT and BigFix | ==> choose ILMT and BigFix | ||
| ==> set password for users : db2inst1 (DB2 instance), IEMAdmin (BigFix console), and admin (ILMT) | ==> set password for users : db2inst1 (DB2 instance), IEMAdmin (BigFix console), and admin (ILMT) | ||
| + | |||
| + | Now you can install the BigFix console, and also access ILMT using web browser | ||
| + | |||
| + | Now update licences: | ||
| + | <cli prompt='#'> | ||
| + | [root@ilmtsrv01 bin]# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/BESServer/bin | ||
| + | [root@ilmtsrv01 bin]# /opt/BESServer/bin/BESAdmin -syncmastheadandlicense -sitePvkLocation=/software/LicenseAuthorization_152291748_Create.BESLicenseAuthorization.pvk -sitePvkPassword='xxxxxxxx' | ||
| + | 23UnknownMastheadLocation | ||
| + | </cli> | ||
| Line 103: | Line 115: | ||
| groupdel -f db2fadm1 | groupdel -f db2fadm1 | ||
| + | rm -rf /root/.iem/ | ||
| + | rm -rf /root/BigFix_license_* | ||
| </cli> | </cli> | ||
| + | ===== Update BigFix / ILMT ===== | ||
| + | ==== Update ILMT ===== | ||