Just a short article, recently I discovered you can access Supermicro IPMI via SSH and power on the system by using the command:
start /system1/pwrmgtsvc1
A nice short command that saves you a lot of time by eliminating the need to log in the webUI and wait until the app responds.
Homelab – Power-on your Supermicro system by SSH'ing into IPMI
11 sec read
This trick applies to most IPMI interfaces….. So others can use this trick too. The command to power up the server is slightly different but no harder depending on the vendor.
if your platform supports it; skip the ssh all together and use ipmitool to power on
ipmitool —H 1.2.3.4 —v —I lanplus —U name —P password chassis power on
Why so complicated?
Just ssh into IPMI and send: ‘help power’ to see options for ‘power’ command.