随笔分类 -  IPMI

摘要:加载ipmi模块:modprobe ipmi_si报错:modprobe: ERROR: could not insert ‘ipmi_si’: No such device 查看日志:dmsg 报错:ipmi_si: Unable to find any System Interface(s) 尝 阅读全文
posted @ 2023-01-04 17:53 咿呀哒喏 阅读(2042) 评论(0) 推荐(0)
摘要:本来想研究一下本机自动开关机(重点是开机),暂未发现自动开关机的工具和脚本程序,只能退而求其次远程工具配置计划任务(如:crontab【linux】或schtasks【windows】) 1. ipmitool 环境准备:设备(通常为服务器)可配置且已配置IPMI(通常在bios中设置) ipmi常 阅读全文
posted @ 2022-06-06 14:08 咿呀哒喏 阅读(1057) 评论(0) 推荐(0)
摘要:服务器远程开机: 其中H为IPMI的地址 ipmitool -H 192.168.7.110 -U admin -P '!QAZ2wsx' power on #用这个命令,在其他linux服务器上写计划任务 ipmitool -H 192.168.7.110 -U admin -P '!QAZ2ws 阅读全文
posted @ 2022-05-24 12:58 咿呀哒喏 阅读(579) 评论(0) 推荐(0)