log提示:
[guo@localhost ic610]$ lmli
license manager: can't initialize: Cannot find license file.
The license files (or license server system network addresses) attempted are
listed below. Use LM_LICENSE_FILE to use a different license file,
or contact your software provider for a license file.
Filename: /usr/local/flexlm/licenses/license.dat
License path: /usr/local/flexlm/licenses/license.dat
FLEXnet Licensing error:-1,359. System Error: 2 "No such file or directory"
For further information, refer to the FLEXnet Licensing End User Guide,
available at "www.macrovision.com".
5:53:18 (lmgrd) -----------------------------------------------
5:53:18 (lmgrd) Please Note:
5:53:18 (lmgrd)
5:53:18 (lmgrd) This log is intended for debug purposes only.
5:53:18 (lmgrd) In order to capture accurate license
5:53:18 (lmgrd) usage data into an organized repository,
5:53:18 (lmgrd) please enable report logging. Use Macrovision's
5:53:18 (lmgrd) software license administration solution,
5:53:18 (lmgrd) FLEXnet Manager, to readily gain visibility
5:53:18 (lmgrd) into license usage data and to create
5:53:18 (lmgrd) insightful reports on critical information like
5:53:18 (lmgrd) license availability and usage. FLEXnet Manager
5:53:18 (lmgrd) can be fully automated to run these reports on
5:53:18 (lmgrd) schedule and can be used to track license
5:53:18 (lmgrd) servers and usage across a heterogeneous
5:53:18 (lmgrd) network of servers including Windows NT, Linux
5:53:18 (lmgrd) and UNIX. Contact Macrovision at
5:53:18 (lmgrd) www.macrovision.com for more details on how to
5:53:18 (lmgrd) obtain an evaluation copy of FLEXnet Manager
5:53:18 (lmgrd) for your enterprise.
5:53:18 (lmgrd)
5:53:18 (lmgrd) -----------------------------------------------
5:53:18 (lmgrd)
5:53:18 (lmgrd)
5:53:18 (lmgrd) Using license file "/usr/local/flexlm/licenses/license.dat"
[guo@localhost ic610]$
我的.bashrc设置
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
############################^M
alias lmli='/home/eda/ic610/tools/bin/lmgrd -c /home/eda/ic610/share/license/license.dat'^M
export OA_HOME=/home/eda/ic610/OA^M
export CDS_ROOT=/home/eda/ic610^M
export MMSIM_ROOT=/home/eda/mmsim61^M
export CDS_LIC_FILE=5280@localhost^M
export LM_LICENSE_FILE=$CDS_ROOT/share/license/license.dat^M
export CDS_Netlisting_Mode=Analog^M
export PATH=$MMSIM_ROOT/tools/binMMSIM_ROOT/tools/spectre/binCDS_ROOT/tools/binCDS_ROOT/tools/dfII/bin:$PATH^M
export MOZILLA_HOME=/usr/bin/netscape^M
#######################
~