Skip to main content

Create and Run License Server as a Service

The License Server can be run as a service on Windows. This allows the automatic activation (license server as service) at the system start-up to ensure the regular run and availability of the license server in the form of service. This section contains the guidelines to create and run License Server as windows service.

Create and Run License Server as a windows service in RLM version 12 and above.

There are two ways to create license server as a windows service as explained in the following sections.

Note: The Manage Service button in Web interface of RLM v12 and above is removed.

  • Create windows service from Command Prompt

    To install RLM as a service, use the rlm -install_service command in Command Prompt with Administrator privileges.

    Follow the steps mentioned below to create and run the license server as a windows service through command prompt:

    1. Start cmd.exe with administrative privileges.
    2. In the Command Prompt window, use the cd command to go to the folder where Innowera License Server files are copied. Usually the path C:\Innowera License Server.
    3. Use the RLM.exe with command as mentioned below and press Enter
    4. rlm.exe -install_service -service_name <name of service> -dlog<debug log path and filename>

      For example, to set the Innowera License Server as a Windows Service with name rlm, run the following command.

      rlm.exe -install_service -service_name rlm -dlog debuglog.log

      Note: Installing RLM as a service does not start RLM, hence the services should be started manually from Service list.

      To start the services manually, open Services

    5. Open Run using Windows + R keys keys from keyboard. Type: services.msc > press Enter or click OK button.
    6. Or

      Open Control Panel from Start menu > Select Administrative Tools > Double click Services.

      This will open Services window.

    7. Select the created service in Services (Local) section and click Start as shown in image below:

  • Create windows service from Innowera batch file

    1. RLM_ServiceCreation.bat
    2. ServiceCreation_RLM.vbs

    Innowera provides two additional files to create and start service of RLM automatically.

    Follow the steps mentioned below to create and start windows service using Innowera Batch File:

    1. Copy provided RLM_ServiceCreation.bat and ServiceCreation_RLM.vbs files on local machine path where Innowera License Server is installed. It is generally installed at: C:\InnoweraLicenseServer\
    2. If Innowera License Server is installed in C:\ Drive then, double click RLM_ServiceCreation.bat file to create and start the service automatically. If in case Innowera License Server is installed in any other directory, then follow the steps given below:
      1. Select RLM_ServiceCreation.bat file.
      2. Press Shift key + Right-click and select Run as different user.
      3. Note: Ensure to select Run as Different User only, not Run as Administrator option.

      4. Enter the Administrator credentials and select OK.

      Note: If the service is already created, then it will display the information message accordingly and if the service is already created but not started, then it will start the existing service.

    3. Verify the creation and startup of the service in system services list. For that open run window using Windows + R keys , type: services.msc and press Enter.

Running License Server as a Windows Service prior to RLM version 12

Following are the generic steps to run license server as a windows service prior to RLM version 12:

  1. Open License Server web interface in Internet Explorer and enter http://<ip-address-where-license-server-is-running>:5054/.
  2. Click Manage Windows Service.
  3. The Manage Windows Services for RLM license server is displayed as shown in the image below:
  4. Default settings are usually fine. Click Apply and it should configure License Server as a service with following confirmation message:

Note:

  • Configured service will automatically start next time you boot the computer. However if you want to start the service immediately, you must do it manually: Go to Control Panel > Administrative Tools > Services. Find the License Server service (default name is RLM). Double-click to bring up service Properties page. Click Start to manually start this.
  • You can also use this feature to remove License Server running as a Windows Service.

Was this article helpful?

We're sorry to hear that.