To install the License Metric Tool
server on Linux, download the application installer to a selected computer, edit parameters in the
install_response.txt file, and run the installation command.
Before you begin
- Ensure that the BigFix® client is installed on
the computer on which you want to install the License Metric Tool server.
- Start the installation as root to register the server as a system service and to be able to
upgrade it later with a fixlet. Otherwise you can start the installation as non-root user.
- The use of
sudo
is not supported.
Procedure
-
Download the License Metric Tool
installer.
-
Log in to the BigFix console.
-
In the navigation bar, click .
-
In the upper right pane, select Download IBM License Metric
Tool, and click Take Action.
-
Select a computer to which you want to download the installer, and click
OK.
The installer is downloaded to the /user/ILMT_installer directory on the selected computer. By default:
/root/ILMT_installer.
-
Log in as root to the computer where you downloaded the installer.
-
Go to the directory where the installer was downloaded, and extract the installation
files.
tar xvf installation_package
- Go to the licenses subfolder and read the license
agreements in the following files: LA_<language>,
LI_<language>, non_ibm_license,
notices.
-
Edit the install_response.txt response file and adjust it to your
installation. Ensure that the RSP_LICENSE_ACCEPTED parameter is set to
true. If you do not accept the license, the installation fails. For more
information about installation parameters, see: Server installation response file (BigFix scenario).
-
Change to the directory with installation files. To start the installation, run the following
command.
setup-server-linux-x86_64.sh -f response_file_path -i silent
Where
response_file_path is the absolute path to the response file that you
are using. For example:
setup-server-linux-x86_64.sh -f /root/ILMT_installer/install_response.txt -i silent
Use
the
-h
option to view help information about using the script, for example:
setup-server-linux-x86_64.sh -h
.
If the installation is slow, check the following items:
- Check the performance and speed of the hard disk.
- Check whether the antivirus is scanning each file separately as it might slow down packaging. If
this is the case, turn off the antivirus. If the antivirus cannot be turned off, expect the
installation to be slower.
What to do next
Access the License Metric Tool user interface to complete the initial
configuration. To access the user interface, go to:
https://host_name:port
, where
host_name and port are the values that you specified during
the installation.