|
发表于 2024-7-29 05:49:11
|
显示全部楼层
Could you upload your snpslmd daemon log file?
I mean that it should be full file not a partial one.
The log file that have all envent from initial daemon start to when you check out fail.
This is helpful to resoulve it.
Addtionally, you need to the command sequence to run daemon .
Could you campare with your command sequence to run daemon ?
In my case ,....
1. daemon run starting
% ../daemon/snpslmd/lmgrd -c snpslmd.lic -l snpslmd.log
2. repeat until below message showing...
% cat snpslmd.log
07/28/2024 16:22:18 (snpslmd) ------------------------------------------------------------------
07/28/2024 16:22:18 (snpslmd) Checking the integrity of the license file...
07/28/2024 16:22:18 (snpslmd) The SSS features are garbled.
07/28/2024 16:22:18 (snpslmd) All revenue keys ("SN=RK:..." on feature line) have been excluded.
07/28/2024 16:22:18 (snpslmd) ------------------------------------------------------------------
3. After this message showing , then perform to lmreread with the same license file
% ../daemon/snpslmd/lmutil lmreread -c snpslmd.lic
4. Afer that, you could find below message.
16:22:34 (lmgrd) Done rereading
16:22:34 (lmgrd) ...Finished rereading
5. And then review the check out status on log file when you run S tools.
% tail -f snpslmd.log
|
|