What is the Four Js License Manager (FLM)?

With the license manager you can manage Four Js products installed on the same machine or the same network as the License Manager.

One license manager can manage various types and versions of Four Js products. Once the FLM is installed, you then use the command line program flmprg to install and manage licenses. You configure each Genero product to work with the FLM by updating its license configuration file (for example, fgllicense file) with the following details:
  1. Details of the license manager to use to validate the license.
  2. The product's license number.

When FLM is required

In the following situations, a license manager is required:
  • Management of licensing for Genero products on a Remote File Systems (such as NFS or Samba) requires use of an FLM. A local license configuration is not supported.
  • The management of licensing for Genero products in a Docker container requires the use of an FLM configuration outside the container. The FLM server can not run inside a docker instance. This is effective since version 5.19.00.

Considerations for FLM use

Use of FLM is recommended in development environments, as it allows you to share your licenses between multiple Genero product versions. For example, your 3.00, 3.20, and 4.00 product versions can all share the same license. If you did not use a license manager, you would need a separate license for each version.

In a production environment, it is recommended to only use FLM where there is a technical requirement to do so. This typically means when two or more Genero installations – or two or more servers – share a single Genero license. If you have one Genero installation on one server, FLM is not required.

Four Js License Manager usage scenarios

Use the scenarios described here to understand some ways you can implement an FLM in your network.

FLM is useful in both development and runtime environments, as it allows for easier management of licensing for different machines, platforms, Genero products, and product versions connected across a network.

Scenario 1: Different versions of Genero products

In this scenario, you have a five-user developer license. You have five developers whose workload on any given day could be divided between the following:
  • Working on the next release of your products
  • Supporting the current release of your product
  • Supporting one or more older releases of your product
For example, two users may be using Genero product version 3.10 and three users may be using version 3.20. FLM supports this scenario.

Implementation

On the network:
  • Install the Four Js License Manager (FLM) on a server.
  • Edit your FLM configuration file, $FLMDIR/etc/flmprofile:
    [server] 
    # FLM host 
    # host=localhost 
    # Default service port 
    port=6800
    • Set the host resource to the name of the machine that hosts FLM. The default is localhost.
    • Set the port to the port number for the communication between the license controller and FLM. If not set, the default is 6800.
  • Start the FLM service. Run flmprg -r on UNIX® /Linux® and flmprg --service-start on Windows®.
On the user server:
  • Set the host and port with details of the FLM. These values should be the same as the entry in the FLM configuration file ($FLMDIR/etc/flmprofile).
    [server] 
    # FLM service host
    # host=localhost
    # FLM service port
    port=6800
  • Add the license number in the configuration
    [license] 
    # License to use with FLM service
    number=TAB#XXXXXXXX
    All licenses need to be installed on the FLM (run the command flmprg -l to install licenses), but only one license needs to be specified in the product license configuration file.
Tip:

When you install a new product version, just add details of the license in the Genero product license configuration file. With FLM there is no need to register the license (get the installation key).

Scenario 2: Sharing licenses on different servers for QA and Development

In this scenario, you have more than one server in your development environment. There are three servers dedicated to QA: a Windows®, a Linux®, and a Mac® server. You have five QA team members and on any given day they could be testing on Windows, Linux, or Mac versions of your product. You also have ten-users on a developer server.

In a local license scenario all four servers need separate Genero licenses:
  • A ten-user license for your development server
  • A two-user license for your Linux QA server
  • A two-user license for your Windows QA Server
  • A two-user license for your Mac QA Server
Using FLM you only need one license that all these different servers share. You might, for example, decide to have a fourteen-user license that is shared by all users as demand permits.

Implementation

On the network:
  • Install the Four Js License Manager (FLM) on a server.
  • Edit your FLM configuration file, $FLMDIR/etc/flmprofile:
    [server] 
    # FLM host 
    # host=localhost 
    
    # Default service port 
    port=6800
    • Set the host resource to the name of the machine that hosts FLM. The default is localhost.
    • Set the port to the port number for the communication between the license controller and FLM. If not set, the default is 6800.
  • Start the FLM service. Run flmprg -r on UNIX® /Linux® or flmprg --service-start on Windows®.
On the QA and developer servers:
  • Set the host and port with details of the FLM. These values should be the same as the entry in the FLM configuration file ($FLMDIR/etc/flmprofile).
    [server] 
    # FLM service host
    # host=localhost
    # FLM service port
    port=6800
  • Add the license number in the configuration
    [license] 
    # License to use with FLM service
    number=TAB#XXXXXXXX
    All licenses need to be installed on the FLM (run the command flmprg -l to install licenses), but only one license needs to be specified in the product license configuration file.

Scenario 3: Development and/or runtime License Sharing

In this scenario you have two or more development and/or runtime licenses for the same Genero product used by different teams. In a local licensing scenario you have, for example:
  • Five users on one license
  • Ten users on a second license
Often the demand for licenses can change from one team to the other.

Using FLM, you can combine the licenses. Instead of having five users on one license and ten users on the other, you now have fifteen users using the two licenses as demand requires.

Important:

This license sharing solution applies only to licenses for the same product, type (runtime or developer), and extension (specific conditions of the license). The total user count can not exceed the number of users allowed for by the combined licenses.

The image illustrates the scenario where two development teams are connecting to the Four Js License Manager and sharing the developer licenses. This scenario can equally be applied for runtime purposes.
Figure: Four Js License Manager Scenario

The image illustrates a scenario where users in two development teams are connecting to the Four Js License Manager to share developer licenses.

Implementation

On the network:
  • Install the Four Js License Manager (FLM) on a server.
  • Edit your FLM configuration file, $FLMDIR/etc/flmprofile:
    [server] 
    # FLM host 
    # host=localhost 
    # Default service port
    port=6800
    • Set the host resource to the name of the machine that hosts FLM. The default is localhost.
    • Set the port to the port number for the communication between the license controller and FLM. If not set, the default is 6800.
    • Set the resource ([shares]) by declaring a name that allows sharing of similar licenses between a cumulative group of users.
      [shares] 
      name="dev_licenses"
    • Assign the share source licenses (one license can be shared).
      [share.dev_licenses] 
      licenses=TAB#XXXXXXX3 TAB#XXXXXXX6
      For more details on configuring shared licenses, go to Share licenses for a group of users in the Four Js License Manager User Guide. All licenses need to be installed on the FLM (run the command flmprg -l to install licenses).
  • Start the FLM service. Run flmprg -r on UNIX® /Linux® and flmprg --service-start on Windows®.
On the user server:
  • Update your Genero product license configuration file (fgllicense or grelicense).
    • Set the host and port with details of the FLM. These values should be the same as the entry in the FLM configuration file ($FLMDIR/etc/flmprofile).
      [server] 
      # FLM service host 
      host=localhost 
      # FLM service port 
      port=6800
    • Add the license share in the configuration
      [license]
      number="dev_licenses" 
      # Set the license number to the share ("dev_licenses" in the example) 
A number of licenses in a license or a share may also be reserved. For more details, refer to theManage license reservation (flmprg) and Manage license sharing (flmprg) pages of the Four Js License Manager User Guide.