项目地址:https://github.com/AUKcl/Dell-Fans-Control
Dell-Fans-Control
在Linux一键部署ipmitool工具,并自动控制戴尔服务器风扇转速,邮件通知运行结果
依赖
- mailutils
- ipmitool
- Postfix
在Ubuntu 22.04.3测试正常
安装与卸载
复制下列命令,执行一键安装脚本
sudo mkdir -p /root/ipmitool/ && wget https://github.com/AUKcl/Dell-Fans-Control/raw/main/Script/install.sh -P /root/ipmitool/ && chmod +x /root/ipmitool/install.sh && bash /root/ipmitool/install.sh
一键卸载脚本
sudo wget https://github.com/AUKcl/Dell-Fans-Control/raw/main/Script/uninstall.sh -P /root/ipmitool/ && chmod +x /root/ipmitool/uninstall.sh && bash /root/ipmitool/uninstall.sh
修改配置
复制下列命令,执行修改配置脚本
sudo bash /root/ipmitool/fcc.sh
测试
测试邮件设置
echo "test" | mail -s "hello" your_email@outlook.com
查看邮件日志
cat /var/log/mail.log
试运行定时控温脚本
bash /root/ipmitool/FansControl_Stability.sh
试运行开机控温脚本
bash /root/ipmitool/FansControl_Start.sh
脚本目录
脚本默认地址:/root/ipmitool/
FansControl日志地址:/root/ipmitool/log
脚本配置文件地址:/root/ipmitool/config
许可证
GPLv3 © AUKcl
版权属于:本文为原创文章,版权归 AUK CL 所有。
文章地址: <https://aukcl.win/archives/679 />
所有原创文章由知识共享署名-非商业性使用 4.0 国际许可协议进行许可。
您可以自由转载或修改,但禁止一切形式的商业使用,同时,务必请注明原文地址及作者信息。
One comment
SSL证书过期了!