# Software Installation Verification

# Verify Running Open iT Processes

  1. Open the Task Manager.

  2. Click Services.

  3. Search for Open iT Client.

  4. Verify that the status of the services are Running.

# Verify Created Directories

Go to the $ROOT_DIR of the installation located, by default, in C:\Program Files\OpeniT\Core and verify that the following directories exist:

  • bin ($BIN_DIR) - contains binary files
  • Configuration ($CONFIG_DIR) - contains Core Server - configurations
  • Log ($DEBUG_DIR) - contains troubleshooting logs created by the Open iT binaries
    This directory and its contents are sent to Open iT Support whenever an issue occurs, and logging should be disabled upon doing so.
  • src - contains Lua source files

# Verify Running Open iT Processes

Go to the bin directory and run the following command:

./openit-all status

A successful installation displays a prompt that is similar to the one below:

Sending Open iT Daemons: status
openit_scheduler (pid #####) is running...

# Verify Created Directories

  1. Go to $ROOT_TEMP_DIR found, by default, in /var/opt/openit and verify that it contains the following directories:
    • debug ($DEBUG_DIR)
    • etc ($CONFIG_DIR)
    • inst
    • src
    • temp ($TEMP_DIR)

These directories contain specific configuration files, error and debug logs.

  1. Go to $ROOT_DIR found, by default, in /opt/openit and verify that it contains the following directories:
    • bin ($BIN_DIR)
    • contrib
    • external
    • images
    • lib
    • libexec

These directories contain files for the web interface.

  1. Go to /etc/opt/openit and check if it contains the following files:
    • openit.cfg
    • openit.env
    • perl

These files are used for general Open iT configuration.

# Verify Running Open iT Processes

  1. Open a terminal.

  2. Run the following command to verify that the Open iT Scheduler is running:

    /usr/local/openit/bin/openit-scheduler status

    Get the following output if the client is running:

    openit_scheduler (pid ####) is running...

# Verify Created Directories

  1. Go to /etc/opt/openit and verify that it contains the following files:

    • openit.cfg
    • openit.env
    • perl

    These files are used for general Open iT configurations.

  2. Go to /usr/local/openit and verify that it contains the following directories:

    • bin
    • debug
    • etc
    • lib
    • libexec
    • src
    • temp

    These directories are for the configuration files, error, and debug logs.

  3. Go to /var/opt/openit_persistent and verify that it contains a directory named FileRegistry.

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close