I go ahead responding you here. What you said in another post is absolutely correct. And what I have further done is use the env setting to start the license server. (No dash in between the hostname and eth0)
The starting license setting is pretty the same as starting Calibre, I don't know how you dealing with them both.
alias lmlim3="$TESSENT_HOME/bin/lmgrd -c $TESSENT_HOME/lic/license.dat"
alias lmlim4="$TESSENT_HOME/bin/lmstat -c $TESSENT_HOME/lic/license.dat"
So everytime when you need to use mbist, you have to start license server first(like Calibre). I don't know if there is better solution for this. The following picture is about successfully starting mbistarchitect.
BTW, it is quite time consuming for the computer to run even the example program. Maybe that should be my computer problem. You can tell me something about your program running situations.
Thank you for your help and your problem is working out as follows:
if you wantn't to run lmlim3 and lmlim4 when computer restart,youcan add a line such as "/cadtools/tessent/bin/lmgrd -c /cadtools/license/mentor.dat -l /cadtools/tessent/mg.log&" to "/etc/rc.local" using command "vi /etc/rc.local".