-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BMC capture journal #6
Comments
Due to space limitation, curently collecting journal log related the elog PID associated to the Checkstop. |
There are other non-checkstop paths where we are hitting the timer expired and need the journal log. Dec 11 19:49:53 witherspoon phosphor-watchdog[982]: watchdog: Timed out |
Download the openbmc dumps to logdir to allow for running --run testcases.testRestAPI.HostOff.test_obmc_download_dumps as a component of automation. Additional issue opened on openbmc: BMC Capture journal -> openbmc/phosphor-debug-collector#6 Signed-off-by: Deb McLemore <[email protected]>
Download the openbmc dumps to logdir to allow for running --run testcases.testRestAPI.HostOff.test_obmc_download_dumps (possibly as an additional component of automation). Additional issue opened on openbmc: BMC Capture journal -> openbmc/phosphor-debug-collector#6 Signed-off-by: Deb McLemore <[email protected]>
Download the openbmc dumps to logdir to allow for running --run testcases.testRestAPI.HostOff.test_obmc_download_dumps (possibly as an additional component of automation). Additional issue opened on openbmc: BMC Capture journal -> openbmc/phosphor-debug-collector#6 Signed-off-by: Deb McLemore <[email protected]>
Download the openbmc dumps to logdir to allow for running --run testcases.testRestAPI.HostOff.test_obmc_download_dumps (possibly as an additional component of automation). Additional issue opened on openbmc: BMC Capture journal -> openbmc/phosphor-debug-collector#6 Signed-off-by: Deb McLemore <[email protected]>
Download the openbmc dumps to logdir to allow for running --run testcases.testRestAPI.HostOff.test_obmc_download_dumps (possibly as an additional component of automation). Additional issue opened on openbmc: BMC Capture journal -> openbmc/phosphor-debug-collector#6 Signed-off-by: Deb McLemore <[email protected]>
Download the openbmc dumps to logdir to allow for running --run testcases.testRestAPI.HostOff.test_obmc_download_dumps (possibly as an additional component of automation). Additional issue opened on openbmc: BMC Capture journal -> openbmc/phosphor-debug-collector#6 Signed-off-by: Deb McLemore <[email protected]>
Download the openbmc dumps to logdir to allow for running --run testcases.testRestAPI.HostOff.test_obmc_download_dumps (possibly as an additional component of automation). Additional issue opened on openbmc: BMC Capture journal -> openbmc/phosphor-debug-collector#6 Signed-off-by: Deb McLemore <[email protected]>
While debugging a host checkstop we needed to review the bmc journal to see when watchdog timers were being expired and related logging to help identify root cause (still working root cause). We are having to recreate and immediately capture the journal to get the data captured at the time of the checkstop.
It would be good to 'journalctl --no-pager' and add that file to the obmc_dumps collected so we can have valuable data both during debug as well as field issues.
I do understand the concern for keeping the dump small, but helpfulness and valuable data will be good strategic objectives as well.
Maybe identify which conditions would warrant capturing the journal, etc.
The text was updated successfully, but these errors were encountered: