Skip to main content
Version: 10.2

Installation

warning

Learn about and install Open iT Ingress before installing 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 or click Next to use the default folder.

    Destination Folder

    Destination Folder


    Changing the Installation Directories

    Changing the Installation Directories


  5. (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


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

    note

    If you skip this step, the installation will use the license key included in the Configuration folder.

    Software License File

    Software License File


  7. 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.

  8. 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.
    SSAD_ID=<client_id>Use this to input the SSAD Client ID during installation. Coordinate with the Open iT Account Manager or 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 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"
  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.

note

Recommended reading: If Ingress is installed remotely or on a separate machine than the Core Server, follow the instructions on Installation with Remote Ingress Setup