#
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.active to true.
license_analyzer.oconf3| licenseanalyzer 4| { 5| display=LicenseAnalyzer 6| description=License Data Collection 7| active 8| { 9| type=bool 10| value=true 11| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.active to true.
license_analyzer.oconf3| licenseanalyzer 4| { 5| display=LicenseAnalyzer 6| description=License Data Collection 7| active 8| { 9| type=bool 10| value=true 11| }
Save the changes.
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.flex to true.
license_analyzer.oconf21| flex 22| { 23| display=FlexNet 24| description=Job for autoconfigurating FlexNet License Servers. 25| active 26| { 27| type=bool 28| value=true 29| }
Save the changes.
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:Example: Command Syntaxcd C:\Program Files\OpeniT\Core\bin
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_.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.flex to true.
license_analyzer.oconf21| flex 22| { 23| display=FlexNet 24| description=Job for autoconfigurating FlexNet License Servers. 25| active 26| { 27| type=bool 28| value=true 29| }
Save the changes.
Go to the bin directory, which is by default in
/var/opt/openit/bin
, run the command:Example: Command Syntaxcd /var/opt/openit/bin
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.dsls to true.
license_analyzer.oconf31| dsls 32| { 33| display=DSLS 34| description=Job for autoconfigurating DSLS License Servers. 35| active 36| { 37| type=bool 38| value=true 39| }
Save the changes.
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:Example: Command Syntaxcd C:\Program Files\OpeniT\Core\bin
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_.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.dsls to true.
license_analyzer.oconf31| dsls 32| { 33| display=DSLS 34| description=Job for autoconfigurating DSLS License Servers. 35| active 36| { 37| type=bool 38| value=true 39| }
Save the changes.
Go to the bin directory, which is by default in
/var/opt/openit/bin
, run the command:Example: Command Syntaxcd /var/opt/openit/bin
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.lmx to true.
license_analyzer.oconf41| lmx 42| { 43| display=LMX 44| description=Job for autoconfigurating LMX License Servers. 45| active 46| { 47| type=bool 48| value=true 49| }
Save the changes.
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:Example: Command Syntaxcd C:\Program Files\OpeniT\Core\bin
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_.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.lmx to true.
license_analyzer.oconf41| lmx 42| { 43| display=LMX 44| description=Job for autoconfigurating LMX License Servers. 45| active 46| { 47| type=bool 48| value=true 49| }
Save the changes.
Go to the bin directory, which is by default in
/var/opt/openit/bin
, run the command:Example: Command Syntaxcd /var/opt/openit/bin
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.lsdyna to true.
license_analyzer.oconf51| lsdyna 52| { 53| display=LS-DYNA 54| description=Job for autoconfigurating LS-DYNA License Servers. 55| active 56| { 57| type=bool 58| value=true 59| }
Save the changes.
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:Example: Command Syntaxcd C:\Program Files\OpeniT\Core\bin
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_.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.lsdyna to true.
license_analyzer.oconf51| lsdyna 52| { 53| display=LS-DYNA 54| description=Job for autoconfigurating LS-DYNA License Servers. 55| active 56| { 57| type=bool 58| value=true 59| }
Save the changes.
Go to the bin directory, which is by default in
/var/opt/openit/bin
, run the command:Example: Command Syntaxcd /var/opt/openit/bin
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.rlm to true.
license_analyzer.oconf61| rlm 62| { 63| display=RLM 64| description=Job for autoconfigurating RLM License Servers. 65| active 66| { 67| type=bool 68| value=true 69| }
Save the changes.
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:Example: Command Syntaxcd C:\Program Files\OpeniT\Core\bin
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_.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.rlm to true.
license_analyzer.oconf61| rlm 62| { 63| display=RLM 64| description=Job for autoconfigurating RLM License Servers. 65| active 66| { 67| type=bool 68| value=true 69| }
Save the changes.
Go to the bin directory, which is by default in
/var/opt/openit/bin
, run the command:Example: Command Syntaxcd /var/opt/openit/bin
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.slickedit to true.
license_analyzer.oconf61| slickedit 62| { 63| display=Slickedit 64| description=Job for autoconfigurating Slickedit License Servers. 65| active 66| { 67| type=bool 68| value=true 69| }
Save the changes.
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:Example: Command Syntaxcd C:\Program Files\OpeniT\Core\bin
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_.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.autoconfigurator to true.
license_analyzer.oconf12| autoconfigurator 13| { 14| display=License AutoConfiguration 15| description=Auto detection and configuration for license data collection. 16| active 17| { 18| type=bool 19| value=true 20| }
Locate and set the value of licenseanalyzer.autoconfigurator.slickedit to true.
license_analyzer.oconf61| slickedit 62| { 63| display=Slickedit 64| description=Job for autoconfigurating Slickedit License Servers. 65| active 66| { 67| type=bool 68| value=true 69| }
Save the changes.
Go to the bin directory, which is by default in
/var/opt/openit/bin
, run the command:Example: Command Syntaxcd /var/opt/openit/bin
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.licpoll_loadbalancer to true.
license_analyzer.oconf81| licpoll_loadbalancer 82| { 83| display=License Poller Load Balancer 84| description=Job to enable license data collection through sampling. 85| active 86| { 87| type=bool 88| value=true 89| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.licpoll_loadbalancer to true.
license_analyzer.oconf81| licpoll_loadbalancer 82| { 83| display=License Poller Load Balancer 84| description=Job to enable license data collection through sampling. 85| active 86| { 87| type=bool 88| value=true 89| }
Save the changes.
If you want to activate License Poller Load Balancer on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Next Steps?
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.licpoll to true.
license_analyzer.oconf92| licpoll 93| { 94| display=License Poller 95| description=Job to enable license data collection through sampling. 96| active 97| { 98| type=bool 99| value=true 100| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.licpoll to true.
license_analyzer.oconf92| licpoll 93| { 94| display=License Poller 95| description=Job to enable license data collection through sampling. 96| active 97| { 98| type=bool 99| value=true 100| }
Save the changes.
If you want to activate License Poller on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Next Steps?
#
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.flexlog to true.
license_analyzer.oconf102| flexlog 103| { 104| display=FlexNet Log Collection 105| description=Job to enable collection of FlexNet logs. 106| active 107| { 108| type=bool 109| value=true 110| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.flexlog to true.
license_analyzer.oconf102| flexlog 103| { 104| display=FlexNet Log Collection 105| description=Job to enable collection of FlexNet logs. 106| active 107| { 108| type=bool 109| value=true 110| }
Save the changes.
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.flexpoller to true.
license_analyzer.oconf112| flexpoller 113| { 114| display=FlexNet Poller 115| description=Job to enable FlexNet poll data collection. 116| active 117| { 118| type=bool 119| value=true 120| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.flexpoller to true.
license_analyzer.oconf112| flexpoller 113| { 114| display=FlexNet Poller 115| description=Job to enable FlexNet poll data collection. 116| active 117| { 118| type=bool 119| value=true 120| }
Save the changes.
If you want to activate FlexNet Poller Collection on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Next Steps?
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.autodesk_workstation to true.
license_analyzer.oconf122| autodesk_workstation 123| { 124| display=Autodesk Workstation 125| description=Job to enable Autodesk Workstation Collectors 126| active 127| { 128| type=bool 129| value=true 130| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.autodesk_workstation to true.
license_analyzer.oconf122| autodesk_workstation 123| { 124| display=Autodesk Workstation 125| description=Job to enable Autodesk Workstation Collectors 126| active 127| { 128| type=bool 129| value=true 130| }
Save the changes.
If you want to activate Autodesk Workstation Collectors on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Next Steps?
#
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.adobe_workstation to true.
license_analyzer.oconf132| adobe_workstation 133| { 134| display=Adobe Workstation 135| description=Job to enable Adobe Workstation Collectors 136| active 137| { 138| type=bool 139| value=true 140| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.adobe_workstation to true.
license_analyzer.oconf132| adobe_workstation 133| { 134| display=Adobe Workstation 135| description=Job to enable Adobe Workstation Collectors 136| active 137| { 138| type=bool 139| value=true 140| }
Save the changes.
If you want to activate Adobe Workstation Collectors on selected clients, follow the instructions in the Activating Features on Selected Clients section.
#
Next Steps?
#
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.matlab to true.
license_analyzer.oconf142| matlab 143| { 144| display=Matlab ToolBox 145| description=Job to enable Matlab ToolBox Data Collection 146| active 147| { 148| type=bool 149| value=true 150| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.matlab to true.
license_analyzer.oconf142| matlab 143| { 144| display=Matlab ToolBox 145| description=Job to enable Matlab ToolBox Data Collection 146| active 147| { 148| type=bool 149| value=true 150| }
Save the changes.
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.bentley to true.
license_analyzer.oconf152| bentley 153| { 154| display=Bentley LM Collection 155| description=Jobs to collect from Bentley Workstation 156| active 157| { 158| type=bool 159| value=true 160| }
Locate and set the value of licenseanalyzer.bentley.bentley_connect to true.
license_analyzer.oconf161| bentley_connect 162| { 163| display=Bentley Connect Workstation 164| description=Job to collect Bentley LM SQLite DB from Bentley Connect Workstation 165| active 166| { 167| type=bool 168| value=true 169| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.bentley to true.
license_analyzer.oconf152| bentley 153| { 154| display=Bentley LM Collection 155| description=Jobs to collect from Bentley Workstation 156| active 157| { 158| type=bool 159| value=true 160| }
Locate and set the value of licenseanalyzer.bentley.bentley_connect to true.
license_analyzer.oconf161| bentley_connect 162| { 163| display=Bentley Connect Workstation 164| description=Job to collect Bentley LM SQLite DB from Bentley Connect Workstation 165| active 166| { 167| type=bool 168| value=true 169| }
Save the changes.
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 Connect workstation database collection is inactive by default; you must activate it to begin collecting the Bentley LM SQLite DB from Bentley Connect workstations. Follow these instructions to activate:
Open
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.bentley to true.
license_analyzer.oconf152| bentley 153| { 154| display=Bentley LM Collection 155| description=Jobs to collect from Bentley Workstation 156| active 157| { 158| type=bool 159| value=true 160| }
Locate and set the value of licenseanalyzer.bentley.bentley_select to true.
license_analyzer.oconf171| bentley_select 172| { 173| display=Bentley Select Workstation 174| description=Job to collect Bentley LM SQLite DB from Bentley Select Workstation 175| active 176| { 177| type=bool 178| value=true 179| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.bentley to true.
license_analyzer.oconf152| bentley 153| { 154| display=Bentley LM Collection 155| description=Jobs to collect from Bentley Workstation 156| active 157| { 158| type=bool 159| value=true 160| }
Locate and set the value of licenseanalyzer.bentley.bentley_select to true.
license_analyzer.oconf171| bentley_select 172| { 173| display=Bentley Select Workstation 174| description=Job to collect Bentley LM SQLite DB from Bentley Select Workstation 175| active 176| { 177| type=bool 178| value=true 179| }
Save the changes.
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.dongle to true.
license_analyzer.oconf182| dongle 183| { 184| display=Dongle Usage Collection 185| description=Job to enable Dongle Usage Collection. 186| active 187| { 188| type=bool 189| value=true 190| }
Locate and set the value of licenseanalyzer.dongle.codemeter to true.
license_analyzer.oconf191| codemeter 192| { 193| display=CodeMeter 194| description=Job for CodeMeter Usage Collection 195| active 196| { 197| type=bool 198| value=true 199| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.dongle to true.
license_analyzer.oconf182| dongle 183| { 184| display=Dongle Usage Collection 185| description=Job to enable Dongle Usage Collection. 186| active 187| { 188| type=bool 189| value=true 190| }
Locate and set the value of licenseanalyzer.dongle.codemeter to true.
license_analyzer.oconf191| codemeter 192| { 193| display=CodeMeter 194| description=Job for CodeMeter Usage Collection 195| active 196| { 197| type=bool 198| value=true 199| }
Save the changes.
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.dongle to true.
license_analyzer.oconf182| dongle 183| { 184| display=Dongle Usage Collection 185| description=Job to enable Dongle Usage Collection. 186| active 187| { 188| type=bool 189| value=true 190| }
Locate and set the value of licenseanalyzer.dongle.vector to true.
license_analyzer.oconf201| vector 202| { 203| display=Vector 204| description=Job for Vector Usage Collection 205| active 206| { 207| type=bool 208| value=true 209| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.dongle to true.
license_analyzer.oconf182| dongle 183| { 184| display=Dongle Usage Collection 185| description=Job to enable Dongle Usage Collection. 186| active 187| { 188| type=bool 189| value=true 190| }
Locate and set the value of licenseanalyzer.dongle.vector to true.
license_analyzer.oconf201| vector 202| { 203| display=Vector 204| description=Job for Vector Usage Collection 205| active 206| { 207| type=bool 208| value=true 209| }
Save the changes.
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
license_analyzer.oconf
in the module-activation directory, which is by default inC:\Program Files\OpeniT\Core\Configuration\module-activation
.Locate and set the value of licenseanalyzer.dongle to true.
license_analyzer.oconf182| dongle 183| { 184| display=Dongle Usage Collection 185| description=Job to enable Dongle Usage Collection. 186| active 187| { 188| type=bool 189| value=true 190| }
Locate and set the value of licenseanalyzer.dongle.wibukey to true.
license_analyzer.oconf211| wibukey 212| { 213| display=Wibukey 214| description=Job for WibuKey Usage Collection 215| active 216| { 217| type=bool 218| value=true 219| }
Save the changes.
Open
license_analyzer.oconf
in the module-activation directory, which is by default in/var/opt/openit/etc/module-activation
.Locate and set the value of licenseanalyzer.dongle to true.
license_analyzer.oconf182| dongle 183| { 184| display=Dongle Usage Collection 185| description=Job to enable Dongle Usage Collection. 186| active 187| { 188| type=bool 189| value=true 190| }
Locate and set the value of licenseanalyzer.dongle.wibukey to true.
license_analyzer.oconf211| wibukey 212| { 213| display=Wibukey 214| description=Job for WibuKey Usage Collection 215| active 216| { 217| type=bool 218| value=true 219| }
Save the changes.
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