This topic describes how to set up a floating license for Arm Forge, for use with Arm Licence Server.
If you have a single workstation license, see Add a workstation license for Arm Forge instead. The Arm Licence Server is not required.
Before you begin
- To use a floating license, download and Install Arm Licence Server on the designated license server machine.
- A floating license includes two files: Server license file (
licence.<license number>
), and client license file (licence
). - Server license file names must begin with
license
, or the variant spellinglicence
. - License file names are not case sensitive.
- You can append unique identifiers to license file names for storing multiple licenses in the same directory. For example, add the server license serial number,
license.server.1234
, or includeclient
in the client license name,license.client.5678
. - If you need to obtain a license, request a license.
- Ensure that the client license contains the host name or IP address of the machine running the Arm Licence Server.
Procedure
- On the machine where Arm Forge is installed, create a directory called
licenses
in the/opt/arm
directory. - Copy your client license file to
/opt/arm/licenses
.Note: If you store the license file in a custom location, see Change the license file location. - Arm Forge searches for individual licenses in the Forge installation directory. If you have a single license file for Forge tools, set either the
ARM_LICENSE_DIR
environment variable to point this tool to your Arm license.export ARM_LICENSE_DIR=/opt/arm/licenses
Note:ALLINEA_LICENSE_DIR
is still supported and can be used instead. - Add the server license file to the machine where Arm Licence Server is installed, and copy your file into the
/opt/arm/licenceserver/<version>/licenses
directory.Note: If you install the Licence Server in a custom installation path, set theARM_LICENSE_DIR
environment variable to point to the custom license directory. - Restart Arm Licence Server to enable it to detect the new floating license.
Related information
- See Arm Licence Server for information about set up and configuration.
- See Use Arm Licence Server in the Arm Licence Server user guide.