docs - amt debugging https://github.com/Ylianst/MeshCentral/issues/4253

silversword411 committed Jul 19, 2022 at 14:49 UTC b98a14d0856046defa63a839e95fa0a008810e80
4 files changed +13
docs/docs/meshcentral/debugging.md
+13
@@ -215,3 +215,16 @@ Then open your browser to http://localhost:9999 or whatever port you used.
215 !!!note
216 If you pause the debugger, and happen to forget about it, the agent will automatically kill itself and restart because it will think that a thread is stuck. Default debugger timeout is 10 minutes, you may find a log entry saved to disk saying "Microstack Thread STUCK", or something similar.
217
218 +## Intel AMT
219 +
220 +To debug issues, confirm that Intel AMT is active and there MeshCentral is not showing any red errors on the "Intel AMT" line:
221 +
222 +![](images/amt_troubleshoot1.png)
223 +
224 +Next, you can go in the "My Server / Trace" tab and enable tracing on the "Intel AMT Manager" like this:
225 +
226 +![](images/amt_troubleshoot2.png)
227 +
228 +You can then open another tab and select to power off or power on Intel AMT, you should see "performPowerAction" with 2 or 8 depending on power on/off.
229 +
230 +![](images/amt_troubleshoot3.png)
docs/docs/meshcentral/images/amt_troubleshoot1.png
Binary files /dev/null and b/docs/docs/meshcentral/images/amt_troubleshoot1.png differ
docs/docs/meshcentral/images/amt_troubleshoot2.png
Binary files /dev/null and b/docs/docs/meshcentral/images/amt_troubleshoot2.png differ
docs/docs/meshcentral/images/amt_troubleshoot3.png
Binary files /dev/null and b/docs/docs/meshcentral/images/amt_troubleshoot3.png differ