Installation Guides > UNICOM Intelligence licensing > UNICOM License Server reference > Controlling UNICOM License Server
 
Controlling UNICOM License Server
Windows
Click the Windows Start icon, navigate to All Programs > UNICOM Global > License Server, and then click Start License Server or Stop License Server.
You can also start, stop, and restart UNICOM License Server by using the Services icon in the Windows Administrative Tools.
UNIX and Linux
To control UNICOM License Server, use the ult_srv script.
1 Navigate to the directory in which UNICOM License Server is installed.
2 Do one of the following:
To
Type
start UNICOM License Server
./ult_srv start
stop UNICOM License Server
./ult_srv stop
restart UNICOM License Server
./ult_srv restart
Console and script commands
You can control UNICOM License Server from a console or a script by using these commands:
ult_licesrv32 for the 32‑bit version of UNICOM License Server
ult_licesrv64 for the 64‑bit version of UNICOM License Server
On Windows, run the command prompt as administrator.
Parameters
The parameters are the same on all platforms. The examples below use the 64-bit Windows version of the command.
ult_licesrv64 -console
Starts the server as a console application.
ult_licesrv64 -start
Starts the server as a service or daemon.
ult_licesrv64 -stop
Stops the server process.
ult_licesrv64 -isrunning
Tells you if a specified server process is running.
ult_licesrv64 -version
Displays the version information.
ult_licesrv64 -?
Displays information about the command.
ult_licesrv64
(No parameters.) The process runs as a console program. To stop the console program, either press Ctrl+C, or run ult_licesrv64 -stop.
See also
UNICOM License Server reference