Activating LM-X Autoconfigurator
Make sure that LicenseAnalyzer is activated.
LM-X Autoconfigurator is active by default; make sure it is activated to turn on the automatic configuration of LM-X data collection. If it is inactive, follow these instructions to activate:
- Windows
- Unix
-
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_DIRExamplecd C:\Program Files\OpeniT\Core\bin -
Once in the directory, activate the automatic configuration of the license data collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.active=true" -
To activate the automatic configuration of the LM-X license servers, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.lmx.active=true" -
By default, module activation changes are applied every 6 hours. However, if you want to activate the LM-X autoconfigurator 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.
-
-
Verify proper configuration, run the command:
Command Syntaxopenit_licenseconfigbuilder -
Verify that there are configurations for automatically detected LM-X servers in
licpoll.xmlin the Components directory, which is by default inC:\Program Files\OpeniT\Core\Components.noteConfigurations based on the detected autocollectors start with
auto_.
-
Go to the bin directory, which is by default in
/opt/openit/bin, run the command:Command Syntaxcd $BIN_DIRExamplecd /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_analyzer.root.licenseanalyzer.autoconfigurator.active=true" -
To activate the automatic configuration of the LM-X license servers, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.lmx.active=true" -
By default, module activation changes are applied every 6 hours. However, if you want to activate the LM-X autoconfigurator 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.
-
-
Verify proper configuration, run the command:
Command Syntax./openit_licenseconfigbuilder -
Verify that there are configurations for automatically detected LM-X in
licpoll.xmlin the Components directory, which is by default in/var/opt/openit/etc/Components.noteConfigurations based on the detected autocollectors start with
auto_.
If you want to activate LM-X Autoconfigurator on selected clients, follow the instructions in the Activating Features on Selected Clients section.