我在安装SYNOPSYS时候,需要license文件,就用机器的MAC地址(12位16进制数)生成了一个synopsys.dat,在用license manager工具运行 lmdiag时,出现"the hostid of this system does not match the hostid specified in the license file"的提示。然后发现机器的hostid是一个8位16进制数,而用lmhostid指令看到的是“000000000000”。就是因为这个问题,license file一直没有被软件认到,不管我打开什么SYNOPSYS的软件都会报一个"not enabled"的错误:【DC】Fatal: Design Compiler is not enabled. (DCSH-1)
【VCS】Queuing for license ...
就迷惑了:这里面生成license文件的hostid究竟应该是哪个?lmhostid为12位16进制全零是正常的情况吗?