Only when using FLEXlm license data collection does the
installation "force" users to define product names. When installing
e.g IBM LUM and Elan/Abaqus the default name is most likely
used (i.e IBM_LUM and ABAQUS). This is not a problem if there
are never any overlapping features on the licenses servers, but
this is often not the case.
This update allows filtrator to automatically rename the default
product names when they are encountered, from IBM_LUM to
IBM_LUM-<host>, from ABAQUS to ABAQUS-<host> and from ClearCase
to ClearCase-<host>, to avoid trying to wrongly merge data from
different license servers.
To activate this edit
/var/opt/openit/etc/daft.conf
and in object
filtrator.corrections
set
default-product-adjustment(Bool)="true"{}
Please note that if there are redundant klients for e.g IBM_LUM
you can not use this options without having configured the LUM
product names to a shared name different from the default to get
the correct behaviour.
This patch adds functionallity that allows processing of FLEXlm
debug log data with check out and in lasting 0 seconds to be
accounted with a 1 second duration.
After the patch is installed modify
/var/opt/openit/etc/daft.conf
and add line
flexlog-count-zero-as-one(Bool)="true"{}
in object
filtrator.corrections