my server is mostly stable. however sometimes the system hangs for random and unknown reasons. i have configured my kernel to panic on lockups and to use kdump to save kernel crashes and then reboot.
this however, never happens. when my kernel panics, the entire system becomes 100% hung until i physically go to my server room and power cycle the machine. this is something i hate doing.
connecting a display device directly to my server is not an option. my server has no serial connections at all (cheap motherboard). and my server has no IPMI.
i do have an old laptop that is just collecting dust, and my server has an unused USB connection. is there an easy way to have this laptop constantly read dmesg (and/or other logs) over USB from my server such that i can use the laptop to find the cause of these random crashes? and maybe find out why kdump isnt working as well?
or is there a much better approach to this sort of issue?