这是一个使用 ipmitool 控制超微服务器的脚本,支持开机、关机、重启和点亮 UID 灯操作https://github.com/muzihuaner/SupermicroController
# 开机./supermicro_ctl.sh poweron# 关机./supermicro_ctl.sh poweroff# 重启(硬重启)./supermicro_ctl.sh reboot# 点亮 UID 灯./supermicro_ctl.sh uid# 关闭 UID 灯./supermicro_ctl.sh uid-off