在线咨询 切换到宽版
eetop公众号 创芯大讲堂 创芯人才网

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜全文
查看: 775|回复: 11

docker不能启动synopsys license

[复制链接]
发表于 2025-9-13 23:59:32 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×


docker不能启动synopsys license,宿主机和docker都是centos7.9,scl2023.09和2025.03在docker上都不能启动,但是在宿主机上可以启动,不能启动时license报错日志


09/13/2025 23:59:02 (snpslmd) ------------------------------------------------------------------
09/13/2025 23:59:02 (snpslmd) Checking the integrity of the license file...
09/13/2025 23:59:02 (snpslmd) Valid SSS feature found.
09/13/2025 23:59:02 (snpslmd) The feature is needed to enable the other keys in your license file.
09/13/2025 23:59:02 (snpslmd) Siteid: 26356, Server Hostid: 0242ac110002, Issued on: 1/8/2014
09/13/2025 23:59:02 (snpslmd) ------------------------------------------------------------------
09/13/2025 23:59:02 (snpslmd) You are attempting to run the license server on a non-privileged domain/zone
09/13/2025 23:59:02 (snpslmd) Synopsys Licensing Server is restricted to run in this zone. Please contact support_center@synopsys.com for help
23:59:02 (lmgrd) snpslmd exited with status 33 (Bad configuration data)
23:59:02 (lmgrd) Please correct problem and restart daemons


 楼主| 发表于 2025-9-14 10:33:36 | 显示全部楼层
有人知道原因吗
回复 支持 反对

使用道具 举报

发表于 2025-9-14 13:18:06 | 显示全部楼层
删掉/下的.dockerenv
回复 支持 反对

使用道具 举报

 楼主| 发表于 2025-9-14 22:48:12 | 显示全部楼层
[eda@d71d5b29b7f5 license]$ ps -ef | grep lmgrd
eda         560      0  0 22:45 pts/1    00:00:00 /soft/synopsys/scl/2023.09/linux64/bin/lmgrd -c /soft/license/Synopsys.dat -l /soft/license/lic.log
eda         562    560  0 22:45 pts/1    00:00:00 snpslmd -T d71d5b29b7f5 11.19 9 -c :/soft/license/Synopsys.dat: -srv hNHh14IvWkhRhaGGPzBy1m6njQtX8bYUBs8nxOmDxEL3jMRZ9f3JTiVc3J38oRJ --lmgrd_start 68c6d50f -vdrestart 0 -l /soft/license/lic.log
eda         568    504  0 22:46 pts/1    00:00:00 grep --color=auto lmgrd
刚启动时有562进程,但是后面就会消失,只剩下560进程了
最后报错
22:46:38 (snpslmd) Licenses are case sensitive for TE_CATS
22:46:38 (snpslmd)
22:46:38 (snpslmd) EXTERNAL FILTERS are OFF
22:46:38 (lmgrd) snpslmd using TCP-port 44344
22:46:38 (snpslmd) Serving features for the following vendor names:
snpslmd  ACAD  adalmd  anagram  arcd  atrenta  avantd  CADABRA  chrysalisd  cowared  doradod  EPIC  eved  extremed  fishtail  hscd  innologd  ISE-TCADd  knights  magma  metasoftd  mwflexd  nassd  nsysnvs  numeritchd  pdld  perflmd  riod  saber_dmn  sandwork  sclmgrd  sftlmd  sigmacd  SIINT  simple  snpsOEM1  snslmgrd  ssilmd  synforad  synopsysd  synplctyd  targetld  TAVEREN  TE_CATS  tmald  vastlmd  vcsd  wlld  
09/14/2025 22:46:39 (snpslmd) ------------------------------------------------------------------
09/14/2025 22:46:39 (snpslmd) Checking the integrity of the license file...
09/14/2025 22:46:39 (snpslmd) Valid SSS feature found.
09/14/2025 22:46:39 (snpslmd) The feature is needed to enable the other keys in your license file.
09/14/2025 22:46:39 (snpslmd) Siteid: 26356, Server Hostid: 0242ac110002, Issued on: 1/8/2014
09/14/2025 22:46:39 (snpslmd) ------------------------------------------------------------------
09/14/2025 22:46:39 (snpslmd) You are attempting to run the license server on a non-privileged domain/zone
09/14/2025 22:46:39 (snpslmd) Synopsys Licensing Server is restricted to run in this zone. Please contact support_center@synopsys.com for help
22:46:39 (lmgrd) snpslmd exited with status 33 (Bad configuration data)
22:46:39 (lmgrd) Please correct problem and restart daemons
[eda@d71d5b29b7f5 license]$
回复 支持 反对

使用道具 举报

发表于 2025-9-15 11:08:23 | 显示全部楼层
有点印象,这个好像是要删除目录文件 记不清了 好像是/tmp下的
回复 支持 反对

使用道具 举报

发表于 2025-9-15 11:27:11 | 显示全部楼层


   
xcq838587 发表于 2025-9-14 22:48
[eda@d71d5b29b7f5 license]$ ps -ef | grep lmgrd
eda         560      0  0 22:45 pts/1    00:00:00 /s ...


有尝试过删除/.dockerenv吗,如果接下来遇到Cannot open daemon lock file的问题,参考https://zhuanlan.zhihu.com/p/433125915
回复 支持 反对

使用道具 举报

 楼主| 发表于 2025-9-15 16:42:48 | 显示全部楼层


   
xqymain 发表于 2025-9-15 11:27
有尝试过删除/.dockerenv吗,如果接下来遇到Cannot open daemon lock file的问题,参考https://zhuanlan. ...


删除过了,还是不行。
回复 支持 反对

使用道具 举报

发表于 2025-9-15 22:08:56 | 显示全部楼层
帮你改了一个,可以试试,在启动之前改时区,切换到普通用户(2025.03-SP1)

仅供学习使用!!!

snpslmd.zip

6.35 MB, 下载次数: 50 , 下载积分: 资产 -3 信元, 下载支出 3 信元

回复 支持 反对

使用道具 举报

 楼主| 发表于 2025-9-15 23:13:08 | 显示全部楼层


   
a879773762 发表于 2025-9-15 22:08
帮你改了一个,可以试试,在启动之前改时区,切换到普通用户(2025.03-SP1)

仅供学习使用!!!


牛X,license可以启动成功
回复 支持 反对

使用道具 举报

发表于 2025-9-16 03:08:49 | 显示全部楼层
thanks
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

手机版| 小黑屋| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-9-24 02:52 , Processed in 0.018910 second(s), 5 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表