Skip to main content
Version: 10.2

Upgrade

This page provides steps on upgrading the Open iT Core Client installation.

note

Upgrade to Core Server version 10.2 before updating the clients to ensure proper Windows Inventory data processing for the updated data type 33.

warning

Before upgrading the Open iT Core Client, export and create a backup of the HKEY_LOCAL_MACHINE\Software\OpeniT registry key. However, take note that HKEY_LOCAL_MACHINE\Software\OpeniT\Installation and HKEY_LOCAL_MACHINE\Software\OpeniT\Resources should be excluded from the backup file.

This guide will walk you through the Core Client upgrade process based on your setup. There are two ways to make the navigation simple:


Upgrading through the Windows Installer Interface

  1. Double-click the new installer to begin.

  2. The installer will notify that there is an older version already installed on the machine. Click Yes to continue.

    Confirm Upgrade

    Confirm Upgrade


  3. The setup wizard will appear. Click Next.

    Welcome Screen

    Welcome Screen


  4. Read the License Agreement carefully before accepting the terms. Click Next.

    License Agreement

    License Agreement


  5. Select Use settings from previous installation setup if needed. If this option is not selected, supply the configurations needed for installation.

    Click Next.

    Installation Details

    Installation Details


  6. Specify where the Open iT software will be installed. Click Change to specify a different directory and click Next.

    Clicking Next without doing any changes will use the default installation path.

    Destination Folder

    Destination Folder


  7. Specify the Uniform Resource Identifier (URI) of the Open iT Ingress. By default, the configured SRV (service) record in the Domain Name System is displayed.

    The installer will automatically retrieve the server name and Open iT ports from the URI supplied, assuring that all of the clients are in sync with the same server name and ports used.

    Click Next.

    note

    A trusted server certificate is needed to establish a secure connection between the Open iT client and server.


    Server URI

    Server URI


    If the provided server URI is not available or accessible, a prompt will be displayed. Select Yes to continue, or No to go back to the server URI dialog.

    Inaccessible Server URI

    Inaccessible Server URI


    If there are no servers available, provide a server URI and choose to continue with the installation if prompted — the process will continue even if the server URI alias used is not available.

    Leaving the server URI text box blank will result in an error.

    Blank Server URI Warning

    Blank Server URI Warning


  8. On the Ready to Install screen, review the available options and select those that apply:

    • Run LicenseAnalyzer Auto Configurators - automatically configures supported license managers (i.e., Flexnet, DSLS, LM-X, LS-DYNA, RLM, and SlickEdit) after installation
    • Start Open iT Client Service - starts the Core Client service immediately after installation
    • Create a shortcut to the Core Reporter URI on the Desktop. (optional) - adds a convenient desktop shortcut to the server web interface

    note

    It is recommended to leave the default options checked for a smoother setup.

    If you need to review the entries, click Back.

    Click Install to begin the installation.

    Ready to Install

    Ready to Install


    warning

    Personal firewalls (such as ZoneAlarm) may cause problems during startup, and the Open iT service may log additional errors; this may not be critical, but it must be checked to ensure that there are no further errors logged.

  9. Click Finish to complete the installation.

    A backup of configuration files that were modified on the previous Open iT version will be created at C:\ProgramData\OpeniT\Configuration.backup after the upgrade.


Upgrading through the Command Line

  1. Open a command prompt with Administrator level privilege.

  2. Execute the following command:

    Command Syntax
    msiexec /i <msi_file> /l*v <log_file> <options> INSTALLDIR=$ROOT_DIR
    APACHE_SERVERPORT=<portnumber>

    Required:

    ParameterDescription
    /i <msi_file>Use this parameter to specify the path to the Windows installer file, openit_<version>_client_windows_<architecture>.msi.
    /l*v <log_file>Use this parameter to specify the path to the installation log file that will be created during installation.
    Required Key-Value Pairs for Core Client Installation

    Options:

    ParameterDescription
    /quietUse this to run the command in silent mode.
    /passiveUse this to run the command in unattended mode — progress bar only.
    Options for Core Client Installation

    note

    The installer will use the Windows Installer Interface process when the installation option is not specified.

    Properties:

    ParameterDescription
    INSTALLDIR=$ROOT_DIRThe path where the Open iT files will be installed. This value is set to C:\Program Files\OpeniT\Core by default.
    SERVERURIThe web URI (Uniform Resource Identifier) including the correct port number of the Open iT Ingress.
    Properties for Core Client Installation