| 
按照步骤生成synopsys.dat了,配置环境变量如下:
×
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册  #dve exportPATH="/opt/synopsys/vcs/gui/dve/amd64/bin:"$PATH 
 #VCS exportPATH="/opt/synopsys/vcs/bin:"$PATH 
 #lmgrd exportPATH="/opt/synopsys/scl/amd64/bin:"$PATH 
 #start synopsyslicense using lmgrd aliaslmli2="/opt/synopsys/scl/amd64/bin/lmgrd -c/opt/synopsys/license/synopsys.dat -l/opt/synopsys/scl/amd64/bin/lmgrd.log" 
 exportSNPSLMD_LICENSE_FILE=27000@bogon 
 exportLM_LICENSE_FILE=/opt/synopsys/license/synopsys.dat 
 exportSYNOPSYS="/opt/synopsys" 
 exportVCS_HOME="/opt/synopsys/vcs" 
 exportDVE_HOME="/opt/synopsys/vcs/gui/dve" alias vcs="vcs-full64" alias dve="dve-full64" 
 但是我在lmstat时出现 [root@bogon centos]# lmstat -c /opt/synopsys/license/synopsys.dat  lmstat - Copyright (c) 1989-2011 Flexera Software, Inc. All Rights Reserved. Flexible License Manager status on Thu 3/22/2018 15:37 
 License server status: 27000@bogon     License file(s) on bogon: /opt/synopsys/license/synopsys.dat: 
 lmgrd is not running: License server machine is down or not responding. (-96,7:2 "No such file or directory") 
 然后输入自定义指令lmli2后,输入dve
 [root@bogon centos]# lmli2
 [root@bogon centos]# dve
 Cannot find license file.
 Make sure that you have a license file and that your
 SNPSLMD_LICENSE_FILE is pointing to the right location.
 |