Summary
This article just details my supermicro server and contains useful links/information for other people and for personal usage.
IPMI stuff
- Default Information: ADMIN,ADMIN
Remote Console:
- For Linux users, check out this guide which helps with getting it working underneath linux.
Power Management:
- In case you turn off your server for power saving purposes (i.e peak power mitigation), the following commands would probably be helpful. Assuming you have someway to trigger them separately (rpi, constantly running server, etc).
Turn on:
ipmitool -I lanplus -H (server ip or hostname) -U (username for ipmi) -P (password for ipmi) chassis power on
For Safe turn off (properly shutdowns OS - not hard shutdown)
ipmitool -I lanplus -H (server ip or hostname) -U (username for ipmi) -P (password for ipmi) chassis power soft