Ubuntu
Ubuntu
Ubuntu
failed to open the TCP port number in the license. " Lmgrd and.
27020
.bashrc
#################################################################
# synopsys #
#################################################################
export SNPSLMD_LICENSE_FILE=27020@ubuntu
export LM_LICENSE_FILE=/usr/synopsys/license/synopsys.dat
export XKEYSYMDB=/usr/share/X11/XKeysymDB
#scl
export SCL_HOME=/usr/synopsys/10.9.3
export PATH=$SCL_HOME/linux/bin:$PATH
#######################################
# #
# Activetcl make gcc
# #
#######################################
export PATH=/usr/local/tcl/bin:$PATH
#######################################
# #
# Synthesis
# #
#######################################
export PATH=/usr/synopsys/dc2009/linux/syn/bin:$PATH
alias dc="dc_shell"
alias dv="design_vision"
#######################################
# #
# VCS
# #
#######################################
export VCS_HOME=/usr/synopsys/A-2008.09
export SYNOPSYS_SYSTYPE=IA.32
export PATH=$VCS_HOME/linux/bin:$PATH
export PATH=$VCS_HOME/gui/dve/bin:$PATH
export PATH=$VCS_HOME/gui/virsim/bin:$PATH
license data
============================================
Example:
UNIX: /usr/synopsys/scl/admin/license/synopsys.lic
Windows: C:\synopsys\SCL_11.2\admin\license\synopsys.lic
2. Make sure the key file is formatted properly.
Do NOT remove the USE_SERVER line.
This keyword should exist, on a line by itself, before any cvd-format
INCREMENT lines.
Remove any VENDOR or DAEMON lines for non-snpslmd vendor daemons.
With SCL 10.x and 11.x, they are not required or allowed.
All lines should start with SERVER, VENDOR, USE_SERVER, PACKAGE,
INCREMENT, or #
Lines may only wrap after a space and a continuation character (" \")
All comment lines must start with #
Blank lines must NOT be present in the key file as this may cause problems
Strip out all extraneous characters, such as > or >> symbols at the beginning of
lines
(sometimes added by email handlers)
3. Verify the accuracy of the license file.
Run "sssverify" to verify the integrity of the license file (sssverify is included with SCL).
The syntax is "sssverify /path/to/synopsys.lic".
Note: If any keys have been added or removed from the key file (except for temp keys),
sssverify will fail.
The SERVER line of your key file has the following syntax:
SERVER hostname1 hostid tcp_port_number
Mandatory
On the SERVER line, modify the hostname1 argument with the value returned
by the UNIX hostname command.
Note: The hostid in the license key file (807E321F in this example) must match your
machine
hostid as determined by the scl_root/<platform>/bin/lmhostid command.
Do not change the hostid. If you change the hostid, you will invalidate your license key
file.
If the hostid is incorrect, contact your account manager to obtain a new license key file.
(A "rehost form" may be required.)
Optional
Modify the TCP port number (default is 27000) to any available TCP port between 1024
and 64000.
Example:
Mandatory
Examples:
UNIX:
VENDOR snpslmd /usr/synopsys/scl/sparcOS5/bin/snpslmd
Windows:
VENDOR snpslmd C:\synopsys\SCL_11.2\windows\bin\snpslmd.exe
Optional
Add the path to any license option file(s) at the end of the VENDOR line
6. After modifications, your key file should look something like this (changes in bold):
#---------------------------------------------------------------
#Server Config: 0000052142
#---------------------------------------------------------------
SERVER aspen 807E321F 27020
VENDOR snpslmd /usr/synopsys/scl/sparcOS5/bin/snpslmd
# *** No other vendor daemons required ***
USE_SERVER
INCREMENT SSS snpslmd 1.0 20-dec-2011 1 3EE593F14EED \
VENDOR_STRING="382be a5896 de613 1618c 27e26 40bb1 40cec 13318 8da63 128" \
NOTICE="Licensed to ABC Corporation [PLEASE DO NOT DELETE THIS SSS
KEY]" \
SN=RK:0:0:802047 ISSUER="Synopsys Inc." \
START=03-oct-2005
INCREMENT hspice snpslmd 2011.03 20-dec-2011 8 VENDOR_STRING=^1+S \
SUPERSEDE ISSUED=20-dec-2010 ck=115 SN=RK:6719-0:733381:117716 \
START=03-oct-2005 AUTH={ snpslmd=( LK=6D8411D4365F7D1C39DB) \
avantd=( LK=CDE4E1546CD26F379ACB) }
INCREMENT metawaves snpslmd 2011.03 20-dec-2011 8 VENDOR_STRING=^1+S \
SUPERSEDE ISSUED=20-dec-2010 ck=39 SN=RK:6719-0:733381:117716 \
START=03-oct-2005 AUTH={ snpslmd=( LK=6D3441449638F796655F) \
avantd=( LK=DD44A164467F8C415694) }
#---------------------------------------------------------