# 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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.active to true.

    license_analyzer.oconf
    3|  licenseanalyzer
    4|  {
    5|      display=LicenseAnalyzer
    6|      description=License Data Collection
    7|      active
    8|      {
    9|          type=bool
    10|         value=true
    11|     }
  3. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.active to true.

    license_analyzer.oconf
    3|  licenseanalyzer
    4|  {
    5|      display=LicenseAnalyzer
    6|      description=License Data Collection
    7|      active
    8|      {
    9|          type=bool
    10|         value=true
    11|     }
  3. 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

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.flex to true.

    license_analyzer.oconf
    21| flex
    22| {
    23|     display=FlexNet
    24|     description=Job for autoconfigurating FlexNet License Servers.
    25|     active
    26|     {
    27|         type=bool
    28|         value=true
    29|     }
  4. Save the changes.

  5. Open a command prompt with Administrator level privileges.

  6. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Example: Command Syntax
    cd C:\Program Files\OpeniT\Core\bin
  7. Run the command:

    Command Syntax
    openit_licenseconfigbuilder
  8. Verify that there are configurations for automatically detected FlexNet servers in flexlogcollector2.xml and flexpoller.xml in the Components directory, which is by default in C:\Program Files\OpeniT\Core\Components.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.flex to true.

    license_analyzer.oconf
    21| flex
    22| {
    23|     display=FlexNet
    24|     description=Job for autoconfigurating FlexNet License Servers.
    25|     active
    26|     {
    27|         type=bool
    28|         value=true
    29|     }
  4. Save the changes.

  5. Go to the bin directory, which is by default in /var/opt/openit/bin, run the command:

    Example: Command Syntax
    cd /var/opt/openit/bin
  6. Run the command:

    Command Syntax
    ./openit_licenseconfigbuilder
  7. Verify that there are configurations for automatically detected FlexNet servers in flexlogcollector2.xml and flexpoller.xml in the Components directory, which is by default in /var/opt/openit/etc/Components.

If you want to activate FlexNet Autoconfigurator on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating DSLS Autoconfigurator

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.dsls to true.

    license_analyzer.oconf
    31| dsls
    32| {
    33|     display=DSLS
    34|     description=Job for autoconfigurating DSLS License Servers.
    35|     active
    36|     {
    37|         type=bool
    38|         value=true
    39|     }
  4. Save the changes.

  5. Open a command prompt with Administrator level privileges.

  6. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Example: Command Syntax
    cd C:\Program Files\OpeniT\Core\bin
  7. Run the command:

    Command Syntax
    openit_licenseconfigbuilder
  8. Verify that there are configurations for automatically detected DSLS in licpoll.xml in the Components directory, which is by default in C:\Program Files\OpeniT\Core\Components.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.dsls to true.

    license_analyzer.oconf
    31| dsls
    32| {
    33|     display=DSLS
    34|     description=Job for autoconfigurating DSLS License Servers.
    35|     active
    36|     {
    37|         type=bool
    38|         value=true
    39|     }
  4. Save the changes.

  5. Go to the bin directory, which is by default in /var/opt/openit/bin, run the command:

    Example: Command Syntax
    cd /var/opt/openit/bin
  6. Run the command:

    Command Syntax
    ./openit_licenseconfigbuilder
  7. 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.

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

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.lmx to true.

    license_analyzer.oconf
    41| lmx
    42| {
    43|     display=LMX
    44|     description=Job for autoconfigurating LMX License Servers.
    45|     active
    46|     {
    47|         type=bool
    48|         value=true
    49|     }
  4. Save the changes.

  5. Open a command prompt with Administrator level privileges.

  6. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Example: Command Syntax
    cd C:\Program Files\OpeniT\Core\bin
  7. Run the command:

    Command Syntax
    openit_licenseconfigbuilder
  8. Verify that there are configurations for automatically detected LM-X servers in licpoll.xml in the Components directory, which is by default in C:\Program Files\OpeniT\Core\Components.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.lmx to true.

    license_analyzer.oconf
    41| lmx
    42| {
    43|     display=LMX
    44|     description=Job for autoconfigurating LMX License Servers.
    45|     active
    46|     {
    47|         type=bool
    48|         value=true
    49|     }
  4. Save the changes.

  5. Go to the bin directory, which is by default in /var/opt/openit/bin, run the command:

    Example: Command Syntax
    cd /var/opt/openit/bin
  6. Run the command:

    Command Syntax
    ./openit_licenseconfigbuilder
  7. 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.

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

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.lsdyna to true.

    license_analyzer.oconf
    51| 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|     }
  4. Save the changes.

  5. Open a command prompt with Administrator level privileges.

  6. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Example: Command Syntax
    cd C:\Program Files\OpeniT\Core\bin
  7. Run the command:

    Command Syntax
    openit_licenseconfigbuilder
  8. Verify that there are configurations for automatically detected LS-DYNA servers in licpoll.xml in the Components directory, which is by default in C:\Program Files\OpeniT\Core\Components.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.lsdyna to true.

    license_analyzer.oconf
    51| 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|     }
  4. Save the changes.

  5. Go to the bin directory, which is by default in /var/opt/openit/bin, run the command:

    Example: Command Syntax
    cd /var/opt/openit/bin
  6. Run the command:

    Command Syntax
    ./openit_licenseconfigbuilder
  7. 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.

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

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.rlm to true.

    license_analyzer.oconf
    61| rlm
    62| {
    63|     display=RLM
    64|     description=Job for autoconfigurating RLM License Servers.
    65|     active
    66|     {
    67|         type=bool
    68|         value=true
    69|     }
  4. Save the changes.

  5. Open a command prompt with Administrator level privileges.

  6. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Example: Command Syntax
    cd C:\Program Files\OpeniT\Core\bin
  7. Run the command:

    Command Syntax
    openit_licenseconfigbuilder
  8. Verify that there are configurations for automatically detected RLM servers in licpoll.xml in the Components directory, which is by default in C:\Program Files\OpeniT\Core\Components.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.rlm to true.

    license_analyzer.oconf
    61| rlm
    62| {
    63|     display=RLM
    64|     description=Job for autoconfigurating RLM License Servers.
    65|     active
    66|     {
    67|         type=bool
    68|         value=true
    69|     }
  4. Save the changes.

  5. Go to the bin directory, which is by default in /var/opt/openit/bin, run the command:

    Example: Command Syntax
    cd /var/opt/openit/bin
  6. Run the command:

    Command Syntax
    ./openit_licenseconfigbuilder
  7. 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.

If you want to activate RLM Autoconfigurator on selected clients, follow the instructions in the Activating Features on Selected Clients section.

# Activating SlickEdit Autoconfigurator

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.slickedit to true.

    license_analyzer.oconf
    61| slickedit
    62| {
    63|     display=Slickedit
    64|     description=Job for autoconfigurating Slickedit License Servers.
    65|     active
    66|     {
    67|         type=bool
    68|         value=true
    69|     }
  4. Save the changes.

  5. Open a command prompt with Administrator level privileges.

  6. Go to the bin directory, which is by default in C:\Program Files\OpeniT\Core\bin, run the command:

    Example: Command Syntax
    cd C:\Program Files\OpeniT\Core\bin
  7. Run the command:

    Command Syntax
    openit_licenseconfigbuilder
  8. Verify that there are configurations for automatically detected SlickEdit servers in licpoll.xml in the Components directory, which is by default in C:\Program Files\OpeniT\Core\Components.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.autoconfigurator to true.

    license_analyzer.oconf
    12| 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|     }
  3. Locate and set the value of licenseanalyzer.autoconfigurator.slickedit to true.

    license_analyzer.oconf
    61| slickedit
    62| {
    63|     display=Slickedit
    64|     description=Job for autoconfigurating Slickedit License Servers.
    65|     active
    66|     {
    67|         type=bool
    68|         value=true
    69|     }
  4. Save the changes.

  5. Go to the bin directory, which is by default in /var/opt/openit/bin, run the command:

    Example: Command Syntax
    cd /var/opt/openit/bin
  6. Run the command:

    Command Syntax
    ./openit_licenseconfigbuilder
  7. 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.

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

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.licpoll_loadbalancer to true.

    license_analyzer.oconf
    81| 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|     }
  3. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.licpoll_loadbalancer to true.

    license_analyzer.oconf
    81| 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|     }
  3. 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

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.licpoll to true.

    license_analyzer.oconf
    92| 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|     }
  3. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.licpoll to true.

    license_analyzer.oconf
    92| 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|     }
  3. 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?

   License Manager Configuration

# Activating FlexNet Log Collection

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.flexlog to true.

    license_analyzer.oconf
    102| 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|     }
  3. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.flexlog to true.

    license_analyzer.oconf
    102| 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|     }
  3. 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.

# Activating FlexNet Poller Collection

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.flexpoller to true.

    license_analyzer.oconf
    112| 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|     }
  3. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.flexpoller to true.

    license_analyzer.oconf
    112| 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|     }
  3. 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

Autodesk workstation collectors are inactive by default; make sure it is activated to begin collecting Autodesk workstations. Follow these instructions to activate:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.autodesk_workstation to true.

    license_analyzer.oconf
    122| 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|     }
  3. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.autodesk_workstation to true.

    license_analyzer.oconf
    122| 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|     }
  3. 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?

   Autodesk Configuration

# Activating Adobe Workstation Collectors

Adobe workstation collectors are inactive by default; make sure it is activated to begin collecting Adobe workstations. Follow these instructions to activate:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.adobe_workstation to true.

    license_analyzer.oconf
    132| 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|     }
  3. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.adobe_workstation to true.

    license_analyzer.oconf
    132| 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|     }
  3. 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?

   Adobe Configuration

# Activating Matlab ToolBox Data Collection

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.matlab to true.

    license_analyzer.oconf
    142| 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|     }
  3. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.matlab to true.

    license_analyzer.oconf
    142| 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|     }
  3. 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

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.bentley to true.

    license_analyzer.oconf
    152| 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|     }
  3. Locate and set the value of licenseanalyzer.bentley.bentley_connect to true.

    license_analyzer.oconf
    161| 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|     }
  4. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.bentley to true.

    license_analyzer.oconf
    152| 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|     }
  3. Locate and set the value of licenseanalyzer.bentley.bentley_connect to true.

    license_analyzer.oconf
    161| 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|     }
  4. 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.

# Activating Bentley Select Workstation Database Collection

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.bentley to true.

    license_analyzer.oconf
    152| 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|     }
  3. Locate and set the value of licenseanalyzer.bentley.bentley_select to true.

    license_analyzer.oconf
    171| 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|     }
  4. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.bentley to true.

    license_analyzer.oconf
    152| 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|     }
  3. Locate and set the value of licenseanalyzer.bentley.bentley_select to true.

    license_analyzer.oconf
    171| 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|     }
  4. 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

CodeMeter dongle data collection is inactive by default; you must activate it to begin collecting the CodeMeter usage data. Follow these instructions to activate:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.dongle to true.

    license_analyzer.oconf
    182| 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|     }
  3. Locate and set the value of licenseanalyzer.dongle.codemeter to true.

    license_analyzer.oconf
    191| codemeter
    192| {
    193|     display=CodeMeter
    194|     description=Job for CodeMeter Usage Collection
    195|     active
    196|     {
    197|         type=bool
    198|         value=true
    199|     }
  4. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.dongle to true.

    license_analyzer.oconf
    182| 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|     }
  3. Locate and set the value of licenseanalyzer.dongle.codemeter to true.

    license_analyzer.oconf
    191| codemeter
    192| {
    193|     display=CodeMeter
    194|     description=Job for CodeMeter Usage Collection
    195|     active
    196|     {
    197|         type=bool
    198|         value=true
    199|     }
  4. 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

Vector dongle data collection is inactive by default; you must activate it to begin collecting the Vector usage data. Follow these instructions to activate:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.dongle to true.

    license_analyzer.oconf
    182| 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|     }
  3. Locate and set the value of licenseanalyzer.dongle.vector to true.

    license_analyzer.oconf
    201| vector
    202| {
    203|     display=Vector
    204|     description=Job for Vector Usage Collection
    205|     active
    206|     {
    207|         type=bool
    208|         value=true
    209|     }
  4. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.dongle to true.

    license_analyzer.oconf
    182| 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|     }
  3. Locate and set the value of licenseanalyzer.dongle.vector to true.

    license_analyzer.oconf
    201| vector
    202| {
    203|     display=Vector
    204|     description=Job for Vector Usage Collection
    205|     active
    206|     {
    207|         type=bool
    208|         value=true
    209|     }
  4. 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

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:

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\module-activation.

  2. Locate and set the value of licenseanalyzer.dongle to true.

    license_analyzer.oconf
    182| 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|     }
  3. Locate and set the value of licenseanalyzer.dongle.wibukey to true.

    license_analyzer.oconf
    211| wibukey
    212| {
    213|     display=Wibukey
    214|     description=Job for WibuKey Usage Collection
    215|     active
    216|     {
    217|         type=bool
    218|         value=true
    219|     }
  4. Save the changes.

  1. Open license_analyzer.oconf in the module-activation directory, which is by default in /var/opt/openit/etc/module-activation.

  2. Locate and set the value of licenseanalyzer.dongle to true.

    license_analyzer.oconf
    182| 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|     }
  3. Locate and set the value of licenseanalyzer.dongle.wibukey to true.

    license_analyzer.oconf
    211| wibukey
    212| {
    213|     display=Wibukey
    214|     description=Job for WibuKey Usage Collection
    215|     active
    216|     {
    217|         type=bool
    218|         value=true
    219|     }
  4. 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

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close