3
Comments
  • 1
    I prefer REISUBO
    In case B freezes for some reason. Has happened to me a few times
  • 2
  • 1
    But I suppose you could just directly go for REISUO in that case.
  • 2
    @kescherRant not quite. Servers are quite sensitive to storage. And the more sophisticated storage solution is being used, the more unexpected problems can they cause.

    This usually happened to me when either SAN (veritas) switches were flapping or HBAs were malfunctioning.

    Storage malfunctions can cause unexpected errors :) Storage can even make `ls` crash your system for good. Yes, this has happened too :) Storage can corrupt your `reboot` execution or, in some rare cases, storage drivers (due to storage HW issues) can prevent sysrq+B from rebooting the machine.
  • 1
    Too bad it doesn't work when you need it 😣
  • 1
    @cafecortado Add this to your GRUB command-line:

    sysrq_always_enabled=1
Add Comment