Skip to content

在Linux一键部署ipmitool工具,并自动控制戴尔服务器风扇转速,邮件通知运行结果

License

Notifications You must be signed in to change notification settings

AUKcl/Dell-Fans-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" [email protected]

查看邮件日志

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

About

在Linux一键部署ipmitool工具,并自动控制戴尔服务器风扇转速,邮件通知运行结果

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages