Skip to main content
Version: 10.2

Installation

With Remote Ingress Setup

warning

Install Open iT Ingress first before installing the Core Server version 10.

This guide provides instructions for scenarios where Ingress is installed on the same machine as the Core Server. It assumes that Ingress is properly installed and accessible. Choose one of the available installation methods below:


Installing through the Windows Interface

  1. Right-click the openit_<version>_server_windows ISO image and choose Mount.

    A new file explorer will appear containing the openit_<version>_server_windows_<architecture>.msi and clients folder.

  2. Double-click the openit_<version>_server_windows_<architecture>.msi installer file to begin.

    A setup wizard will be displayed. Click Next.

    Welcome Screen

    Welcome Screen


  3. Read the License Agreement before accepting the terms. Click Next.

    End-user License Agreement

    End-user License Agreement


  4. Specify where the Open iT software will be installed. Click Change to specify a different directory, then click Next.

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

    Destination Folder

    Destination Folder


    Changing the Installation Directories

    Changing the Installation Directories


  5. Specify the Open iT Ingress URI that the Open iT Server will use. This will trigger the Open iT Core Server to establish a connection with Ingress and to access the Open iT web application using the address http://<ingress_hostname>:<port_number>. The default value of 27893 will be supplied if Ingress is not yet installed. Click Next.

    Ingress Instance

    Ingress Instance


    note

    If you haven't installed Ingress yet, a pop-up warning will display. You can skip and continue with the installation by clicking Yes.

    Ingress Warning

    Ingress Warning


  6. (Optional) Enter the Open iT Shared Software Assets Directory (SSAD) Client ID and Secret provided by the Open iT Account Manager or Support Team. These credentials will be utilized to ensure SSAD-Core Server connection for the ServiceNow Integration.

    note

    You may skip this step by clicking Next and configure it post-install in Configuring Access to the Open iT Shared Software Assets Directory (SSAD).

    SSAD Access Configuration

    SSAD Access Configuration


  7. Specify, or browse for, the directory containing a valid Open iT Core Server license file, then click Next.

    note

    Click Next to skip this step without specifying the path to the license key. If you do, the installation will use the license key included in the Configuration folder.

    Software License File

    Software License File


  8. Click Install to start the installation process. Click Back to review any installation setting.

    Ready to Install

    Ready to Install


    The installer will set up all necessary files on the computer.

  9. Click Finish to complete the installation.

    Installation Complete

    Installation Complete


Installing through the Command Line

  1. Right-click the openit_<version>_server_windows ISO image and choose Mount.

    A new file explorer will appear containing the openit_<version>_server_windows_<architecture>.msi and clients folder.

  2. Open a command prompt with Administrator level privileges.

  3. Execute the following command:

    Command Syntax
    msiexec /i <msi_file> /l*v <log_file> <options> INSTALLDIR=$ROOT_DIR ingress-uri=$INGRESS_URI

    Required:

    NameDescription
    /i <msi_file>The path of the Windows installer file, openit_<version>_server_windows_<architecture>.msi. This should be the path to the mounted ISO image.
    /l*v <log_file>The path of the installation log file that will be created during installation.
    Required Key-Value Pairs for Core Server Installation

    Options:

    NameDescription
    /quietUse this to run the command in silent mode.
    /passiveUse this to run the command in unattended mode - progress bar only.
    Options for Core Server Installation

    NOTE

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

    Properties:

    NameDescription
    INSTALLDIR=$ROOT_DIRUse this to specify the path where the Open iT files will be installed. This value is set to C:\Program Files\OpeniT\Core by default.
    ingress-uri=$INGRESS_URIUse this to specify the address where the Open iT web application is accessed. You can set this address to http://<ingress_hostname>:<port_number>. If ingress is not yet installed, the default port is 27893. If ingress is installed before the Open iT Core Server installation, the default port is 8080.
    SSAD_ID=<client_id>Use this to input the SSAD Client ID during installation. Coordinate with the Open iT Account Manager or Delivery/Support Team regarding the SSAD Access Credentials.
    SSAD_SECRET=<client_secret>Use this to input the SSAD Client Secret during installation. Coordinate with the Open iT Account Manager or Delivery/Support Team regarding the SSAD Access Credentials.
    Core Server Installation Properties

    The SSAD_ID and SSAD_SECRET credentials will be utilized by the Open iT Share Software Assets Directory (SSAD) component of the ServiceNow Integration.

    Example
    msiexec /i openit_10_2_500_server_windows_x64 /l*v install_log.txt /passive INSTALLDIR="C:\Program Files" ingress-uri="http://localhost:8080"
  4. When using the passive mode, wait until the process bar dialog disappears. When using the quiet mode, verify if the installation is complete by opening the Task Manager and checking in the Details tab if the msiexec process is still running.