Installation Guides > UNICOM Intelligence licensing > UNICOM License Server reference > Monitoring UNICOM License Server
 
Monitoring UNICOM License Server
Windows
To get the status information, use the Service Control Manager.
UNIX and Linux
To get the status information, type:
./ult_srv status
Viewing the process information files
You can check the server status by looking for the status files in the processes directory. This directory is by default under the UNICOM License Server working directory. You can use a different directory by setting the ProcessInfoPath parameter in the [Initialisation] section of the ult_licesrv.ini file.
When UNICOM License Server runs, it puts status files in the processes directory. The status files have the name of the server, ULTLicenseServer, with the extensions of .starting, .running and .stopping. Check which files are in the directory to find the status.
Files present
Status
.starting
The service is starting.
.running
The service is running.
.running and .stopping
The service is closing down.
No status files
The service has stopped.
While UNICOM License Server is active, it keeps the files open and writes information such as PID and STATUS to the files. Other applications can access the information in the status files by opening them “read-only”.
UNICOM License Server deletes the status files when the service status changes. If the service has a catastrophic failure, the files might not be deleted.
To identify if the service has failed, another application can try to open the status file for exclusive write access. If it succeeds, it indicates that UNICOM License Server has failed.
See also
Generating reports for UNICOM License Server
Generating diagnostic information for UNICOM License Server
UNICOM License Server reference