#
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:
Open
license_optimizer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseoptimizer.active to true.
license_optimizer.oconf3| licenseoptimizer 4| { 5| display=LicenseOptimizer 6| description=Licensed Application Monitoring and Optimization 7| active 8| { 9| type=bool 10| value=true 11| }
Save the changes.
Open
license_optimizer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseoptimizer.active to true.
license_optimizer.oconf3| licenseoptimizer 4| { 5| display=LicenseOptimizer 6| description=Licensed Application Monitoring and Optimization 7| active 8| { 9| type=bool 10| value=true 11| }
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
Make sure that
Freeze monitor is inactive by default; you must activate it to begin the optimization of license usage. Follow these instructions to activate:
Open
license_optimizer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseoptimizer.standalone.active to true.
license_optimizer.oconf12| 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| }
Save the changes.
Open
license_optimizer.oconf
in the module-activation directory, which is by default in/var/opt/openit/module-activation
.Locate and set the value of licenseoptimizer.standalone.active to true.
license_optimizer.oconf12| 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| }
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
Make sure that
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:
Open
license_optimizer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseoptimizer.usageanalyzer.active to true.
license_optimizer.oconf22| usageanalyzer 23| { 24| display=Application Monitor 25| description=Job to monitor active application usage 26| active 27| { 28| type=bool 29| value=true 30| }
Locate and set the value of licenseoptimizer.usageanalyzer.data-logging to true.
license_optimizer.oconf31| 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| }
Save the changes.
Open
license_optimizer.oconf
in the module-activation directory, which is by default in/var/opt/openit/module-activation
.Locate and set the value of licenseoptimizer.usageanalyzer.active to true.
license_optimizer.oconf22| usageanalyzer 23| { 24| display=Application Monitor 25| description=Job to monitor active application usage 26| active 27| { 28| type=bool 29| value=true 30| }
Locate and set the value of licenseoptimizer.usageanalyzer.data-logging to true.
license_optimizer.oconf31| 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| }
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
Make sure that
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:
Open
license_optimizer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseoptimizer.webapptracker.active to true.
license_optimizer.oconf42| 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| }
Save the changes.
Open
license_optimizer.oconf
in the module-activation directory, which is by default in/var/opt/openit/module-activation
.Locate and set the value of licenseoptimizer.webapptracker.active to true.
license_optimizer.oconf42| 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| }
Save the changes.
If you want to activate WebApp Tracker on selected clients, follow the instructions in the Activating Features on Selected Clients section.