Why not set your server to automatically reboot after a number of seconds after a kernel panic?
It really is easy to do.
Open this file using your favourite editor (nano / vi)
/etc/sysctl.confThen add the following line to the end of the file and save.
kernel.panic = 10I would reboot your server after just to ensure all config changes are loaded.
You now have your server set to reboot 10 seconds after a kernel panic.
No comments:
Post a Comment