关于虚拟机centOS6.5(64位)下VCS安装问题
#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.
你好,你解决了没有?我遇到和你一摸一样的问题