Flexlm End User Manual 11.13

Personal tools

If your organization has purchased concurrent licenses of InstallShield, InstallShield Collaboration, or the Standalone Build, a FlexNet Licensing Server that you set up in your environment manages how many instances of the product can be run simultaneously. Flexible License Manager status on Mon 7/8/2013 11:13 Detecting lmgrd processes. License server status: @flex2.aero.und.edu. For further information, refer to the FLEXlm End User Manual. Unable to start license manager.

Flexlm End User Manual 11.13 Free

Table of Contents * Index * Next Chapter

FLEXlm End User Manual: Chapter 1 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. A section called `Getting Started Checklist' on page 4 tells both license administrators and end-users how to start managing FLEXlm.

1.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 2.4, `Types of License Files,' on page 19 for details about the different licensing models supported by FLEXlm.

1.1.1 FLEXlm Components

The four main components of FLEXlm are:

  • license manager daemon
  • vendor daemon
  • license file
  • application program

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 out of the three server nodes is running. Redundancy can be achieved with 3-server redundant servers, or by using a license file list with any number of servers.

lmgrd is not present on VMS or Netware systems.

Flexlm end user manual 11.13 pdf

The Vendor Daemon

In FLEXlm, licenses are granted by running processes (unless they're node locked, uncounted, 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 lmgrd restarts 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 heterogenous 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).

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 FEATURE or INCREMENT lines) for each licensed product. Each FEATURE line contains a license key based on the data in that line, the hostids specified in the SERVER lines, and other vendor-specific data.

In some environments, the licensing information for several vendors may be combined into a single license file. The default location is:

End-users can usually override this location by setting the environment variable LM_LICENSE_FILE to 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 the LM_LICENSE_FILE variable to reference multiple files.

The default location should be used with caution: setting LM_LICENSE_FILE may actually cause applications to fail if their license is located in the default location, but that location is not included in LM_LICENSE_FILE. This is because setting LM_LICENSE_FILE removes the default location from the license file list.

It's strongly recommended that you keep a copy or link (on Unix) of the license file in the vendor's `default' location, so that users will not need to set LM_LICENSE_FILE to run their applications. For details, see Chapter 2, `The License File' on page 7.

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, where xxx indicates the FLEXlm version. During execution, the application program communicates with the vendor daemon to request a license.

1.1.2 The License Request Process

When you run a `counted' FLEXlm-licensed application the following occurs:

  1. 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.
  2. The client establishes a connection with the license manager daemon (lmgrd) and tells it what vendor daemon it needs to talk to.
  3. lmgrd determines which machine and port correspond to the master vendor daemon and sends that information back to the client.
  4. The client establishes a connection with the specified vendor daemon and sends its request for a license.
  5. The vendor daemon checks in its memory to see if any licenses are available and sends a grant or denial back to the client.
  6. The license module in the application grants or denies use of the feature, as appropriate.

`Uncounted' features (where the number of licenses 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.

1.1.3 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)
  • the location of all executables
  • the location of all log files
  • the TCP/IP port number used by the license manager process, lmgrd.

In 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 5, `The Options File' on page 31.

Flexlm End User Manual 11.13

Refer to your vendor's documentation before attempting to change file names, locations, or contents.

1.2 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.

1.2.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 1.2.2, `Notes for End-Users,' on page 5.

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:

  1. Select your license server nodes and get their hostids. See Appendix A, `Hostids for FLEXlm-Supported Machines'.
  2. Give the hostids to your software vendor and get a license file (or the data to enter in the license file) in return.
  3. Consider combining the new license file with any existing license files. See Chapter 3, `Multiple License Files' on page 21.
  4. Determine if an options file is desired, and if so, set it up.
  5. Determine where to install the FLEXlm utility programs such as lmgrd, and lmutil (lmstat/lmdown/etc.) and install them unless the your vendor's installation script does so for you.
  6. Start lmgrd (the license daemon) manually; you may also want to set it up to start automatically at boot time. See Section 2.1.1, `Setting the Path to the License File at Start-Up (Unix),' on page 8.

These steps are discussed briefly below, with cross-references to the appropriate locations for more detail.

License Servers 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 hostid of those machines to your software vendor. For pointers on selecting your server machine, see Chapter 4, `Selecting Server Nodes' on page 25.

You can get the hostid of the server machine by running FLEXlm's lmhostid utility on that machine. If you don't have lmhostid, 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.

lmgrd and License Files

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 2, `The License File' on page 7.
  • To start lmgrd automatically at boot time, you will have to modify your system files (Unix), or use the FLEXlm Control Panel (Windows). For details see Section 2.1.1, `Setting the Path to the License File at Start-Up (Unix), on page 8</a>.</ul><h4>Administration Tools </h4> <p> GLOBEtrotter Software<I></I> supplies administration tools to your software vendor. The vendor usually includes them with their product. The recommended location for the tools is <TT>/usr/local/bin </TT>(Unix)<TT>, C:flexlm </TT>(Windows)<TT>, </TT>or<TT> SYS$COMMON:[SYSMGR] </TT>(<TT>VMS</TT>), but you can install them in a different location (or not at all). See <a href='chap6.htm#78920: chap head: Chapter 6 License Administration Tools'>Chapter 6, `License Administration Tools on page 41 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 5, `The Options File' on page 31.

    1.2.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 2, `The License File' on page 7.

    Getting Information About Licenses

    To find out who is using a license run lmstat, described in Chapter 6, `License Administration Tools' on page 41.

    Table of Contents * Index * Next Chapter

FlexNet Publisher
Original author(s)GLOBEtrotter and Highland
Developer(s)Flexera Software
Initial release1988; 31 years ago
Stable release
2018 R3 (11.16.1) / October 8, 2018; 14 months ago[1]
Written inC/C++, Java
Operating systemWindows, macOS, Linux, and various UNIXes
PlatformCross-platform
Available inEnglish
TypeSoftware license management
LicenseProprietary
Websitewww.flexera.com/producer/products/software-monetization/flexnet-licensing/flexnet-publisher/

FlexNet Publisher (formerly known as FLEXlm) is a software license manager from Flexera Software which implements license management and is intended to be used in corporate environments to provide floating licenses to multiple end users of computer software.[citation needed]

Computer software can be licensed in a variety of ways. A license to use a piece of software may be associated with a specific machine (node-locked), permitting it to only run on that machine (node in a network); alternatively, a company may buy a pool of floating licenses and these licenses may be allocated dynamically to machines, a license being checked-out when a user begins using the software on any given machine and checked-in when the user finishes using the software. In this way, for example, a company might buy a pool of 50 licenses but support a user community of hundreds of occasional users of the software (so long as no more than 50 users ever want to use the software simultaneously).[original research?]

History[edit]

Flexlm End User Manual 11.13 1

FLEXlm was originally a joint development by GLOBEtrotter Software and Highland Software in 1988. Highland's rights to the FLEXlm product were acquired by GLOBEtrotter in 1994; Highland continued as a reseller of 3rd party software. GLOBEtrotter was then acquired by Macrovision in 2000. Combining features from the Safecast protection system and FLEXlm, FlexNet featured product activation and executable wrapping, supporting floating licensing and node locked licensing models. Macrovision subsequently renamed FLEXlm to FLEXnet Publisher.[citation needed]

The original FLEXlm development team moved on to develop the Reprise License Manager (RLM) at Reprise Software in 2006.[citation needed]

On 1 April 2008 Macrovision's Software Business Unit, which included FLEXnet Publisher, was sold to the private equity company Thoma Cressey Bravo and subsequently relaunched as Acresso Software. It was a cash transaction valued at approximately $200 million.[2]

In October 2009 Acresso Software announced its name change to Flexera Software and FLEXnet Publisher was changed to FlexNet Publisher.[3]

A July 2011 announcement said that Teachers' Private Capital, the private investment department of the Ontario Teachers' Pension Plan, had agreed to acquire a majority stake in Flexera Software from Thoma Bravo, LLC, a private equity firm.[4]

The product is currently marketed by Flexera Software as FlexNet Publisher.[5]

Issues with bootloaders[edit]

Due to the way the digital rights management (DRM) works in FlexNet Publisher, FlexNet affects bootloaders; this makes FlexNet Publisher incompatible with drives encrypted with TrueCrypt[6][7] and renders Linux-based systems unable to boot.[8][9] The TrueCrypt developers also state that 'the issue is caused by inappropriate design of the third-party activation software.'[10]

Flexlm End User Manual

Other license management software[edit]

  • Reprise License Manager(RLM)

References[edit]

  1. ^'FlexNet Publisher End-of-Life Announcements'. Flexera. Retrieved 2019-02-03.
  2. ^'Acresso Software Press Release'. Flexerasoftware.com. Retrieved 27 October 2014.
  3. ^Eric Lai (10 October 2009). 'Acresso who? Macrovision spinoff changes name, again (Computerworld article)'. Computerworld. Retrieved 27 October 2014.
  4. ^'Teachers' Private Capital to Acquire Majority Stake in Flexera Software'. Marketwire. Retrieved 27 October 2014.
  5. ^Centralized Management Eases License Server Administration. flexerasoftware.com. Retrieved 2016-11-21
  6. ^'Freeze when you reboot a Windows system that has TrueCrypt Disk Encryption software and Adobe applications installed'. Kb2.adobe.com. Retrieved 27 October 2014.
  7. ^'TrueCrypt'. Kb2.adobe.com. Archived from the original on 16 April 2013. Retrieved 27 October 2014.
  8. ^'Colin Watson'. chiark.greenend.org.uk. Retrieved 27 October 2014.
  9. ^'Bug #441941 'grub fails after running Windows' : Bugs : 'grub2' package : Ubuntu'. Bugs.launchpad.net. Retrieved 27 October 2014.
  10. ^'TrueCrypt'. Truecrypt.org. Archived from the original on 16 April 2013. Retrieved 27 October 2014.

Flexlm End User Manual 11.13 5

External links[edit]

  • Official website

Flexlm License Manager

Retrieved from 'https://en.wikipedia.org/w/index.php?title=FlexNet_Publisher&oldid=922567736'