#
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 a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Once in the directory, activate the monitoring and optimization of licensed applications, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_optimizer.root.licenseoptimizer.active=true"
By default, module activation changes are applied every 6 hours. However, if you want to activate the LicenseOptimizer immediately, run the appropriate command based on your system setup:
For a coexistent Open iT setup (Core Server and Client on the same machine), run the command:
Command Syntaxopenit_moduleactivator
For a distributed setup (Core Server and Client(s) on separate machines), follow the steps in the Manually Creating and Downloading a Distributable Configuration Files Package section.
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd /opt/openit/bin
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"
By default, module activation changes are applied every 6 hours. However, if you want to activate the LicenseOptimizer immediately, run the appropriate command based on your system setup:
For a coexistent Open iT setup (Core Server and Client on the same machine), run the command:
Command Syntax./openit_moduleactivator
For a distributed setup (Core Server and Client(s) on separate machines), follow the steps in the Manually Creating and Downloading a Distributable Configuration Files Package section.
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 a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Once in the directory, activate the Freeze monitor, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_optimizer.root.licenseoptimizer.standalone.active=true"
By default, module activation changes are applied every 6 hours. However, if you want to activate the Freeze monitor immediately, run the appropriate command based on your system setup:
For a coexistent Open iT setup (Core Server and Client on the same machine), run the command:
Command Syntaxopenit_moduleactivator
For a distributed setup (Core Server and Client(s) on separate machines), follow the steps in the Manually Creating and Downloading a Distributable Configuration Files Package section.
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd /opt/openit/bin
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"
By default, module activation changes are applied every 6 hours. However, if you want to activate the Freeze monitor immediately, run the appropriate command based on your system setup:
For a coexistent Open iT setup (Core Server and Client on the same machine), run the command:
Command Syntax./openit_moduleactivator
For a distributed setup (Core Server and Client(s) on separate machines), follow the steps in the Manually Creating and Downloading a Distributable Configuration Files Package section.
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
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 a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Once in the directory, activate the application resource activity data collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_optimizer.root.licenseoptimizer.usageanalyzer.active=true"
By default, module activation changes are applied every 6 hours. However, if you want to activate the application resource activity data collection immediately, run the appropriate command based on your system setup:
For a coexistent Open iT setup (Core Server and Client on the same machine), run the command:
Command Syntaxopenit_moduleactivator
For a distributed setup (Core Server and Client(s) on separate machines), follow the steps in the Manually Creating and Downloading a Distributable Configuration Files Package section.
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd /opt/openit/bin
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"
By default, module activation changes are applied every 6 hours. However, if you want to activate the application resource activity data collection immediately, run the appropriate command based on your system setup:
For a coexistent Open iT setup (Core Server and Client on the same machine), run the command:
Command Syntax./openit_moduleactivator
For a distributed setup (Core Server and Client(s) on separate machines), follow the steps in the Manually Creating and Downloading a Distributable Configuration Files Package section.
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 a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Once in the directory, activate the browser log data collection for WebApp Tracker, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_optimizer.root.licenseoptimizer.webapptracker.active=true"
By default, module activation changes are applied every 6 hours. However, if you want to activate the browser log data collection for WebApp Tracker immediately, run the appropriate command based on your system setup:
For a coexistent Open iT setup (Core Server and Client on the same machine), run the command:
Command Syntaxopenit_moduleactivator
For a distributed setup (Core Server and Client(s) on separate machines), follow the steps in the Manually Creating and Downloading a Distributable Configuration Files Package section.
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd /opt/openit/bin
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"
By default, module activation changes are applied every 6 hours. However, if you want to activate the browser log data collection for WebApp Tracker immediately, run the appropriate command based on your system setup:
For a coexistent Open iT setup (Core Server and Client on the same machine), run the command:
Command Syntax./openit_moduleactivator
For a distributed setup (Core Server and Client(s) on separate machines), follow the steps in the Manually Creating and Downloading a Distributable Configuration Files Package section.
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