在线咨询 切换到宽版
eetop公众号 创芯大讲堂 创芯人才网

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜帖子
查看: 2006|回复: 0

[原创] Host and License Manager

[复制链接]
发表于 2015-1-27 13:38:47 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
On RHEL 7/ CentOS 7, etc., some people have difficulty to run $ynopsys products because of the mismatching between license file and host name. The possible reason and solution could be the followings.

Use "ifconfig" to check the name of your ethernet. If the name is like "eno16777736" instead if eth0, you have to fix it. You possibly have to go through all the following procedures.
1. edit /etc/default/grub. Search the line of GRIB_CMDLINE_LINUX, add net.ifnames=0 biodevname=0 to the end of this line (inside of the quotes); run grub2-mkconfig -o /boot/grub2/grub.cfg
2. Rename “eno” to “eth”. mv /etc/sysconfig/network-scripts/ifcfg-eno16777736 /etc/sysconfig/network-scripts/ifcfg-eth0. Make sure the MAC in this file is what you want.
3. reboot to check if this problem is fixed. If not, create or change the file of /etc/udev/rules.d/70-persistent-net.rules:
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:12:34:56:78:9a", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

where 00:12:34:56:78:9a is the mac address in your license file.

If you can NOT following my words, you probably are not qualified to use $ynopsys products.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版| 小黑屋| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-5-28 19:24 , Processed in 0.103087 second(s), 5 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表