#
Activating LicenseAnalyzer and Other Data Collection Sources
The following sections will guide you on the required configuration to activate LicenseAnalyzer and other data collection sources.
#
Activating LicenseAnalyzer
LicenseAnalyzer 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 collection of license data, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the collection of license data immediately, run the command:
openit_moduleactivator
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 collection of license data, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the collection of license data immediately, run the command:
./openit_moduleactivator
If you want to activate LicenseAnalyzer on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Activating FlexNet Autoconfigurator
Make sure that
FlexNet Autoconfigurator is active by default; make sure it is activated to turn on the automatic configuration of FlexNet license manager data collection. 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 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 FlexNet license servers, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.flex.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the FlexNet autoconfigurator immediately, run the command:
openit_moduleactivator
Verify proper configuration, run the command:
Command Syntaxopenit_licenseconfigbuilder
Verify that there are configurations for automatically detected FlexNet servers in
flexlogcollector2.xml
andflexpoller.xml
in the Components directory, which is by default inC:\Program Files\OpeniT\Core\Components
.Configurations 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_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_analyzer.root.licenseanalyzer.autoconfigurator.active=true"
To activate the automatic configuration of the FlexNet license servers, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.flex.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the FlexNet autoconfigurator immediately, run the command:
./openit_moduleactivator
Verify proper configuration, run the command:
Command Syntax./openit_licenseconfigbuilder
Verify that there are configurations for automatically detected FlexNet servers in
flexlogcollector2.xml
andflexpoller.xml
in the Components directory, which is by default in/var/opt/openit/etc/Components
.Configurations based on the detected autocollectors start with auto_.
If you want to activate FlexNet Autoconfigurator on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Activating DSLS Autoconfigurator
Make sure that
DSLS Autoconfigurator is active by default; make sure it is activated to turn on the automatic configuration of DSLS data collection. 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 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 DSLS license servers, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.dsls.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the DSLS autoconfigurator immediately, run the command:
openit_moduleactivator
Verify proper configuration, run the command:
Command Syntaxopenit_licenseconfigbuilder
Verify that there are configurations for automatically detected DSLS in
licpoll.xml
in the Components directory, which is by default inC:\Program Files\OpeniT\Core\Components
.Configurations 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_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_analyzer.root.licenseanalyzer.autoconfigurator.active=true"
To activate the automatic configuration of the DSLS license servers, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.dsls.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the DSLS autoconfigurator immediately, run the command:
./openit_moduleactivator
Verify proper configuration, run the command:
Command Syntax./openit_licenseconfigbuilder
Verify that there are configurations for automatically detected DSLS in
licpoll.xml
in the Components directory, which is by default in/var/opt/openit/etc/Components
.Configurations based on the detected autocollectors start with auto_.
If you want to activate DSLS Autoconfigurator on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Activating LM-X Autoconfigurator
Make sure that
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:
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 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"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the LM-X autoconfigurator immediately, run the command:
openit_moduleactivator
Verify proper configuration, run the command:
Command Syntaxopenit_licenseconfigbuilder
Verify that there are configurations for automatically detected LM-X servers in
licpoll.xml
in the Components directory, which is by default inC:\Program Files\OpeniT\Core\Components
.Configurations 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_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_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"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the LM-X autoconfigurator immediately, run the command:
./openit_moduleactivator
Verify proper confiuration, run the command:
Command Syntax./openit_licenseconfigbuilder
Verify that there are configurations for automatically detected LM-X servers in
licpoll.xml
in the Components directory, which is by default in/var/opt/openit/etc/Components
.Configurations 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.
#
Activating LS-DYNA Autoconfigurator
Make sure that
LS-DYNA Autoconfigurator is active by default; make sure it is activated to turn on the automatic configuration of LS-DYNA data collection. 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 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 LS-DYNA license servers, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.lsdyna.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the LS-DYNA autoconfigurator immediately, run the command:
openit_moduleactivator
Verify proper configuration, run the command:
Command Syntaxopenit_licenseconfigbuilder
Verify that there are configurations for automatically detected LS-DYNA servers in
licpoll.xml
in the Components directory, which is by default inC:\Program Files\OpeniT\Core\Components
.Configurations 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_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_analyzer.root.licenseanalyzer.autoconfigurator.active=true"
To activate the automatic configuration of the LS-DYNA license servers, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.lsdyna.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the LS-DYNA autoconfigurator immediately, run the command:
./openit_moduleactivator
Verify proper configuration, run the command:
Command Syntax./openit_licenseconfigbuilder
Verify that there are configurations for automatically detected LS-DYNA servers in
licpoll.xml
in the Components directory, which is by default in/var/opt/openit/etc/Components
.Configurations based on the detected autocollectors start with auto_.
If you want to activate LS-DYNA Autoconfigurator on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Activating RLM Autoconfigurator
Make sure that
RLM Autoconfigurator is active by default; make sure it is activated to turn on the automatic configuration of RLM data collection. 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 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 RLM license servers, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.rlm.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the RLM autoconfigurator immediately, run the command:
openit_moduleactivator
Verify proper configuration, run the command:
Command Syntaxopenit_licenseconfigbuilder
Verify that there are configurations for automatically detected RLM servers in
licpoll.xml
in the Components directory, which is by default inC:\Program Files\OpeniT\Core\Components
.Configurations 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_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_analyzer.root.licenseanalyzer.autoconfigurator.active=true"
To activate the automatic configuration of the RLM license servers, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.rlm.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the RLM autoconfigurator immediately, run the command:
./openit_moduleactivator
Verify proper configuration, run the command:
Command Syntax./openit_licenseconfigbuilder
Verify that there are configurations for automatically detected RLM servers in
licpoll.xml
in the Components directory, which is by default in/var/opt/openit/etc/Components
.Configurations based on the detected autocollectors start with auto_.
If you want to activate RLM Autoconfigurator on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Activating SlickEdit Autoconfigurator
Make sure that
SlickEdit Autoconfigurator is active by default; make sure it is activated to turn on the automatic configuration of SlickEdit license manager data collection. 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 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 SlickEdit license servers, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.slickedit.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the SlickEdit autoconfigurator immediately, run the command:
openit_moduleactivator
Verify proper configuration, run the command:
Command Syntaxopenit_licenseconfigbuilder
Verify that there are configurations for automatically detected SlickEdit servers in
licpoll.xml
in the Components directory, which is by default inC:\Program Files\OpeniT\Core\Components
.Configurations 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_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_analyzer.root.licenseanalyzer.autoconfigurator.active=true"
To activate the automatic configuration of the SlickEdit license servers, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.autoconfigurator.slickedit.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the SlickEdit autoconfigurator immediately, run the command:
./openit_moduleactivator
Verify proper configuration, run the command:
Command Syntax./openit_licenseconfigbuilder
Verify that there are configurations for automatically detected SlickEdit servers in
licpoll.xml
in the Components directory, which is by default in/var/opt/openit/etc/Components
.Configurations based on the detected autocollectors start with auto_.
If you want to activate SlickEdit Autoconfigurator on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Activating Licpoll Load Balancer
Make sure that
Licpoll Load Balancer is inactive by default. You must activate it to balance out the number of licpoll jobs with the number of servers or products to poll. 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 License Poller Load Balancer, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.licpoll_loadbalancer.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Licpoll Load Balancer immediately, run the command:
openit_moduleactivator
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 License Poller Load Balancer, run the command:
Command Syntax./openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.licpoll_loadbalancer.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Licpoll Load Balancer immediately, run the command:
./openit_moduleactivator
If you want to activate License Poller Load Balancer on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: Configuring Licpoll Load Balancer
#
Activating License Poller
Make sure that
License Poller is active by default; make sure it is activated to poll license servers at regular intervals to get the current status of the license managers' license use and availability. 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 License Poller, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.licpoll.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the License Poller immediately, run the command:
openit_moduleactivator
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 License Poller, run the command:
Command Syntax./openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.licpoll.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the License Poller immediately, run the command:
./openit_moduleactivator
If you want to activate License Poller on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: License Manager Configuration
#
Activating FlexNet Log Collection
Make sure that
FlexNet Log Collection is active by default; make sure it is activated to begin collecting the FlexNet logs. 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 collection of FlexNet logs, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.flexlog.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the FlexNet log collection immediately, run the command:
openit_moduleactivator
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 collection of FlexNet logs, run the command:
Command Syntax./openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.flexlog.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the FlexNet log collection immediately, run the command:
./openit_moduleactivator
If you want to activate FlexNet Log Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Make sure to
#
Activating FlexNet Poller Collection
Make sure that
FlexNet Poller Collection is active by default; make sure it is activated to begin collecting FlexNet poll 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 FlexNet Poller data collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.flexpoller.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the FlexNet Poller collection immediately, run the command:
openit_moduleactivator
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 FlexNet Poller data collection, run the command:
Command Syntax./openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.flexpoller.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the FlexNet Poller collection immediately, run the command:
./openit_moduleactivator
If you want to activate FlexNet Poller Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: FlexNet Log File Parsing Configuration
#
Activating Autodesk Workstation Collectors
Make sure that
Autodesk workstation collectors are inactive by default; make sure it is activated to begin collecting Autodesk workstations. 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 Autodesk workstation collectors, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autodesk_workstation.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Autodesk workstation collectors immediately, run the command:
openit_moduleactivator
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 Autodesk workstation collectors, run the command:
Command Syntax./openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.autodesk_workstation.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Autodesk workstation collectors immediately, run the command:
./openit_moduleactivator
If you want to activate Autodesk Workstation Collectors on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: Autodesk Configuration
#
Activating Adobe Workstation Collectors
Make sure that
Adobe workstation collectors are inactive by default; make sure it is activated to begin collecting Adobe workstations. 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 Adobe workstation collectors, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.adobe_workstation.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Adobe workstation collectors immediately, run the command:
openit_moduleactivator
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 job for Adobe workstation collectors, run the command:
Command Syntax./openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.adobe_workstation.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Adobe workstation collectors immediately, run the command:
./openit_moduleactivator
If you want to activate Adobe Workstation Collectors on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: Adobe Configuration
#
Activating Matlab ToolBox Data Collection
Make sure that
Matlab toolbox data collection is inactive by default; make sure it is activated to begin collecting the Matlab toolbox 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 Matlab toolbox data collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.matlab.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Matlab toolbox data collection immediately, run the command:
openit_moduleactivator
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 job for Matlab toolbox data collection, run the command:
Command Syntax./openit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.matlab.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Matlab toolbox data collection immediately, run the command:
./openit_moduleactivator
If you want to activate Matlab ToolBox Data Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: MATLAB License Manager
#
Activating Bentley Connect Workstation Database Collection
Make sure that
The Bentley Connect workstation database collection is inactive by default; you must activate it to begin the Bentley LM SQLite DB collection from Bentley Connect workstations. 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 database collection from Bentley Workstation, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.bentley.active=true"
To activate the database collection of Bentley LM SQLite DB from Bentley Connect Workstation, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.bentley.bentley_connect.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the database collection of Bentley Connect workstation immediately, run the command:
openit_moduleactivator
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 database collection from Bentley Workstation, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.bentley.active=true"
To activate the database collection of Bentley LM SQLite DB from Bentley Connect Workstation, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.bentley.bentley_connect.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the database collection of Bentley Connect workstation immediately, run the command:
./openit_moduleactivator
If you want to activate Bentley Connect Workstation Database Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Make sure to
#
Activating Bentley Select Workstation Database Collection
Make sure that
The Bentley Select workstation database collection is inactive by default; you must activate it to begin collecting the Bentley LM SQLite DB from Bentley Select workstations. 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 database collection from Bentley workstations, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.bentley.active=true"
To activate the database collection of Bentley LM SQLite DB from Bentley Select workstations, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.bentley.bentley_select.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the database collection of Bentley Select workstation immediately, run the command:
openit_moduleactivator
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 database collection from Bentley workstations, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.bentley.active=true"
To activate the database collection of Bentley LM SQLite DB from Bentley Select workstations, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.bentley.bentley_select.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the database collection of Bentley Select workstation immediately, run the command:
./openit_moduleactivator
If you want to activate Bentley Select Workstation Database Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: Bentley Hosted License Server
#
Activating CodeMeter Dongle Data Collection
Make sure that
CodeMeter dongle data collection is inactive by default; you must activate it to begin collecting the CodeMeter 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 dongle usage collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.dongle.active=true"
To activate the CodeMeter dongle data collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.dongle.codemeter.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the database collection of Bentley Select workstation immediately, run the command:
openit_moduleactivator
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 Dongle usage collection, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.dongle.active=true"
To activate the CodeMeter dongle data collection, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.dongle.codemeter.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the database collection of Bentley Select workstation immediately, run the command:
./openit_moduleactivator
If you want to activate CodeMeter Dongle Data Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: CodeMeter License Manager
#
Activating Vector Dongle Data Collection
Make sure that
Vector dongle data collection is inactive by default; you must activate it to begin collecting the Vector 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 dongle usage collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.dongle.active=true"
To activate the Vector dongle data collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.dongle.vector.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Vector dongle data collection immediately, run the command:
openit_moduleactivator
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 dongle usage collection, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.dongle.active=true"
To activate the Vector dongle data collection, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.dongle.vector.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Vector dongle data collection immediately, run the command:
./openit_moduleactivator
If you want to activate Vector Dongle Data Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: Vector License Manager
#
Activating WibuKey Dongle Data Collection
Make sure that
Wibu Key dongle data collection is inactive by default; you must activate it to begin collecting the Wibu Key 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 dongle usage collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.dongle.active=true"
To activate the Wibu Key dongle data collection, run the command:
Command Syntaxopenit_oconfinit -u "C:/Program Files/OpeniT/Core/Configuration/module-activation/license_analyzer.root.licenseanalyzer.dongle.wibukey.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Wibu Key dongle data collection immediately, run the command:
openit_moduleactivator
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 dongle usage collection, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.dongle.active=true"
To activate the WibuKey dongle data collection, run the command:
Command Syntax./openit_oconfinit -u "/var/opt/openit/etc/module-activation/license_analyzer.root.licenseanalyzer.dongle.wibukey.active=true"
openit_moduleactivator
should run to reflect the configuration. By default, this happens every 6 hours, but if you want to activate the Wibu Key dongle data collection immediately, run the command:
./openit_moduleactivator
If you want to activate WibuKey Dongle Data Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
Recommended reading: WibuKey License Manager