配置device ip时报错“Failed to check the route network segment in the config file”
2024/02/21
482
问题信息
问题来源 | 产品大类 | 产品子类 | 关键字 |
---|---|---|---|
官方 | 模型训练 | PyTorch | -- |
问题现象描述
删除旧驱动完成驱动固件升级后,Atlas 800 9000配置device ip时报错“Failed to check the route network segment in the config file. Cmd execute failed!”;
查看/var/log/hccn_tool/hccn.log日志显示“hccn tool execution failed!”。
原因分析
- 可能是/etc/hccn.conf配置文件中ip和路由不对。
- 可能是/etc/hccn.conf配置文件缺失。
- 可能是/etc/hccn.conf配置文件的格式不对。
排查方法
执行命令cat /etc/hccn.conf,看里面的内容是否符合要求。
解决措施
创建一个空文件/etc/hccn.conf即可。