Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue <<  80 of 593 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 3300
Last update: 07-18-04
Issue:
How do I configure Linux to automatically reboot after a kernel panic?
Resolution:
Release Found: Red Hat Enterprise Linux

Symptom:
You want the system to automatically reboot after a timed delay when the kernel panics. When you experience a kernel panic, the system hangs and is inaccessable.

Solution:
To enable automatic reboots after a kernel panic, edit the /etc/sysctl.conf file and add the following lines to the file:

 
# When kernel panic's, reboot after 10 second delay
kernel.panic = 10
     

This will cause the system to reboot after 10 seconds after the kernel panics. In order for this setting to become "active" in the running kernel, you need to run the command sysctl -p, which will re-read your sysctl.conf file.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue <<   80  of  593  >>