![]()
![]()
Chapter 1
Welcome to FLEXlm
FLEXlm® is the de facto standard network license manager used by over 2000 leading software vendors to control the use of their software products. If you are a system administrator or user, chances are one or more of the products currently on your network is licensed by FLEXlm.
This manual explains FLEXlm from an end user standpoint and describes how to use the tools which are part of the standard FLEXlm distribution kit. GLOBEtrotter Software also provides the SAMsuite asset management tool for more advanced license server control and reporting. Please contact GLOBEtrotter Software by email at info@globes.com or on the Internet at http://www.globetrotter.com for more information about SAMsuite.
Keep in mind that certain topics (such as password encryption) are vendor-specific and proprietary so we cannot document them in any detail. Also, because FLEXlm does not enforce a particular licensing strategy, each vendor's implementation can have subtle differences. If you do not find out what you need to know here, you should contact your vendor's technical support group.
1.1 Versions of FLEXlm
This manual covers features of interest to license administrators and end users in FLEXlm versions 1.0 through 7.2.
1.2 How to Use This Manual
This manual is written for two different audiences: the license administrator and the end user.
1.2.1 License Administrator
If you are a license administrator, read these chapters:
This chapter: Explains: Welcome to FLEXlm FLEXlm basics: license manager and vendor
daemons; the license file; configuring
FLEXlm; the license request process.The License File The license file format; setting the path at
start-up; different types of licensing policies.Multiple License Files Using license files from independent
software vendors.Selecting Server Nodes Selecting which machines will run the
license servers; resources required by the
servers; multiple servers; quorums;
redundant servers.The Options File Creating and editing the options file. License Administration
ToolsManaging FLEXlm using GLOBEtrotter-
supplied utilities.In addition, you can refer to Appendix B, "Troubleshooting Guide," which contains a list of common problems and their solutions and Appendix D, "Frequently Asked Questions."
1.2.2 End User
If you are an end user, read these chapters:
This chapter: Explains: Welcome to FLEXlm FLEXlm basics: license and vendor daemons;
the license file; configuring FLEXlm; the
license request process.The License File The license file format; setting the path at start-
up; different types of licensing policies.In addition, you can refer to Appendix B, "Troubleshooting Guide," which contains a list of common problems and their solutions.
1.3 Related Documents from GLOBEtrotter Software
The SAMsuite Users Guide describes the SAMsuite license administration tool for managing FLEXlm-enabled applications, and the SAMwrap Users Guide describes SAMwrap for administrators who wish to provide FLEXlm license management for applications shipped without embedded license management.
The FLEXlm Programmers Guide and FLEXlm Reference Manual are for programmers responsible for incorporating FLEXlm into their products.
![]()
![]()
Chapter 2
Introduction and Overview
This chapter explains the basics of floating (network) licensing and gives a quick overview of the components of FLEXlm. It explains where license administrators have control and where end users have control. Section 2.5, "Getting Started Checklist," tells both license administrators and end users how to start managing FLEXlm.
2.1 Introduction to FLEXlm
FLEXlm is the most popular license manager used in the software industry. FLEXlm is best known for its ability to allow software licenses to be available (or float) anywhere on a network, instead of being tied to specific machines. Floating licensing benefits both users and license administrators. Users can make more efficient use of fewer licenses by sharing them on the network. License administrators can control who uses the licensed application and the node(s) where the licenses will be available. See Section 3.4, "Types of License Files," for details about the different licensing models supported by FLEXlm.
2.2 FLEXlm Components
The four main components of FLEXlm are:
2.2.1 The License Manager Daemon (lmgrd)
The license manager daemon (
lmgrd) handles the initial contact with the client application programs, passing the connection on to the appropriate vendor daemon. It also starts and restarts the vendor daemons. FLEXlm permits multiple redundant license manager daemons on three server nodes, allowing you to make your license available if any two of the three server nodes is running. Redundancy can be achieved with three-server redundant servers or by using a license file list with any number of servers.
Note:lmgrdis not present on VMS or Netware systems.
2.2.2 The Vendor Daemon
In FLEXlm, licenses are granted by running processes (unless they're node- locked, uncounted licenses, in which case they need only read the license file to run). There is one process for each vendor who has a FLEXlm-licensed product on the network. This process is called the vendor daemon. The vendor daemon keeps track of how many licenses are checked out, and who has them. If the vendor daemon terminates for any reason, all users lose their licenses (though this does not mean the applications suddenly stop running). Users normally regain their license automatically when
lmgrdrestarts the vendor daemon, though they may exit if the vendor daemon remains unavailable.Client programs communicate with the vendor daemon, usually through TCP/IP network communications. The client application and the daemon processes (the license server) can run on separate nodes on your network, across any size wide-area network. Also, the format of the traffic between the client and the vendor daemon is machine independent, allowing for heterogeneous networks. This means the license server and the computer running an application can be either different hardware platforms or even different operating systems (Windows and UNIX, for example).
2.2.3 The License File
Licensing data is stored in a text file called the license file. The license file is created by the software vendor, and edited and installed by the license administrator. It contains information about the server nodes and vendor daemons, and at least one line of data (called
FEATUREorINCREMENTlines) for each licensed product. EachFEATUREline contains a license key or signature based on the data in that line, the hostids specified in theSERVERline(s), and other vendor-specific data.In some environments, the licensing information for several vendors may be combined into a single license file.
Most applications have an expected location for the license file, documented by that application. End users can usually override this location by setting the environment variable
LM_LICENSE_FILEto point elsewhere, or by following instructions supplied with the licensed application. If your site has software from multiple vendors with incompatible license files (due to different sets of servers), you can keep the data in separate files and set theLM_LICENSE_FILEvariable to reference multiple files.It's strongly recommended that you keep a link (on UNIX) or copy of the license file in the vendor's expected license location, so that users will not need to set
LM_LICENSE_FILEto run their applications. If the licenses are counted (floating) this license should have aUSE_SERVERline directly after theSERVERline. For details, see Chapter 3, "The License File." See also Appendix C, "FLEXlm Environment Variables."2.2.4 The Application Program
The application program using FLEXlm is linked with the program module (called the FLEXlm client library) that provides the communication with the license server. On Windows, this module is called
lmgrxxx.dll, wherexxxindicates the FLEXlm version. During execution, the application program communicates with the vendor daemon to request a license.2.3 The License Request Process
When you run a counted FLEXlm-licensed application, the following occurs:
- The license module in the client application finds the license file, which includes the host name of the license server node and port number of the license manager daemon,
lmgrd.- The client establishes a connection with the license manager daemon (
lmgrd) and tells it what vendor daemon it needs to talk to.lmgrddetermines which machine and port correspond to the master vendor daemon and sends that information back to the client.- The client establishes a connection with the specified vendor daemon and sends its request for a license.
- The vendor daemon checks in its memory to see if any licenses are available and sends a grant or denial back to the client.
- The license module in the application grants or denies use of the feature, as appropriate.
Uncounted features (where the license count is 0) do not require a server, and the FLEXlm client library routines in the application grant or deny usage based solely upon the license contents.
2.4 Configuring FLEXlm
Most of the parameters of FLEXlm are configurable by the license administrator. The license administrator can set the:
- Location of the license file (though it's recommended that a copy or link of the license remains at the location where the application expects it)
- Location of all executables
- Location of all log files
- TCP/IP port number used by the license manager process,
lmgrdIn addition, the license administrator can reserve licenses for specific users, nodes, or groups, and control other license-related options. Changing parameters is discussed in Chapter 6, "The Options File."
Note: Refer to your vendor's documentation before attempting to change file names, locations, or contents.
2.5 Getting Started Checklist
The following sections provide a quick overview of how to set up and use licensing for FLEXlm-licensed products. By scanning the list, you should be able to quickly find the areas of interest. Cross-references point to more details in other parts of this manual.
2.5.1 Installing Licensed Software
As a license administrator you are responsible for setting up licensing on your system or network. This section tells you how to do that. If you are an end user of the application and you will not be involved in installing it, then go to Section 2.5.2, "Notes for End Users."
Remember that the installation guide for your application software is the final word on installing and configuring FLEXlm. Generally, however, installing FLEXlm licensing requires the following steps:
- Select your license server nodes and get their hostids. See Appendix A, "Hostids for FLEXlm-Supported Machines."
- Give the hostids to your software vendor and get a license file (or the data to enter in the license file) in return.
- Consider combining the new license file with any existing license files. See Chapter 4, "Multiple License Files."
- Determine if an options file is desired, and if so, set it up.
- Determine where to install the FLEXlm utility programs such as
lmgrdandlmutil(lmstat/lmdown/etc.) and install them, unless your vendor's installation script does so for you.- Start
lmgrd(the license manager daemon) manually; you may also want to set it up to start automatically at boot time. See Section 3.1.1, "Starting the License Server at System Startup."These steps are discussed briefly below, with cross-references to the appropriate locations for more detail.
License Server Node and Hostids
Before running any FLEXlm-licensed program using floating licenses, you will need to set up your license server node (or nodes). You must select which node or nodes to run your license servers on and provide the hostids of those machines to your software vendor. For pointers on selecting your server machine, see Chapter 5, "Selecting Server Nodes."
You can get the hostid of the server machine by running FLEXlm's
lmhostidutility on that machine. If you don't havelmhostid, you can get the hostid of your machine by using the appropriate command as described in Appendix A, "Hostids for FLEXlm-Supported Machines."Using the hostid of your server machines, your vendor will send you a license file that enables their application software.
License Files and lmgrd
Once you have received a license file from your vendor, you must install it on your system and start up the license manager daemon,
lmgrd.
- Your software vendor may have selected a default location for your license file. If not, you can use any location you wish. For more details, see Chapter 3, "The License File."
- To start
lmgrdautomatically at boot time, you will have to modify your system files (UNIX) or use LMTOOLS (Windows). For details, see Section 3.1.1, "Starting the License Server at System Startup."Administration Tools
GLOBEtrotter Software supplies administration tools to your software vendor. The vendor usually includes them with their product. The recommended location for the tools is
/usr/local/bin(UNIX),C:\flexlm(Windows), orSYS$COMMON:[SYSMGR](VMS), but you can install them in a different location (or not at all). See Chapter 7, "License Administration Tools," for more information.Options Files
The options file controls various options such as reservations and timeouts of licenses. Most users run without an options file, but you may decide you want to use some options. For example, many administrators use an option to limit the quantity and content of logged messages. To set up an options file, see Chapter 6, "The Options File."
2.5.2 Notes for End Users
As a user of a FLEXlm-licensed application, you may need to know a few things to use the system effectively. The main things you need to know are:
- How to tell an application which license file to use
- How to query the system to find out who is using a license
How to Specify a License File
The license file determines what features are available to a program. It also contains information telling the application how to connect to the license server.
For information about the standard way of specifying a license file for an application, see Chapter 3, "The License File."
Getting Information About Licenses
To find out who is using a license run
lmstat, described in Chapter 7, "License Administration Tools."
![]()
![]()
Chapter 3
The License File
The license file contains all site-specific information required by FLEXlm. This information includes:
In general, the license file, or a copy of it, must be accessible to every machine that runs a FLEXlm-licensed application, and each machine designated as a license server. If the license file contains counted (also called "floating") licenses, before you can use the application you have to start the license manager daemon (
lmgrd) using the following syntax:
lmgrd-clicense_file_path-ldebug_log_pathwhere
license_file_pathis the full path to the license file anddebug_log_pathis the full path to the debug log file.
Note: On VMS and Netware systems, there is nolmgrdand the vendor daemon is run directly.
3.1 Specifying Location of the License File
Most software vendors recommend a specific location for your license file. If you are running the application on multiple nodes, you have these options for making your license available on all the machines:
- Place the license file in a partition which is available (via NFS on UNIX systems) to all nodes in the network that need the license file.
- Copy the license file to all of the nodes where it is needed.
- Set
LM_LICENSE_FILEtoport@host, wherehostandportcome from the SERVER line in the license file. With v6+, you can use@host, if the license file SERVER line uses a default port or specifies a port in the default port range (27000-27009).- On Windows (v6+), if the application can't find the license, the user is presented with a dialog box that asks for the license location or the name of the system running the license server or that allows the user to type in the license directly.
Since the vendor daemon keeps track of license usage, and since the license file contains encrypted data to protect it against modification, you may move and copy the license file as much as necessary.
For counted licenses, no matter which option you choose, you must first install
lmgrdand the vendor daemon.With a FLEXlm v6+ vendor daemon and
lmgrd, the license path can be a list of files, separated by colons on UNIX or semi-colons on Windows. If there is a directory in this list, all files named*.licin that directory are used.
Note: You can only startlmgrdon the server node specified in the license file.
Note: If you are running redundant servers, you should have separate copies of the license file (as well as the binaries forlmgrdand the vendor daemons) on each server node. If you do not do this, you lose all the advantages of having redundant servers, since the file server holding these files becomes a single point of failure.
3.1.1 Starting the License Server at System Startup
If any licenses in the license file are counted (license count > 0), then the license server must be started before the product can be used.
UNIX
To start the license manager daemon (
lmgrd), execute a command similar to the following.If you are running in the C shell:
lmgrd_path-clicense_file_path-ldebug_log_path&If you are using either the Korn or Bourne shell:
nohuplmgrd_path-clicense_file_path-ldebug_log_path2>&1 &On UNIX, edit the appropriate boot script, which may be
/etc/rc.boot,/etc/rc.local, /etc/rc2.d/Sxxx, /sbin/rc2.d/Sxxxx, etc.Remember that these scripts are run in/bin/sh, so do not use thecsh ">&"redirection syntax.Each UNIX operating system can have some quirks in doing this, but the following script has been successfully tested for HP700 systems. See the notes following for a full explanation.
/bin/su daniel -c 'echo starting lmgrd > \
/home/flexlm/v5.12/hp700_u9/boot.log'
/bin/nohup /bin/su daniel -c 'umask 022; \
/home/flexlm/v5.12/hp700_u9/lmgrd -c \/home/flexlm/v5.12/hp700_u9/license.dat >> \/home/flexlm/v5.12/hp700_u9/boot.log'
/bin/su daniel -c 'echo sleep 5 >> \
/home/flexlm/v5.12/hp700_u9/boot.log'
/bin/sleep 5
/bin/su daniel -c 'echo lmdiag >>\
/home/flexlm/v5.12/hp700_u9/boot.log'
/bin/su daniel -c '/home/flexlm/v5.12/hp700_u9/lmdiag -n -c\
/home/flexlm/v5.12/hp700_u9/license.dat >> \/home/flexlm/v5.12/hp700_u9/boot.log'
/bin/su daniel -c 'echo exiting >>\
/home/flexlm/v5.12/hp700_u9/boot.log'Please note the following about how this script was written:
- All paths are specified in full, because no paths can be assumed at boot time.
- Because no paths are assumed, the vendor daemon must be in the same directory as
lmgrd, or the DAEMON lines must be edited to include the full path to the vendor daemon.- The
sucommand is used to runlmgrdas a non-root user, "daniel." We recommend thatlmgrdnot be run as "root," since it can be a security risk to run any program as "root" that does not require root permissions, andlmgrddoes not require root permissions.- Daniel has a
cshlogin, so all commands executed as "daniel" must be incshsyntax. All commands not executed as "daniel" must be in/bin/shsyntax, since that is what is used by the boot scripts.- The use of
nohupandsleepare required on some operating systems, notably HP-UX and Digital UNIX, for obscure technical reasons. These are not needed on Solaris and some other operating systems, but are safe to use on all.lmdiagis used as a diagnostic tool to verify that the server is running and serving licenses.
Note: On IBM RS6000 systems,/etc/rccannot be used, because TCP/IP is not installed when this script is run. Instead,/etc/inittabmust be used. Add a line like this to/etc/inittabafter the lines which start networking:
rclocal:2:wait:/etc/rc.local > /dev/console 2>&1
Note: This will not start the daemon until you reboot your license server machine.
Windows
From LMTOOLS, start
lmgrd. You can optionally indicate that this should be started at system startup.3.1.2 Setting the Path with an Environment Variable
Most applications specify a location where they expect to find the license file. Many will automatically install the license. You should rarely, if ever, be required to specify where the license file is located with an environment variable. However, you can change the license location with
LM_LICENSE_FILE, or if a location is not set by the application, you can set one.Use the environment variable
LM_LICENSE_FILEto set the location of the license file. For example in the C shell:
setenv LM_LICENSE_FILElicense_file_pathIn the Korn and Bourne shells:
LM_LICENSE_FILE=license_file_pathexport LM_LICENSE_FILEOn Windows 95, add the following line to
C:\autoexec.bat:
SET LM_LICENSE_FILE=license_file_pathOn Windows NT, use the System Control Panel to change the global environment, adding
LM_LICENSE_FILEtolicense_file_path, wherelicense_file_pathis the full path to the license file. This can also be aport@hostsetting, whereportandhostare the port number and host name from the SERVER line in the license file. v6+ applications can use simply@host, if the server uses a default port number.In FLEXlm v6+, applications will accept an environment variable (or Windows Registry) named
VENDOR_LICENSE_FILE, whereVENDORis the vendor daemon name, e.g.,GSI_LICENSE_FILE.With
lmgrdandlmutil(lmstat,lmdown, etc.), the-coption overrides the setting of theLM_LICENSE_FILEenvironment variable. See Section 4.1.3, "Using Separate License Files on the Same Server Node," for more information aboutLM_LICENSE_FILE.
Note: Some applications do not recognize theLM_LICENSE_FILEenvironment variable.
See also Appendix C, "FLEXlm Environment Variables."
3.2 License File Format
License files usually begin with a SERVER line (or three lines for redundant servers) followed by one or more DAEMON lines, followed by one or more FEATURE or INCREMENT lines. In some cases the license file requires no SERVER line and no DAEMON line. See Section 5.4, "Counted vs. Uncounted Licenses," for more information. Since FLEXlm v6.0, the DAEMON line can be called VENDOR. Wherever DAEMON appears, VENDOR can be used, if the
lmgrdand vendor daemon are both >= FLEXlm v6.0.You can modify these data items in the license file:
- Node names on the SERVER line(s)
- Port numbers on the SERVER line(s)
- Paths on the DAEMON line(s)
- Options file paths on the DAEMON line(s)
- Optional port numbers on the DAEMON line(s) (for firewall support only)
- USE_SERVER line (FLEXlm v5+ only)
- Values in
keyword=valuepairs on FEATURE lines, ifkeywordis all lowercaseLong lines normally use the "\" line-continuation character to break up long lines (though this is not required with v7+ applications). FLEXlm v2 did not support the line-continuation character, although this rarely matters since optional attributes weren't support then either.
Note: Everything else is used to compute the license key or signature, and should be entered exactly as supplied by your software vendor. All data in the license file is case sensitive, unless otherwise indicated.
3.2.1 SERVER Lines
The SERVER line specifies the node name and hostid of the license server and the port number of the license manager daemon (
lmgrd). Normally a license file has one SERVER line. Three SERVER lines mean that you are using redundant servers. The absence of a SERVER line means that every FEATURE or INCREMENT line in the license file is uncounted. For more information about uncounted features, see Section 3.2.4, "FEATURE or INCREMENT Lines." License administrators do not have the option of deleting SERVER lines from a license file because the hostids from the SERVER lines are computed into the license key or signature on every FEATURE and INCREMENT line. For more information about redundant servers, see Chapter 5, "Selecting Server Nodes."The format of the SERVER line is:
SERVERhosthostid[port]
SERVER enterprise 0122345 219873.2.2 DAEMON (or VENDOR) Lines
The DAEMON line specifies the daemon name and path.
lmgrduses this line to start the vendor daemon, and the vendor daemon reads it to find its options file. The format of the DAEMON line is shown below.
Note: Since FLEXlm v6.0, the DAEMON line can be called VENDOR. VENDOR can be used if thelmgrdand vendor daemon are both at least FLEXlm v6.0.
{DAEMON|VENDOR}vendor[vendor_daemon_path]\[[options=]options_file_path] [[port=]port]
vendorName of the vendor daemon used to serve some
feature(s) in the file. This name cannot be changed
by the administrator.vendor_daemon_
pathPath to the executable for this daemon. Generally
the license administrator is free to install the
daemon in any directory. (It is recommended,
however, that it be installed in a local directory on
the license server node.)
If the vendor daemon is v6+, this path is optional.
If left out,lmgrdwill look for the vendor daemon
binary in the current directory, thePATHlist, or in
the directory wherelmgrdis located. If the
vendor daemon path is blank, then theoptions=
andport=strings are required if options or port
number are specified.options_file_
pathFull path to the end-user options file for this
daemon. (See Chapter 6, "The Options File.")
FLEXlm does not require an options file. The
keywordoptions=requires a v5+ vendor
daemon.
If the vendor daemon is v6+, the options file need
not be specified on this line. If it is calledvendor.opt(wherevendoris the vendor
daemon name) and located in the same directory
as the license file, the vendor daemon will
automatically find and use it.portVendor daemon port number. This requires a v5+ lmgrd.
Note: This is for firewall support only and is
otherwise not recommended. If a port number is
specified on the DAEMON line, there is a delay
restarting the vendor daemon until all the clients
have closed their connections to the vendor
daemon.
VENDOR sampled
DAEMON sampled /etc/sampled \
/a/b/sampled/licenses/sampled.opt3.2.3 USE_SERVER Line (v5+ only)
USE_SERVER takes no arguments and has no impact on the server. When the application sees USE_SERVER, it ignores everything in the license file except preceding SERVER lines, and the checkout validation occurs at the vendor daemon. USE_SERVER is recommended since it improves performance when a license server is used. For uncounted features, USE_SERVER can be used to force logging of usage by the daemons.
3.2.4 FEATURE or INCREMENT Lines
A FEATURE line describes the license to use a product. An INCREMENT line can be used in place of a FEATURE line, as well as to incrementally add licenses to a prior FEATURE or INCREMENT line in the license file.
Only the first FEATURE line for a given feature will be processed by the vendor daemon. If you want to have additional copies of the same feature (for example, to have multiple node-locked, counted features), then you must use multiple INCREMENT lines. INCREMENT lines form license groups based on the feature name, version, and node-lock hostid. If the feature name, version, and node-lock hostid (and optionally, the vendor string, if the vendor specified this) match a prior INCREMENT or FEATURE line, the new number of licenses is added to the old number. If any of the three do not match, a new group of licenses is created in the vendor daemon, and this group (called a license pool) is counted independently from others with the same feature name. INCREMENT is not available for pre-v2.61 FLEXlm clients or servers. A FEATURE line does not give an additional number of licenses, whereas an INCREMENT line always gives an additional number of licenses.
Note: There is a rarely used option in FLEXlm which causes FEATURE lines to function as INCREMENT lines. This option is called ls_use_all_feature_lines. You will have to ask your vendor if they use this option. If they do, then all FEATURE lines behave exactly as INCREMENT lines.
Note: A FEATURE line placed after another FEATURE or INCREMENT line will be ignored (unless ls_use_all_feature_lines is set).
The format for the FEATURE line changed in FLEXlm v3.0 and again in FLEXlm v6.0. The older formats are understood by new clients and servers, but the new formats are more flexible.
{FEATURE|INCREMENT} feature vendor \feat_version exp_date num_lic key \"vendor_str" [feat_hostid]
{FEATURE|INCREMENT}featurevendorfeat_version\exp_datenum_lickey[HOSTID=feat_hostid] \[VENDOR_STRING="vendor_str"] [vendor_info="..."] \[dist_info="..."] [user_info="..."] [asset_info="..."] \[ISSUER="..."] [NOTICE="..."] [ck=nnn] [OVERDRAFT=nnn] \[DUP_GROUP=NONE|SITE|[UHDV]]
{FEATURE|INCREMENT}featurevendorfeat_version\exp_datenum_lic[HOSTID=feat_hostid] \[VENDOR_STRING="vendor_str"] [vendor_info="..."] \[dist_info="..."] [user_info="..."] [asset_info="..."] \[ISSUER="..."] [NOTICE="..."] [ck=nnn] [OVERDRAFT=nnn] \[DUP_GROUP=NONE|SITE|[UHDV]] SIGN=sign
Note: Nothing in a FEATURE/INCREMENT line is editable, except for values inkeyword=valuepairs wherekeywordis all lowercase.
featureName given to the feature by the vendor. vendorName of the vendor daemon; also found in the
DAEMON line. The specified daemon serves
this feature.feat_versionVersion of this feature that is supported by this
license.exp_dateExpiration date of license, e.g., 7-may-1996.
Note: If the year is 0 (or 00, 000, 0000) then
the license never expires. Dates before 2000
can be two- or four-digit years. After 2000
they must be four-digit years. The expiration
date is fully year-2000 compliant.
FLEXlm v6 (or later) applications only: the
keyword "permanent" can be used instead of
the date 1-jan-0.num_licNumber of concurrent licenses for this feature.
If the number of licenses is set to 0, the
licenses for this feature are uncounted and nolmgrdis required but a hostid on the
FEATURE line is required. See Section 5.4,
"Counted vs. Uncounted Licenses."
FLEXlm v6 (or later) applications only: the
keyword "uncounted" can be used instead of a
license count of 0.keyLicense key to authenticate this FEATURE
line. Two identical-looking FEATURE or
INCREMENT lines may have different license
keys if the start dates are different.SIGN=signSIGN= signature to authenticate this
FEATURE line. (v7.1+)The following fields are all optional (except for
"vendor_str"in the v2 format). For optional fields of thekeyword=valuesyntax, if thekeywordis lowercase, it can be modified and the license will remain valid.
"vendor_str"Vendor-defined string, enclosed in double
quotes. This string can contain any
characters except a quote. Required field in
the v2 format.feat_hostidString returned by lmhostid. Used only if
the feature is to be bound to a particular
host, whether its use is counted or not.
Numeric hostids are case insensitive. See
Appendix A, "Hostids for FLEXlm-
Supported Machines," for more information.DUP_GROUP=...Duplicate grouping parameter can be
specified in the license in FLEXlm v4.0 and
later. The syntax is:
DUP_GROUP=NONE|SITE|[UHDV]
Any combination of UHDV is allowed, and
the DUP_MASK is the OR of the
combination. For example,
DUP_GROUP=UHD means the duplicate
grouping is
(DUP_USER|DUP_HOST|DUP_DISPLAY),
so for a user on the same host and display,
additional uses of a feature do not consume
additional licenses.HOSTID=
feat_hostidSame as feat_hostidabove, but in thekeyword=valuepair syntax (FLEXlm v3.0
and later).HOST_BASED[=n]Host names must be specified in INCLUDE
statements in the end-user options file, and
the number of hosts is limited tonum_lic,
or the number specified in=n.ISSUED=
dd-mmm-yyyyDate issued. ISSUER="..."Issuer of the license. NOTICE="..."A field for intellectual property notices. OVERDRAFT=nFLEXlm v4.0 and later. The overdraft policy
allows your vendor to specify a number of
additional licenses which users will be
allowed to use, in addition to the licenses
they have purchased. This allows your users
to not be denied service when in a
"temporary overdraft" state. Usage above
the license limit will be reported by the
SAMreport reporting tool.PLATFORMS="..."Usage is limited to the listed platforms.
(v5.11+ only).SN=serial_numSerial number, used to identify FEATURE or
INCREMENT lines.START=
dd-mmm-yyyyStart date (FLEXlm v6 or later only). SUPERSEDE=
"f1 f2 ..."If this appears, all licenses issued before the
date specified inISSUED=are superseded
by this line and become ineffective.USER_BASED[=n]Users must be specified in INCLUDE
statements in the end-user options file, and
the number of users are limited tonum_lic,
or the number specified in=n.VENDOR_STRING=
"..."Same as "vendor_str"above, but inkeyword=valuepair syntax.The following attributes can be changed or deleted by end users. This is indicated by a lowercase
keyword.
FEATURE xyz_app xyzd 2.300 31-dec-2005 20 123456789012 "xyz"INCREMENT f1 xyzd 1.000 1-jan-0 5 901234567890 \
HOSTID=INTERNET=195.186.*.* NOTICE="Licensed to XYZ corp"3.2.5 PACKAGE Lines
The purpose of the PACKAGE line is to support two different licensing needs:
- To license a product SUITE, or
- To provide a more efficient way of distributing a license file that has a large number of features, which largely share the same FEATURE line arguments.
A PACKAGE line, by itself, does not license anything--it requires a matching FEATURE/INCREMENT line to license the whole package. A PACKAGE line can be shipped by your software vendor with a product, independent of any licenses. Later, when you purchase a license for that package, one or more corresponding FEATURE/INCREMENT lines will enable the PACKAGE line.
PACKAGEpackagevendorpkg_versionCOMPONENTS=pkg_list\
[OPTIONS=SUITE] SIGN=pkg_sign
PACKAGE suite xyzd 1.0 3B24B2F508CB \
COMPONENTS="comp1 comp2" OPTIONS=SUITEFEATURE suite xyzd 1.0 1-jan-0 5 4193E6ABCCCBThis is a typical
OPTIONS=SUITEexample. There are two features, "comp1" and "comp2," which are each version 1.0, each with five non-expiring licenses available. When "comp1" or "comp2" is checked out, "suite" will also be checked out.
PACKAGE suite xyzd 1.0 2CBF44FCB9C1 \
COMPONENTS="c1:1.5:2 c2:3.0:4"FEATURE suite xyzd 1.0 1-jan-2005 3 321E78A17EC1 SN=123In this example, the component version overrides the feature version, and the number of licenses available for any component is the product of the three licenses for "suite" and the number of licenses for that component. The result is equivalent to:
FEATURE c1 xyzd 1.5 1-jan-2005 6 0D3AD5F26BEC SN=123FEATURE c2 xyzd 3.0 1-jan-2005 12 EB16C5AE61F0 SN=123With FLEXlm v6 (or later) applications only the PACKAGE lines can be stored in a separate file which need never be edited.
3.2.6 UPGRADE Lines
UPGRADEfeaturevendorfrom_feat_versionto_feat_version\
exp_datenum_lic[options ... ] SIGN=signAll the data is the same as for a FEATURE or INCREMENT line, with the addition of the
from_feat_versionfield. An UPGRADE line removes up to the number of licenses specified from any old version (>=from_feat_version) and creates a new version with that same number of licenses.
INCREMENT f1 xyzd 1.000 1-jan-2005 5 SIGN=9BFAC0316462UPGRADE f1 xyzd 1.000 2.000 1-jan-2005 2 SIGN=1B9A308CC0F7would result in three licenses of v1.0 of "f1" and two licenses of v2.0 of "f1."
An UPGRADE line will operate on the closest preceding FEATURE or INCREMENT line with a version number that is >=
from_feat_version, and <to_feat_version.Note that UPGRADE lines do not work for node-locked, uncounted licenses before v6.
3.3 Sample License File
This is an example of a license file for a single vendor with two features.
SERVER excellent_server 17007ea8 1700DAEMON xyzd /etc/xyzdFEATURE xyz_app1 xyzd 1.000 01-jan-2005 10 1EF890030EABFEATURE xyz_app2 xyzd 1.000 01-jan-2005 10 084561FE98B3The license file above would allow the license server "excellent_server" with the hostid "17007ea8" to serve ten floating licenses for "xyz_app1" and "xyz_app2" to any user on the network.
3.4 Types of License Files
License files are created by the software vendor. License files can specify floating (concurrent) usage, node-locked (both counted and uncounted), and any combination of floating, counted, and uncounted.
3.4.1 Floating (Concurrent) Licenses
A floating license means anyone on the network can use the licensed software, up to the limit specified in the license file (also referred to as concurrent usage or network licensing). Floating licenses have no hostids on the individual FEATURE lines. Floating licenses requires an
lmgrdand a vendor daemon to be running to count the concurrent usage of the licenses.An example of a license file that provides floating licenses is:
SERVER lulu 17001234 1700DAEMON xyzd /etc/xyzdFEATURE f1 xyzd 1.00 1-jan-2005 2key1""FEATURE f2 xyzd 1.00 1-jan-2005 6key2""FEATURE f3 xyzd 1.00 1-jan-2005 1key3""This license file specifies that two licenses for feature "f1," six licenses for feature "f2," and one license for feature "f3" are available anywhere on the network that can access the license server "lulu."
3.4.2 Node-Locked Licenses
Node-locking means the licensed software can only be used on one node. A node-locked license has a hostid on any FEATURE line that is node-locked to a particular host. There are two types of node-locked licenses; uncounted and counted.
If the number of licenses is set to 0, then the license is uncounted and unlimited use is permitted on the specified node. This configuration does not require an
lmgrdor a vendor daemon because it is not going to count the concurrent usage of the features.The following license file allows unlimited usage of feature "f1" on the nodes with hostids of "12001234" and "1700ab12":
FEATURE f1 xyzd 1.000 1-jan-2005 0key1"" 12001234FEATURE f1 xyzd 1.000 1-jan-2005 0key2"" 1700ab12Alternately, in FLEXlm v5.0 or later, these two FEATURE lines could have been issued by your software vendor with a hostid list:
FEATURE f1 xyzd 1.000 1-jan-2005 0keyHOSTID="12001234 1700ab12"If these were the only FEATURE lines in this license file, no
lmgrddaemon would be necessary and you should not start one.The following license file allows three licenses for feature "f1" to be run, but only on the node with hostid "1300ab43." In this case, the daemons should be run on the same node that runs the software, since there is no reason to run the daemons on another node.
SERVER lulu 1300ab43 1700DAEMON xyzd /etc/xyzdFEATURE f1 xyzd 1.00 1-jan-2005 3keyHOSTID=1300ab433.4.3 Mixed Node-Locked and Floating Licenses
Uncounted node-locked and concurrent usage licenses can be mixed in the same license file.
The following license file allows unlimited use of feature "f1" on nodes "17001111" and "17002222," while allowing two other licenses for feature "f1" to be used anywhere else on the network:
SERVER lulu 17001234 1700DAEMON xyzd C:\flexlm\xyzd.exeFEATURE f1 xyzd 1.00 1-jan-2005 0 key1 HOSTID=17001111FEATURE f1 xyzd 1.00 1-jan-2005 0 key2 HOSTID=17002222FEATURE f1 xyzd 1.00 1-jan-2005 2 key3This configuration requires an
lmgrdand a vendor daemon because the concurrent usage of the two licenses on the third FEATURE line is counted.3.5 Decimal Format
The decimal format was introduced in v6. Users with older products can still use the decimal format, but they will require a copy of the
lminstallcommand (which is part oflmutil). Thelminstallutility allows the user to type in a decimal line, which is then converted to the readable format, and saved in the specified location. The mixed node-locked and floating example above looks as follows in decimal format:
xyzd-f1-01761-55296-37046-04544-00017-06551-18072-57346-18754-136xyzd-f1-01761-55296-37046-08896-00034-235xyzd-f1-00481-55296-17590-2A simple demo license in readable format:
FEATURE f1 xyzd 1.00 1-jan-2005 0key1HOSTID=DEMO
xyzd-f1-00737-55296-1825Note that by default
lminstallconverts to v6 format. It can convert to a format compatible with older versions by usinglminstall -overfmt 2(or3,4,5,5.1,6,7, or7.1, depending on the FLEXlm version).3.6 License File Order
In some cases, the ordering of lines in a license file can be crucial. Version 7+ vendor daemons and clients automatically internally sort the lines so that in most cases the optimal result is achieved. For earlier versions of FLEXlm, note the following suggestions, which are all based on the fact the checkouts are attempted on lines in the order they appear in the license file:
- Place FEATURE lines before INCREMENT lines for the same feature.
- The rule regarding FEATURE lines is that only the first counted FEATURE line is observed by the license server, and that if there is a FEATURE line and INCREMENT lines, the FEATURE line must appear first. (A few large, older FLEXlm-licensed companies have FEATURE lines that behave identically to INCREMENT lines, and only the rules applying to INCREMENT apply to them.)
- Where multiple counted FEATURE lines exist for the same feature, make sure the desired FEATURE line appears first.
- Place node-locked, uncounted lines before floating lines for the same FEATURE.
- The placement of a USE_SERVER line affects behavior.
- A USE_SERVER line is recommended. Normally, the USE_SERVER line is placed immediately after the SERVER line. However, if there are uncounted licenses which you don't want to fail if the server is unavailable, these should be placed at the top of the file, with the USE_SERVER line following them. This only works, however, if each user that needs the uncounted license has direct access to a current copy of the file. The advantage to placing USE_SERVER right after the SERVER line is users don't need up-to-date copies of the license file.
![]()
![]()
Chapter 4
Multiple License Files
Since more than 2000 vendors have chosen FLEXlm as their license manager, chances are good that you will have to administer FLEXlm licenses from more than one vendor or multiple products from the same vendor.
4.1 Overview of Combining License Files
When you are running FLEXlm-licensed products from multiple vendors, you may need to take steps to prevent licensing conflicts during installation. There are three ways you can accomplish this:
- Multiple license server nodes, each running one
lmgrdand one license file- One license server node running one
lmgrdand several license files- One license server node running multiple
lmgrds and multiple license filesNote that before v6, each
lmgrdcould read only a single license file. In the first option mentioned above, you will have more license servers to monitor; in the third option you have only one server but multiplelmgrds to administer.If all applications and vendor daemons are FLEXlm v6+,
lmgrdcan process multiple license files, even when the hostids in each license file are different, so long as they refer to the same node. For example, on UNIX:
lmgrd -clicense_file_path_1:license_file_path_2...Your product's license file(s) define the license server(s) by host name and hostid in the SERVER line(s) in the license file. If the license files for two or more products contain identical hostids on the SERVER line(s), then these files can be combined. If the license files for two products contain different hostids on a SERVER line, then the license servers for those products will be running on different nodes and the license files cannot be combined.
If you have two or more products whose license servers run on the same node (as specified by the SERVER lines in the license files), you may be able to combine the license files into a single license file. If the SERVER lines in those files have identical hostids, then you can combine the files into a single file. If the SERVER lines have different hostids, then you must keep the license files separate.
More precisely, you can combine two license files under the following conditions:
- The number of SERVER lines in each file is the same.
- The hostid field of each SERVER line in one file exactly matches the hostid field of each SERVER line in the other file.
Some possible reasons license files may not be compatible are:
- License files are set up to run on different server nodes, so hostids are different.
- One file is set up for single server (has only one SERVER line), the other is set up for redundant servers (has multiple SERVER lines).
- One vendor uses a custom hostid algorithm, so the hostids on the SERVER lines are different, even though the files are for the same machine.
If your license files are compatible as described above, then you have the option of combining license files and running a single
lmgrd, as described below in Section 4.1.1, "Combining License Files from Multiple Vendors." If the license files are not compatible, then you must keep the license files separate and run separate copies oflmgrdfor each license file, as described in Section 4.1.3, "Using Separate License Files on the Same Server Node."Note that you are not required to combine compatible license files; you always have the option of running separate
lmgrds, and there is virtually no performance or system-load penalty for running separatelmgrdprocesses.4.1.1 Combining License Files from Multiple Vendors
If your license files are compatible, you can combine them with any text editor. To combine license files, read all of the compatible license files into one file, then edit out the extra SERVER lines so that only one set of SERVER lines remains. Write out this data, and you have your combined license file. If you combine license files from multiple vendors, it is a good idea to keep a copy of the combined license file in each vendor's default license file location. This way, users can avoid having to set
LM_LICENSE_FILE, because each package finds it's license information in the default place. On UNIX, you can do this with a symbolic link from each default location to the location of the combined license file.4.1.2 FLEXlm Version Component Compatibility
When you combine license files for two different FLEXlm-licensed products, it may be the case that those products do not use the same version of FLEXlm. FLEXlm is designed to handle this situation. There are two basic compatibility rules for FLEXlm:
- A newer
lmgrdcan be used with an older vendor daemon, but a newer vendor daemon might not work properly with an olderlmgrd.- A newer vendor daemon (or
lmgrd) can be used with an older client program, but a newer client program might not work properly with an older vendor daemon.From these two compatibility rules come the simple rules for selecting which version of administration tools to use:
- Always use the newest version of
lmgrdand the newest version of each vendor daemon.- Use the newest FLEXlm utilities.
For specific application programs, you can use either the new or the old version (of course, the vendor daemon for that application must be at least as new as the application itself). See also Section G.1, "Version Compatibility and Components."
4.1.3 Using Separate License Files on the Same Server Node
You must run a separate copy of
lmgrdfor each license file. When you run multiple copies oflmgrd, there are two details to remember:
- The port number on the SERVER line of each license file must be unique. You can use a standard text editor to change the port number in each license file so that they are all different.
- You must make sure that you are using a compatible version of
lmgrdwhen you start it up for a particular license file. This can be done by using an explicit path tolmgrd.When running client programs (such as a licensed application), you can set the
LM_LICENSE_FILEenvironment variable to point to multiple license files. For example, you may have a license file from vendor "ABC" and a license file from vendor "XYZ" with incompatible servers. You can place the license file from vendor "ABC" into:
/usr/flexlm/abc.licand the license file from vendor "XYZ" into:
/usr/flexlm/xyz.licthen set the
setenv LM_LICENSE_FILE /usr/flexlm/abc.lic:/usr/flexlm/xyz.licLM_LICENSE_FILEenvironment variable to point to both of them. Each name inLM_LICENSE_FILEshould be separated by a colon (":") on UNIX systems, a semicolon (";") on Windows and Windows/NT systems (in FLEXlm v4.1, a comma was used on Windows and NT), and a space (" ") on VMS systems.
In the Korn and Bourne shells:
LM_LICENSE_FILE=/usr/flexlm/abc.lic:/usr/flexlm/xyz.lic
export LM_LICENSE_FILE
4.2 Using LM_LICENSE_FILE License File List
If products use different license server nodes, each set of license servers requires separate license files. (When multiple software vendors use the same set of license server nodes, the technique described above in Section 4.1, "Overview of Combining License Files," can be used to combine license files.) The resulting (multiple) license files can be installed in convenient locations. On UNIX you would set the
LM_LICENSE_FILEenvironment variable as follows:
setenvLM_LICENSE_FILElfpath1:lfpath2:...where
lfpath1is the path to the first license file,lfpath2is the path to the second license file, etc.
Note: Use a colon (" : ") to separate the license file names on UNIX, on Windows and Windows/NT use a semicolon (" ; "), and on VMS use a space (" ").
Each application queries each license file in the order it is listed in
LM_LICENSE_FILE. If the license server serving the license file listed inlfpath1is unreachable, the other files listed inLM_LICENSE_FILEallow a user to obtain a license from another server.lfpathncan also beport@host, using the port number and host name from the SERVER line in the license file.
- Section 5.3.1, "Redundancy via License File List"
- Appendix C, "FLEXlm Environment Variables"
- Section 3.1.2, "Setting the Path with an Environment Variable"
![]()
![]()
Chapter 5
Selecting Server Nodes
This chapter helps you decide which nodes to use as license server nodes.
5.1 Resources Used by the Server
This section discusses the resources used by the license server. When you select a server node, you may need to take into account the system limits on these resources. For small numbers of licenses (under about 100), most of these items should not be a problem on any workstation.
5.1.1 Sockets
When using TCP, a single vendor daemon can support as many users as the per-process system limit for file descriptors, which ranges from 256 on SunOS 4.x to 4000 on DEC Alpha. When no more file descriptors are available to a daemon, additional vendor daemons are spawned to allow for extra file descriptors, though this is not recommended. When using UDP, there is no limit to the number of end users per vendor daemon process, because they can share a single socket in the vendor daemon (UDP has other drawbacks, and TCP is preferred). If there are more than 250 concurrent clients from a SunOS vendor daemon, it may be a good idea to move the server to a different OS, since all other OSs support more file descriptors. If there are more than 1000 concurrent clients being supported by a single vendor daemon, then it's probably good to split the license file into more than one file, from different servers, to lighten the networking traffic (which will require the ISV to agree to issue new licenses). Clients can check out licenses from multiple servers using a license file list via the
LM_LICENSE_FILEenvironment variable.Each client connected to a license server uses one socket. The total number of sockets used by the license server programs is slightly larger than the total number of simultaneous clients.
On older SCO systems, the default number of sockets may be set fairly low; if you choose to run a server on such a machine, you may need to reconfigure your kernel to have more sockets.
The number of sockets available for Windows 95 clients is about 60. In general, NT is preferred for server systems, where there is no such limit, and the operating system is better designed for server processes.
5.1.2 CPU Time
For small numbers of clients, the license servers use very little CPU time. The servers might have only a few seconds of CPU time after many days.
For a large number of clients (who are each exchanging heartbeat messages with the server), or for high checkout/checkin activity levels (hundreds per second), the amount of CPU time consumed by the server may start to become significant, although, even here, CPU usage is normally not high. In this case, you may need to ensure that the server machine you select will have enough CPU cycles to spare.
Note: GLOBEtrotter Software has rarely encountered a situation where CPU cycles were an issue.
5.1.3 Disk Space
The only output files created by the license servers are the debug and report log files. The report log files are used to generate accurate usage reports by SAMreport. These log files contain one line for each checkout and one line for each checkin. If you have a lot of license activity, these log files will grow very large. You will need to consider where to put these files and how often to delete or prune them. The license administrator can opt not to log messages to the debug log file if disk space is at a premium. See Section 6.2.10, "NOLOG," and Section 6.2.11, "REPORTLOG."
Note that the log files should be local files on the server machine(s) to avoid networking dependencies.
Switching Output of the Debug Log File on UNIX Systems
On UNIX, the debug log file output can be switched after the daemons are running. The technique to do this involves piping the stdout of
lmgrdto a shell script that appends to the file for each line.Instead of the "normal" startup:
lmgrd > LOG
lmgrd| sh -c 'while read line; do echo "$line" >> LOG ; done'With this startup method, the output file
LOGcan be renamed and a new log file will be created. You could even makeLOGa symbolic link and change the value of the link to switch the log file.5.1.4 Memory
The FLEXlm daemons use little memory. On SunOS,
lmgrduses approximately160 KB and the vendor daemons use approximately 180 KB each, although memory usage increases in the vendor daemon with the size of the license file and the number of concurrent users.5.1.5 Network Bandwidth
FLEXlm sends relatively small amounts of data across the network. Each transaction, such as a checkout or checkin, is typically satisfied with less than 1 KB of data transferred. This means that FLEXlm licensing can be effectively run over slow networks (such as dial-up SLIP lines) for small numbers of clients.
For a large number of clients (hundreds), each of which will be exchanging heartbeat messages with the vendor daemon, the network bandwidth used may start to become significant. In this case you should run client and server on the same local area network, which may require splitting licenses between two files for two servers. Users can use a license file list in the
LM_LICENSE_FILEenvironment variable to have effective access to both servers.In high-traffic networks, with FLEXlm clients older than v5, you may also want to avoid setting
LM_LICENSE_FILEto aport@hostaddress. Instead, the license administrator should place a copy of the license file in a file system local to the application. See Section 3.1, "Specifying Location of the License File."5.2 Remote Mounted Disks
GLOBEtrotter Software recommends that you do not use remote mounted disks when you run the license server. In other words, we recommend that
lmgrd, the vendor daemons, the license file, and the debug and report log files are all on locally mounted disks. If any of these files is on a remote mounted disk, you double the points of failure which could lead to a temporary loss of all of your licenses. When all files are mounted locally, the licenses will be available as long as the server machine is up; but when the files are on a different machine, then the loss of either the license server machine or the file server machine will cause the licenses to be unavailable.5.3 Redundant Servers
If all the end-user data is on a single file server, then there is no need for redundant servers, and GLOBEtrotter Software recommends the use of a single server node for the FLEXlm daemons. If the end user's data is split among two or more server nodes and work is still possible when one of these nodes goes down or off the network, then multiple server nodes can be employed. In all cases, an effort should be made to select stable systems as server nodes; in other words, do not pick systems that are frequently rebooted or shut down for one reason or another. Redundant license server nodes can be any supported server nodes--it is not required that they be the same architecture or operating system.
FLEXlm supports two methods of redundancy: redundancy via a license file list in the
LM_LICENSE_FILEenvironment variable and a set of three redundant license servers.With
LM_LICENSE_FILElist redundancy, each one of a group of license servers serves a subset of the total licenses. The end user setsLM_LICENSE_FILEto a list of license files, where each license file refers to one of the license servers. The application then tries each server in the list, in order, until it succeeds or gets to the end of the list.With three-server redundancy, if any two of the three license servers are up and running (two out of three license servers is referred to as a quorum), the system is functional and hands out its total complement of licenses.
See also Section 4.2, "Using LM_LICENSE_FILE License File List."
5.3.1 Redundancy via License File List
This is best explained by example. If ten licenses are desired for both "f1" and "f2," the ISV would issue two sets of licenses with a count of 5 for each of "f1" and "f2." The server nodes (unlike three-server redundancy) can be physically distant.
The license files would look like:
SERVER chicago 17007ea8 1700DAEMON xyzd /etc/mydaemonFEATURE f1 xyzd 1.000 01-jan-2005 5 26C7DD9C0186FEATURE f2 xyzd 1.000 01-jan-2005 5 8CE46C57041D
SERVER tokyo 17007ea8 1700DAEMON xyzd /etc/mydaemonFEATURE f1 xyzd 1.000 01-jan-2005 5 16BE40E1D98DFEATURE f2 xyzd 1.000 01-jan-2005 5 6DB6F3E402DFThe user in Chicago could set
LM_LICENSE_FILEto:
1700@chicago:1700@tokyoThe user in Tokyo could set
LM_LICENSE_FILEto:
1700@tokyo:1700@chicagoThe application attempts the first server in the list, and if that fails for any reason, the second server is tried.
5.3.2 Three-Server Redundancy
These three-server redundant servers should have excellent communications and should be on the same subnet. Often this means that the three servers should be located physically close to each other. This form of redundancy requires that the servers exchange heartbeats periodically, and poor communications can cause poor performance. You should never configure redundant servers with slow communications or dial-up links.
Three-server redundancy does not provide load-balancing. Use
LM_LICENSE_FILElist instead for this type of redundancy. This is because with three-server redundancy, only one of the three servers is "master," capable of issuing licenses. Since all clients must contact the "master," all clients must have reliable networking to a single node.5.3.3 Comparing Three-Server to License File List
Are there any drawbacks to using the license file list for redundancy?
Yes. By default, once a license job has successfully checked out a license from one host, all subsequent checkouts must be satisfied from the same host. If the application requires more than one license, this could result in a license denial when the license is available on another server. An application can bypass this restriction if it is coded with the use of multiple FLEXlm license jobs. Only your application vendor can tell you if their application is programmed in this manner.
If the application supports license queueing, all licenses are only queued from the first host on the list.
Finally, if one server becomes unavailable, some licenses will be unavailable.
When is it recommended to use a license file list for redundancy rather than true redundant servers?
- When there's less system administration available to monitor license servers.
- When load-balancing is needed for clients located far apart, e.g., London and Tokyo. You can make servers available locally, with remote servers available as backup.
- License file list is more forgiving if you lose quorum.
- License file list is not limited to three servers (any number will work).
- Clients do not require reliable networking to a single node with license file list, so this is recommended where networking itself requires redundancy.
5.4 Counted vs. Uncounted Licenses
The license file determines whether a license server is needed. If all the FEATURE (or INCREMENT) lines have a license count of 0 (unlimited) or "uncounted" (FLEXlm v6 or later only), then no server is needed. This type of license is called uncounted. Alternatively, if any FEATURE lines have a non-zero license count, then a server is required to count those licenses. If a vendor wants to use FLEXlm without a server, they must issue uncounted licenses.
With FLEXlm v5 or later, the license server can serve uncounted licenses as well. This is done so that the report log file will include transactions for all license requests, which can then be reported on by SAMreport. To do this, include a SERVER line in the license file, and put the USE_SERVER line immediately after the SERVER line. The vendor daemon will serve the uncounted licenses, and the USE_SERVER line indicates to applications that they will be authorized by the server.
![]()
![]()
Chapter 6
The Options File
The options file allows the license administrator to control various operating parameters of FLEXlm. Users can be identified by their user name, host name, display, IP address, or PROJECT (which is set with the
LM_PROJECTenvironment variable).Specifically, the license administrator can:
- Allow the use of features
- Deny the use of features
- Reserve licenses
- Control the amount of information logged about license usage
- Enable a report log file
Options files allow you, as the license administrator, to be as secure or open with licenses as you like.
Lines in the options file were limited to 200 characters prior to FLEXlm v3.0. In v3.0 and later, the line length is 2048 characters. FLEXlm v4.0 allows the "\" character as a continuation character in options file lines.
Identifying users by
LM_PROJECTin the options file requires a v5+ application and v7+ vendor daemon.6.1 Creating an Options File
- Use the appropriate options listed in Section 6.2, "Options File Syntax," to create the options file using any text editor. You can put the options file anywhere; however, we recommend that the options file for vendor "XYZ" (whose vendor daemon is
xyzd) be placed in:- Add the path to the options file in the license file as the fourth field on the DAEMON line for the application's vendor daemon. For example:
- would enable the
xyzdvendor daemon to look at the specified options file. In FLEXlm v5 or later, you can putoptions=before the path. In FLEXlm v6 or later, adding the options path to the license file is optional. Instead, name the filevendor.opt, wherevendoris the vendor daemon name, and place it in the same directory as the license used bylmgrd, and it will automatically be used at server startup.6.2 Options File Syntax
Below is an overview of the options file syntax. See Section 6.5, "Options File Examples," for examples and additional information.
Each line of the file controls one option. The options are:
You can include comments in your options file by starting each comment line with a pound sign "#." Everything in an options file is case sensitive. Be sure that user names and feature names, for example, are entered correctly.
Feature Specification
Starting with FLEXlm v5, you can specify options for a particular line of a given feature name, as follows:
feature:keyword=value
f1:VERSION=2.0You can specify a feature by any of the following fields:
VERSION=, HOSTID=, EXPDATE=, KEY=, SIGN=, VENDOR_STRING=, ISSUER=, NOTICE=, dist_info=, user_info=, asset_info=
In FLEXlm v5.11 or later, you can use a package name in place of a feature name, and the option will apply to all of the components in the package.
The following option keywords restrict who may use licenses or where licenses may be used: EXCLUDE, EXCLUDEALL, INCLUDE, INCLUDEALL, MAX, and RESERVE. These options take a
typeargument, which specifies whether the restriction is based on USER, HOST, DISPLAY, INTERNET, or PROJECT:
- USER--UNIX user name of the user executing the program
- HOST--machine where the application is executing
- DISPLAY--display where the application is displayed
- INTERNET--IP address of the machine where the application is executing (wildcards can be used in the IP address)
- PROJECT--
LM_PROJECTenvironment variable set by the user who is executing the program (requires v5+ client and v7+ vendor daemon)On PCs, the USER, HOST and DISPLAY name are all set to the PC's host name.
The types listed above take a list of members, separated by spaces. For example:
EXCLUDE coolsoft USER joe barbara susanOther valid types are GROUP and HOST_GROUP. These allow you to define a group of users or hosts on a separate line in the options file, then use those group names instead of an explicit list. For example:
GROUP stars joe barbara susanEXCLUDE coolsoft GROUP stars6.2.1 EXCLUDE
EXCLUDEfeature[:keyword=value]type{list | group_name}Excludes a list or pre-defined group of users, etc. from the list of who is allowed to use the feature. Excluded users will not be allowed to use the feature. EXCLUDE overrides INCLUDE.
featureName of the feature being affected. typeOne of USER, HOST, DISPLAY, INTERNET,
PROJECT, GROUP, or HOST_GROUP.listList of typemembers to exclude.group_nameName of the group to exclude. To exclude the user "hank" from the list of users able to use feature "f1":
EXCLUDE f1 USER hank6.2.2 EXCLUDEALL
EXCLUDEALLtype{list|group_name}Excludes a list or pre-defined group of users, etc. from the list of who is allowed to use all features served by this vendor daemon.
typeOne of USER, HOST, DISPLAY, INTERNET,
PROJECT, GROUP, or HOST_GROUP.listList of typemembers to exclude.group_nameName of the group to exclude. To exclude any user on the machine "chaos" from using all features served by this vendor daemon:
EXCLUDEALL HOST chaos6.2.3 GROUP
GROUPgroup_nameuser_listDefines a group of users for use in INCLUDE, INCLUDEALL, EXCLUDE, EXCLUDEALL, and RESERVE option lines.
group_nameName of the group being defined. user_listList of user names in that group. To define the group "Hackers" consisting of "bob," "howard," and "james":
GROUP Hackers bob howard james
Note: In FLEXlm v3.0, multiple GROUP lines will add all the specified users into the group. Pre-v3.0 FLEXlm daemons do not allow multiple GROUP lines to concatenate--the last GROUP line would define the GROUP.
Note: In FLEXlm v4.0 or later, USER_GROUP is an alias for GROUP.
6.2.4 HOST_GROUP
HOST_GROUPgroup_namehost_listDefines a group of hosts for use in INCLUDE, INCLUDEALL, EXCLUDE, EXCLUDEALL, and RESERVE option lines. Multiple HOST_GROUP lines will add all the specified hosts into the group.
group_nameName of the group being defined. host_listList of host names in that group. To define the host group "Pacific" consisting of "tokyo," "seattle," and "auckland":
6.2.5 INCLUDE
INCLUDEfeature[:keyword=value]type{list | group_name}Includes a list or pre-defined group of users, etc. in the list of who is allowed to use the feature. Anyone not in an INCLUDE statement will not be allowed to use that feature. EXCLUDE overrides INCLUDE.
featureName of the feature being affected. typeOne of USER, HOST, DISPLAY, INTERNET,
PROJECT, GROUP, or HOST_GROUP.listList of typemembers to include.group_nameName of the group to include. To include user "bob" in the list of users able to use feature "f1":
6.2.6 INCLUDEALL
INCLUDEALLtype{list| group_name}Includes a list or pre-defined group of users, etc. in the list of who is allowed to use all features served by this vendor daemon. Anyone not in an INCLUDEALL statement will not be allowed to use these features.
typeOne of USER, HOST, DISPLAY, INTERNET,
PROJECT, GROUP, or HOST_GROUP.listList of typemembers to include.group_nameName of the group to include. To allow the user "jane" to use all features served by this vendor daemon:
INCLUDEALL USER jane6.2.7 LINGER
LINGERfeature[:keyword=value]secondsRarely used. This causes the daemon to "hold on" to the license for
featureforsecondsafter the application checks the license in or exits. This could be useful for short-duration programs which will be used many times in a row by the same user, to ensure that the user will be able to re-acquire the license repeatedly. On the other hand, other users have to wait until the first user is completely finished, plus a linger interval. This is useful only if the application uses duplicate grouping. Otherwise, LINGER will cause you to use extra licenses. Contact your software vendor for information about how they implemented duplicate grouping in their product.If license lingering is set and
lmremoveis used to reclaim the license,lmremovewill start, but not override, the license's linger time.6.2.8 MAX
MAXnum_lic feature[:keyword=value]type{list|group_name}Limits usage for a group or user.
6.2.9 MAX_OVERDRAFT
MAX_OVERDRAFTfeature[:keyword=value]num_licLimits OVERDRAFT license usage below the OVERDRAFT allowed by the license file.
6.2.10 NOLOG
NOLOG { IN | OUT | DENIED | QUEUED }Suppresses logging the selected type of event in the debug log file.
To turn off logging of checkins:
NOLOG INTo turn off logging of checkouts and queued requests two separate NOLOG lines are required:
6.2.11 REPORTLOG
REPORTLOG [+]report_log_pathREPORTLOG specifies the report log file for this vendor daemon. We recommend preceding the
report_log_pathwith a+character to append logging entries, otherwise the file will be overwritten each time the daemon is started.
Note: SAMreport, a separate product available from GLOBEtrotter, is used to process FLEXlm report log files. SAMreport can process only report log files, not debug log files.
Reporting on Projects with LM_PROJECT
The SAMreport report writer can report on "projects." A project is set up by having all users working on a project set their
LM_PROJECTenvironment variable (or registry on Windows) to a string that describes the project. SAMreport can then group usage by project, as defined by whatLM_PROJECTwas set to when the application was run.See also Appendix C, "FLEXlm Environment Variables."
6.2.12 RESERVE
RESERVEnum_lic feature[:keyword=value]type
{list|group_name}Reserves licenses for a specific user.
To reserve one license of feature "f1" for user "mel":
RESERVE 1 f1 USER mel
Note: Any licenses reserved for a user are dedicated to that user. Even when that user is not actively using the license it will be unavailable to other users. However, a RESERVEd license will not cause an overdraft to be reported by SAMreport if the license is not actually in use.
6.2.13 TIMEOUT
TIMEOUTfeature[:keyword=value]secondsSets the time after which an inactive license is reclaimed by the vendor daemon.
featureName of the feature. secondsNumber of seconds after which inactive license is
reclaimed.To set the timeout for feature "f1" to one hour (3600 seconds):
TIMEOUT f1 3600TIMEOUT checks in the licenses if the process has been "idle" for a period longer than the specified time period. The daemon declares a process idle when it has not heard from the process (the client sends heartbeats). The application must explicitly declare itself idle for this to work, or (on UNIX) the application must be stopped (^Z). That is, unless the appli