HSPICE2010.3 licence导入问题,非常奇怪的问题
时间:10-02
整理:3721RD
点击:
报错如下
另外使用lmdown 27000@wthust时出现
另外我的环境变量是这样的
那个 /home/wt/e路径是怎么回事?求大神解答
- 12:50:39 (lmgrd) Copyright (c) 1988-2006 Macrovision Europe Ltd. and/or Macrovision Corporation. All Rights Reserved.
- 12:50:39 (lmgrd) US Patents 5,390,297 and 5,671,412.
- 12:50:39 (lmgrd) World Wide Web:http://www.macrovision.com
- 12:50:39 (lmgrd) License file(s): /home/wt/eda/synopsys/synopsys.dat
- 12:50:39 (lmgrd) lmgrd tcp-port 27000
- 12:50:39 (lmgrd) Starting vendor daemons ...
- 12:50:39 (lmgrd) Started /home/wt/e (internet tcp_port 39900 pid 2548)
- 12:50:39 (lmgrd) license daemon: execute process failed: (/home/wt/eda/synopsys/scl_10.9.3/linux/bin//home/wt/e) -T wthust 10.8 3 -c /home/wt/eda/synopsys/synopsys.dat
- 12:50:39 (lmgrd) license daemon: system error code: No such file or directory
- 12:50:39 (lmgrd) /home/wt/e exited with status 45 (Child cannot exec requested server)
- 12:50:39 (lmgrd) Please correct problem and restart daemons
另外使用lmdown 27000@wthust时出现
- wt@wthust:~$ lmdown -c 27000@wthust
- lmdown - Copyright (c) 1989-2004 by Macrovision Corporation. All rights reserved.
- Port@HostVendors
- 1) 27000@wthust/home/wt/e
- Are you sure (y/n)?
另外我的环境变量是这样的
- ####### Configurations for Synopsys Hspice ######
- export SYNOPSYS_HOME=/home/wt/eda/synopsys
- export HSP_HOME=$SYNOPSYS_HOME/hspice_vD-2010.03
- export SCL_HOME=$SYNOPSYS_HOME/scl_10.9.3
- export HSP_BIN=$HSP_HOME/hspice/bin
- export SCL_BIN=$SCL_HOME/linux/bin
- export SX_BIN=$SYNOPSYS_HOME/spice_explorer_2007
- export PATH=$HSP_BIN:$SX_BIN:$PATH
- export LM_LICENSE_FILE=$SYNOPSYS_HOME/synopsys.dat:\
- 27000@wthust:$LM_LICENSE_FILE
- ####### Customed alias for commands ########
- alias hsplmd='$SCL_BIN/lmgrd -c $SYNOPSYS_HOME/synopsys.dat'
那个 /home/wt/e路径是怎么回事?求大神解答
你有把synopsys.dat文件拷贝到/home/wt/eda/synopsys/目录下,而且确定该LICENCE文件正确吗?
export SYNOPSYS_HOME=/home/wt/eda/synopsys
这些路径替代是不用export的
export PATH=$HSP_BINSX_BINPATH
export LM_LICENSE_FILE=$SYNOPSYS_HOME/synopsys.dat:\
这才用的