This is a tool for adjusting the fan speed of Dell servers. It operates by using the ipmitool
command-line utility for Windows to adjust fan speeds. ipmitool
controls the server through the IPMI features, which requires the IPMI over LAN feature to be enabled on the server. For detailed operation methods, please refer to this article: Introduction to server BMC, IPMI and Dell server fan speed reduction method - Zhihu.
该工具用于调整戴尔服务器的风扇转速。它通过 Windows 的命令行工具 ipmitool
来调整风扇转速。ipmitool
通过服务器的 IPMI 功能进行控制,使用该工具前需确保服务器已启用 IPMI over LAN 功能。具体操作方法请参考此文章:服务器的BMC,IPMI介绍以及Dell服务器风扇降速方法 - 知乎。
To build the source code for this project, the following environment is required:
为了构建本项目的源代码,您需要具备以下环境:
- Visual Studio 2022 or higher | Visual Studio 2022 或更高版本
- Windows 10 or higher | Windows 10 或更高版本
- .NET Framework 4.5 or higher | .NET Framework 4.5 或更高版本
Contributions to this project are welcome! If you have any suggestions or improvements, please submit an Issue or Pull Request.
欢迎对本项目进行贡献!如果您有任何建议或改进,请提交 Issue 或 Pull Request。