# 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 license_optimizer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseoptimizer.active to true.

    license_optimizer.oconf
    3|  licenseoptimizer
    4|  {
    5|      display=LicenseOptimizer
    6|      description=Licensed Application Monitoring and Optimization
    7|      active
    8|      {
    9|          type=bool
    10|         value=true
    11|     }
  3. Save the changes.

  1. Open license_optimizer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseoptimizer.active to true.

    license_optimizer.oconf
    3|  licenseoptimizer
    4|  {
    5|      display=LicenseOptimizer
    6|      description=Licensed Application Monitoring and Optimization
    7|      active
    8|      {
    9|          type=bool
    10|         value=true
    11|     }
  3. Save the changes.

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 license_optimizer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseoptimizer.standalone.active to true.

    license_optimizer.oconf
    12|  standalone
    13|	 {
    14|		display=Optimizer Agent
    15|		description=Job to log, suspend, or terminate idle application
    16|		active
    17|		{
    18|			type=bool
    19|			value=true
    20|		}
  3. Save the changes.

  1. Open license_optimizer.oconf in the module-activation directory, which is by default in /var/opt/openit/module-activation.

  2. Locate and set the value of licenseoptimizer.standalone.active to true.

    license_optimizer.oconf
    12|  standalone
    13|	 {
    14|		display=Optimizer Agent
    15|		description=Job to log, suspend, or terminate idle application
    16|		active
    17|		{
    18|			type=bool
    19|			value=true
    20|		}
  3. Save the changes.

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

# Next Steps?

   Configuring Level 2 Applications

   Configuring Level 3 Applications

# 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 license_optimizer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseoptimizer.usageanalyzer.active to true.

    license_optimizer.oconf
    22|  usageanalyzer
    23|	 {
    24|		display=Application Monitor
    25|		description=Job to monitor active application usage
    26|		active
    27|		{
    28|			type=bool
    29|			value=true
    30|		}
  3. Locate and set the value of licenseoptimizer.usageanalyzer.data-logging to true.

    license_optimizer.oconf
    31|   data-logging
    32|   {
    33|      display=Enable Data-Logging
    34|      description=Enable ApplicationMonitor Data-Logging
    35|      active
    36|      {
    37|         type=bool
    38|         value=true
    39|      }
    40|   }
  4. Save the changes.

  1. Open license_optimizer.oconf in the module-activation directory, which is by default in /var/opt/openit/module-activation.

  2. Locate and set the value of licenseoptimizer.usageanalyzer.active to true.

    license_optimizer.oconf
    22|  usageanalyzer
    23|	 {
    24|		display=Application Monitor
    25|		description=Job to monitor active application usage
    26|		active
    27|		{
    28|			type=bool
    29|			value=true
    30|		}
  3. Locate and set the value of licenseoptimizer.usageanalyzer.data-logging to true.

    license_optimizer.oconf
    31|   data-logging
    32|   {
    33|      display=Enable Data-Logging
    34|      description=Enable ApplicationMonitor Data-Logging
    35|      active
    36|      {
    37|         type=bool
    38|         value=true
    39|      }
    40|   }
  4. Save the changes.

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 license_optimizer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseoptimizer.webapptracker.active to true.

    license_optimizer.oconf
    42|  webapptracker
    43|	 {
    44|		display=Browser Log Collection
    45|		description=Job to enable browser history usage collection.
    46|		active
    47|		{
    48|			type=bool
    49|			value=true
    50|		}
  3. Save the changes.

  1. Open license_optimizer.oconf in the module-activation directory, which is by default in /var/opt/openit/module-activation.

  2. Locate and set the value of licenseoptimizer.webapptracker.active to true.

    license_optimizer.oconf
    42|  webapptracker
    43|	 {
    44|		display=Browser Log Collection
    45|		description=Job to enable browser history usage collection.
    46|		active
    47|		{
    48|			type=bool
    49|			value=true
    50|		}
  3. Save the changes.

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

# Next Steps?

   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