commit | 1161642d2288f71549f0c9f89d09807ca251b58f | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Jan 14 22:57:16 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Fri Jan 21 10:14:58 2022 +1030 |
tree | 1a6240353583f16f697d2ef860e00dcac9c73a5a | |
parent | ea84ad977dc202f4b17c9faf4087949b82b86c92 [diff] |
main: Log command read from source Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ifeec81b37768052cabed63ff814499c8972817e1
debug-trigger
listens for an external signal that the BMC is in some way unresponsive. When the signal is received it triggers a crash to collect debug data and reboots the system in the hope that it will recover.
debug-trigger
implements a simple protocol over an LPC KCS device as its trigger source.
debug-trigger
implements a single action once the trigger event is received, which is to crash the kernel via /proc/sysrq-trigger
. For systems with kdump configured this results in collection of system state as context for why the system was externally unresponsive.