# Activating LicenseOptimizer and Other Data Collection Sources

LicenseOptimizer is responsible for configuring data collection and optimization of specific applications' host machine system resources. The following sections will guide you on the required configuration to activate LicenseOptimizer and other data collection sources and optimization.

# Activating LicenseOptimizer

LicenseOptimizer is active by default; make sure it is activated before activating other data collection sources. If it is inactive, follow these instructions to activate:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the monitoring and optimization of licensed applications, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_optimizer.root.licenseoptimizer.active=true"
  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the automatic configuration of the license data collection, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_optimizer.root.licenseoptimizer.active=true"

If you want to activate LicenseOptimizer on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating Freeze Monitor

Freeze monitor is inactive by default; you must activate it to begin the optimization of license usage. Follow these instructions to activate:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the Freeze monitor, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_optimizer.root.licenseoptimizer.standalone.active=true"
  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the Freeze monitor, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_optimizer.root.licenseoptimizer.standalone.active=true"

If you want to activate Freeze Monitor on selected clients, follow the instructions in the Activating Features on Selected Clients section.

Recommended readings:

# Activating Application Resource Activity Data Collection

The application resource activity data collection is inactive by default; you must activate it to begin collecting the usage data. Follow these instructions to activate:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the application resource activity data collection, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_optimizer.root.licenseoptimizer.usageanalyzer.active=true"
  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the application resource activity data collection, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_optimizer.root.licenseoptimizer.usageanalyzer.active=true"

If you want to activate Application Resource Activity Data Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating WebApp Tracker

The WebApp Tracker collection is active by default; make sure it is activated to collect the browser log data. If it is inactive, follow these instructions to activate:

  1. Open a command prompt with Administrator level privileges.

  2. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd C:\Program Files\OpeniT\Core\bin
  3. Once in the directory, activate the browser log data collection for WebApp Tracker, run the command:

    Command Syntax
    openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_optimizer.root.licenseoptimizer.webapptracker.active=true"
  1. Go to the bin directory, which is by default in /opt/openit/bin, run the command:

    Command Syntax
    cd $BIN_DIR
    Example
    cd /opt/openit/bin
  2. Once in the directory, activate the browser log data collection for WebApp Tracker, run the command:

    Command Syntax
    ./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_optimizer.root.licenseoptimizer.webapptracker.active=true"

If you want to activate WebApp Tracker on selected clients, follow the instructions in the Activating Features on Selected Clients section.

Recommended reading: Configuring Web App Tracker

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