Installing the License Manager Observer service¶
Service account¶
Create a Windows service account that has database owner access to the central OctoSAM Inventory database.
The service account also needs read/write permissions to the configured log directories.
Configuration files¶
The license manager observer service supports a central configuration file appsettings.json
in a folder referenced by the OCTOSAM_CONFIGURATION_FOLDER
environment variable.
Service installation¶
To install the OctoSAM Inventory License Manager Server Observer Service into the service registry, use the following command (running as Local Administrator):
install_service.ps1
The service will install itself with startup type ‘Automatic (Delayed Start)’ and reasonable recovery actions.
After installation you need to set the Service Account using the Services control panel.
Tip
All OctoSAM services can also be started directly from a console window. This can be used for testing your configuration without having to install the services. Note that the service account may have other privileges than your current interactive account.
Service uninstall¶
sc delete OctoSAMLicenseManagerObserverService
License manager server configuration¶
Create a new license manager server object via the OctoSAM Inventory GUI.
License manager server properties¶
Name¶
Choose a name to identify the LM Server in the OctoSAM Inventory UI. This name can be changed at any time.
Type¶
Choose the type of license manager you want to observe Currently supported types are:
- Flexera FlexLM
- Gemalto Sentinel RMS
- Wolfram MathLM
- EPLAN License Manager
- Script
Address¶
- For FlexLM specify port@machine.
- For Sentinel RMS specify the machine name where the Sentinel server is installed
- For Wolfram MathLM specify the URL where the
monitorlm
CGI module can be called.
See: http://rence.wolfram.com/language/tutorial/MonitoringMathLM.html You can also configuremonitorlm
to write to a file and specify the url as file://path. -
For EPLAN license server specify machine name where the license manager is installed.
Note that the EPLAN license manager monitor tool must be installed on the OctoSAM Server. -
For Script, specify the command to execute. For Information on how to write your own script-based monitor, consult the sample monitor scripts that are delivered with the software.
Enabled¶
Clear the flag to disable scanning of a configured License Manager server.
Organization¶
Select the OctoSAM Inventory organization that this license manager server belongs to.
Scan intervals¶
Finetune the scan intervals for high, normal, and low activity. The preset values are usually just fine.
For script-based monitors that update only once per day, specify a high activity scan interval of 720 minutes.