使用ipmitool工具来使用串口连接远程主机

https://www.ibm.com/developerworks/cn/linux/l-ipmi/index.html

ipmitool -H 9.13.2.213 -U root -P xxxx -I lanplus -C 3 sol activate
ipmitool -H 9.13.2.213 -I lanplus -U root -P xxxx power reset 冷重启命令

ipmitool -H 9.13.2.213 -I lanplus -U root -P xxxx sol deactivate
ipmitool -H 9.13.2.213 -I lanplus -U root -P xxxx sol activate | tee.exe sol.log

ipmitool -I lanplus -H 9.13.2.213 -U root -P xxxx chassis bootdev cdrom   设置从光驱启动

原文地址:https://www.cnblogs.com/xingmuxin/p/11401307.html