InTime Server

How to run the InTime Server and the License Server in 2 different servers using default ports?

378 views January 11, 2017 July 20, 2017 pohheng 0

Introduction:

The License Server is a service to allow InTime to use floating licenses. The InTime Server is a service that schedules jobs, and manages files and other operations. These two services are by default built into the start_server.sh/bat script. In some environments, the IT administrator needs to run the License Server in Server A and the InTime Server in Server B. The License Server generally uses very little CPU and memory resources whereas the InTime Server requires more storage space for data files uploaded by each InTime client/worker.

In this example, Server B runs the License Server (IP: 10.8.0.7) and Server A is the InTime Server (IP: 10.8.0.5). The InTime Client has access to InTime Server but not the License Server. It is also possible to have the License Server running in Linux and the InTime Server running in Windows.

License-InTime Server (3)

In Server B, launch a terminal console and go to the InTime Server installation directory.

[admin@host intimeserver]$ ./license_server.sh

----- SHELL SCRIPT VARIABLES -----
SERVERIP 1        = 10.8.0.7

Starting License Server       [  OK  ]
License server.lic            [  OK  ]
License has started?          [  OK  ]
License not expired?          [  OK  ]
License Mac 00:0D:3A:40:75:1D [  OK  ]
License features              [  OK  ]

[admin@host intimeserver]$

In Server A, launch a terminal console and go to the InTime Server installation directory. Run the following command to inform the InTime Server there is no license file built-in, but to fetch it from License Server.

$ start_server.bat/sh -licenseip <IP address of License Server> -licenseport <Port of License Server> -nolicense

intime_server_connect_to_license_server

In the InTime Client, under File->Settings, key in the IP address of the InTime Server, click on Test and Configure button to test the communications (includes licensing) flow.

intime_client

Applies to:

  • Linux Operating System
  • Windows Operating System

Knowledge Base ID: 201612011 - Last Review: May 19 2017 - Revision: 1.1

Leave a Reply