Resuming a stopped or failed installation (BigFix scenario)

You can rerun the installation of the License Metric Tool server during the pre-installation and installation phases. You can also use the built-in function to diagnose and fix problems during the post-installation phase.

About this task

There are different ways to rerun the installation and the solution depends on the phase during which an error occurs.
Phase Solution
Pre-installation Restart the installation and no additional actions are required
Installation Uninstall the License Metric Tool server. Then, reattempt the installation. For more information, see the following links:

If uninstalling the server in interactive or silent mode does not work, remove the server manually. For more information, see: Removing the server manually.

Post-installation Some configuration steps depend on other steps. If a step fails, execution of the dependent steps is also held. However, the installer continues running steps that do not depend on the failed one. If an error occurs during the post-installation phase, you can continue the installation and fix the problem at the end. You can also stop the installation, resolve the problem, and resume the installation. To resume the installation, run the installer again. It detects that the previous configuration attempt failed or was interrupted and resumes in the place where the installation previously stopped. If you exited the installation, run it again. It automatically resumes the post-installation phase.

Resuming the installation in interactive mode

If you run the installation in interactive mode, you can use the built-in function to diagnose the problem. After you fix the problem, rerun the installer if you closed it before.

Procedure

  1. If you encounter a problem, double-click the line that contains the step name, or right-click it and select Details. The line is indicated by a red icon.
    The image presents an example of a failure of an installation step.
  2. Review the most important information that is displayed in the top. If a dedicated log file exists, its location is shown.
    The image presents the dialog window.
  3. Review the information that is shown on the Standard Output tab or, if applicable, on the Dedicated Log tab to determine the cause of the problem.
    Important: To reduce the performance load on the computer, the function that captures the dedicated log file runs with the lowest possible priority. Thus, the Dedicated Log tab does not always present the most recent and detailed information. What is more, the end of the log file might not be shown. If a failure occurs, check either the dedicated log whose location can be found in the step description, or the msg_server.log file.
  4. Fix the problem.
  5. After you fix the problem, click Repeat this step. The installer repeats the step, completes it if the problem was resolved, and continues with the remaining steps.
    Important: If you fix the problem manually, click Finalize this step. The installer will consider the step completed without trying to repeat it and will continue with the remaining steps. However, if the underlying problem is not in fact fixed, the overall installation might not be successful despite the success message. Thus, use this option only if you are certain that you fixed the underlying problem.

    If you cannot diagnose the problem and rerun the step manually, uninstall the product and try to install it again.

  6. Click Next. The Postinstallation Summary opens with information about installed components.

Resuming the installation in silent mode

If the silent installation fails, review the logs and troubleshoot the problem. Then, run the same command that you use to start the installation. Alternatively, you can resume the installation in interactive mode.

Procedure

  1. Review the installation logs and fix the problem. For more information, see: Server installation and upgrade logs.
  2. To resume the installation, run one of the following commands.
    • Linux ./setup-server-linux-x86_64.sh -f /response_file_path/install_response.txt -i silent
    • Windows setup-server-windows-x86_64.bat -f response_file_path\install_response.txt -i silent
    For response_file_path, enter the absolute path to the response file. For example:
    setup-server-linux-x86_64.sh -f /root/ILMT_installer/install_response.txt -i silent