BMC Reset
Last updated
Last updated
All FMADIO Packet Capture systems have an onboard BMC, this allows remote power on/off and HTML5 based KVM utility which is very helpful when troubleshooting issues. In addition the BMC provides temperature voltage, current sensors and many other functions.
The chipset is an ASPEED2500 ( http://www.aspeedtech.com/server_ast2500/ ) which runs its own linux kernel + management software. Logging into the BMC via web interface looks like the following
There are times where the BMC after long uptime or other issues becomes unstable and requires a reboot
The easiest way to reset the BMC is via IPMITOOL. Start by confirming the BMC is up and responding by issuing the command
Example output is shown below
This shows the BMC is responding correctly, Next issue the BMC cold reset function using the command
Example run as follows
It will take a few minutes for the BMC Web interface and IPMITOOL tools to become active again.
NOTE: Please power cycle the Host system after BMC reboot to fully clear the error condition
If the above fails, a secondary option is possible using SSH into the BMC directly and issuing a reboot. Please contact support@fmad.io for password
NOTE: Please power cycle the Host system after BMC reboot to fully clear the error condition. If a powercycle is not possible (due to BMC), a warm reboot can be run first.
In some cases ipmitool is not responsive, thus the only option is a full power cable removal. Using the "power cycle" option on the BMC only resets the x86 server, it does not reboot the BMC. This is a last resort as physical access to the machine can be difficult in some cases.