SLM server
These issues can occur on the SLM Server.
SlmServer –start reports that the SLM server is started, but the Windows Service Manager shows that the server is not started.
An error occurred during License Server startup.
Check the application log in the Windows Event Viewer for errors from the source: SLM and Category: SlmServer to find out what went wrong.
License server does not run anymore. Message in the logging “System time tampered, restore to the original system time to restart the license service.”
The license server has detected that the system time of the server is set to an earlier date.
Restore the original system date and restart the license server.
If this fails to resolve the problem contact Infor support and provide this information of the failing server.
- license.xml file
- host name
- bclm ID
On UNIX SLM server logs error: “Errno 24 (Too many open files)” and “SockAccept failed”
Most UNIX variants, for example, HPUX11, have a soft limit of 60 and a hard limit of 1024 file descriptors. If you place a high load on the license server, the soft limit is insufficient.
To resolve this issue, you can try to tune the UNIX kernel, or run the command: ulimit –n 1024 to set the user limit to the maximum of 1024.