lba
Newbie level 2
Finishing installation, I changed the license header, set the environment variable and executed the 'lmgrd'. Then I tried to run the order "icfb" or "icms", but the machine told me 'can not find the command', I donot know why. I can see both two orders under the folder "**/tools.lnx86/dfII/bin". I tried many time and want to change something, but failed. Who can tell me, I will greatly appriciate it.
I installed it according to the belowing guide.
---------------------------------------------------------------
..........
13)finish installation.
14) In your terminal go to /tools/cds5 add type
ln –s tools.lnx86 tools
15) Copy the license.dat to /usr/local/flexlm/license
If this directory does not exit create it and install it in this directory.
16) Rename the license file to license.dat
17)Change the license header from
#SERVER server ANY 5280
#DAEMON cdslmd …
to
SERVER localhost.localdomain ANY 5280
DAEMON cdslmd /tools/tools.lnx86/bin/cdslmd
Make sure your remove #
18) Logout to a local user not root
19) Open terminal and type csh
20) Set the environment as following in order not to type them again and again each time create a file a type all the commands there and then you will only copy them to the terminal.
21) Set al the environment as follow:
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/bin
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/dfII/bin
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/plot/bin
setenv CDSDIR /tools/cds5
setenv CDS_ROOT /tools/cds5
setenv CDS_INST_DIR /tools/cds5
setenv CDS_INSTALL_DIR /tools/cds5/tools.lnx86/dfII
setenv CDS_LIC_FILE 5280@localhost.localdomain
setenv CDS_Netlisting_Mode Analog
/tools/cds5/tools.lnx86/bin/lmgrd –c license.dat
22)In order to test if the license is running you can type the following but this is not necessary
lmstat –a –c license.dat
23)Now in order to start type
icms – IC Mixed Signal
icfb – IC front to back
----------------------------------------------------------------------------
I installed it according to the belowing guide.
---------------------------------------------------------------
..........
13)finish installation.
14) In your terminal go to /tools/cds5 add type
ln –s tools.lnx86 tools
15) Copy the license.dat to /usr/local/flexlm/license
If this directory does not exit create it and install it in this directory.
16) Rename the license file to license.dat
17)Change the license header from
#SERVER server ANY 5280
#DAEMON cdslmd …
to
SERVER localhost.localdomain ANY 5280
DAEMON cdslmd /tools/tools.lnx86/bin/cdslmd
Make sure your remove #
18) Logout to a local user not root
19) Open terminal and type csh
20) Set the environment as following in order not to type them again and again each time create a file a type all the commands there and then you will only copy them to the terminal.
21) Set al the environment as follow:
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/bin
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/dfII/bin
setenv PATH {$PATH}:/tools/cds5/tools.lnx86/plot/bin
setenv CDSDIR /tools/cds5
setenv CDS_ROOT /tools/cds5
setenv CDS_INST_DIR /tools/cds5
setenv CDS_INSTALL_DIR /tools/cds5/tools.lnx86/dfII
setenv CDS_LIC_FILE 5280@localhost.localdomain
setenv CDS_Netlisting_Mode Analog
/tools/cds5/tools.lnx86/bin/lmgrd –c license.dat
22)In order to test if the license is running you can type the following but this is not necessary
lmstat –a –c license.dat
23)Now in order to start type
icms – IC Mixed Signal
icfb – IC front to back
----------------------------------------------------------------------------