RLM Server Ports
Default Ports
For a basic RLM server install with licenses from one Software Vendor (ISV), the server will use the following ports:
- 5053 – Default RLM server port
- 5054 – Default web administration port (embedded web server)
- A port between 1024 and 65353 – The ISV server port, dynamically assigned at startup.
Setting custom ports
License File
The RLM and ISV server ports are set in the license file provided by the ISV. ISVs may elect to specify custom ports for their applications, and a single RLM server may contain licenses from multiple ISVs.
The RLM server port can be specified on the HOST line of the license file. For example, if specifying port 6053:
HOST dns-name server-hostid 6053
The ISV server port can be specified on the ISV line of the license file. For example, if specifying port 6055:
ISV isv-name port=6065
RLM Startup/Service
The web administration port is set in the RLM service, or at program launch. End users may want to configure the web service for their environment. The “-ws” option is used at startup, or when creating the RLM service. For example, if specifying port 6054:
rlm -ws 6054
The license server would then be accessed using the URL: http://dns-name:6054
UDP broadcast
By default, RLM servers will attempt to listen for broadcast requests from client applications looking for a license server. The broadcast method of finding a license server is the last attempt a client application will make when trying to find a license server, not all ISVs use this method.
Broadcast requests will always be sent on port 5053, this port cannot be changed.
The server administrator can instruct RLM not to listen to broadcast requests. This may be desired if there are multiple RLM servers on a network, or if multiple RLM processes are running on a single server. At startup, or when creating an RLM service you can specify “-noudp” to disable the broadcast listening. For example:
rlm –noudp