超微主板IPMI激活升级BIOS的方法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
如果想要通过超微的ipmi升级主板bios必须有激活许可证
超微主板ipmi的许可证验证原理:
- 将 IPMI BMC MAC 地址作为 16 进制字串转为二进制
- 使用 HMAC + SHA1 散列算法计算出 Key
- 取前 24 位作为授权密钥
生成许可证命令(其中ac1f6bxxxxxx为mac地址):
在linux下面执行下面的语句
echo -n '你的BMC的MAC地址' | xxd -r -p | openssl dgst -sha1 -mac HMAC -macopt hexkey:8544E3B47ECA58F9583043F8 | awk '{print $2}' | cut -c 1-24
填写许可证:
登陆ipmi-》Miscellaneous-》Activate License-》填写以上命令生成的24位许可证号,每空4位。
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)