Configure the Genero product license controller

To configure the license controller, edit the license controller configuration file.

You must configure the product's license controller configuration file locally with FLM server details and the product's license number. To locate your product's license controller configuration file, see Genero products and license configuration files.
Table 1. Genero products and license configuration files
Genero product License controller configuration file
Genero Enterprise $FGLDIR/etc/fgllicense
Genero Report Engine $GREDIR/etc/grelicense

  1. To set the value for the FLM server, add the line in the following format with the name of server:
    [server]
    host=hostname 
    port=port     # Default is 6800
  2. To set the value for the license number, add the line in the following format:
    [license]
    # License to use with FLM service
    number=license_number
  3. Add or update values for the resources shown in Table 2 as required:
    Table 2. DVM - configuration resources for License Server
    Category Description
    [server] Details of the machine that holds the license service program.
    Resource Default value Description
    host=hostname
    Warning: Although no default is provided, this parameter is mandatory.
    This value should be the same as the entry in $FLMDIR/etc/flmprofile
    port=value 6800 This value should be the same as the entry in $FLMDIR/etc/flmprofile
    [license] Set the product license number.
    Resource Default value Description
    number=license_number
    Warning: Although no default is provided, you must set this value to use Four Js License Manager.
    Value of your current license number. (For example: number=XXX#XXXXXXXX)
    user.check=value 10 Number of requests between active users check. A value of -1 disables the feature.
    [log] Enable and configure license controller logs. For more information on configuring logs, see .
    Resource Default value Description
    enabled= { TRUE| FALSE } FALSE Enable or disable logging. enabled on its own is the equivalent of enabled=TRUE.
    directory=dir-path none Directory where log files are stored. For example, directory=${TEMP}/log
    categories=[ error, info, warning, debug ] none Specifies in a comma-separated list categories of errors to log. categories= "error, info, warning, debug" .