Skip to content

Support for multiple daemons #186

@turbo2ltr

Description

@turbo2ltr

If I'm interpreting everything correctly, this package does not differentiate between multiple daemons running on the same server.

We run two daemons. I don't know the nitty gritty of how Flex works, but one is the older version with the simpler 12 character licenses and one is the newer one that has licenses with SIGN=.... But for us, the feature names are identical between the two daemons.

So lmutil lmstat will return something like:

    [daemon1]: UP v11.19.1
Feature usage info:
...
Users of Abcd:  (Total of 5 licenses issued;  Total of 0 licenses in use)
...
    [daemon2]: UP v11.16.2
Feature usage info:
...
Users of Abcd:  (Total of 5 licenses issued;  Total of 0 licenses in use)

The usage details page will show Abcd as having 10 licenses but technically that's not true, There are 5 for the older versions of the software and 5 for the newer version. I assume you are only keying off the feature name, correct?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions