Arctera

System reboot after panic

If the VCS kernel module issues a system panic, a system reboot is required [293447]. The supported Linux kernels do not automatically halt (CPU) processing. Set the Linux “panic” kernel parameter to a value other than zero to forcibly reboot the system. Append the following two lines at the end of the /etc/sysctl.conf file:

# force a reboot after 60 seconds
		kernel.panic = 60
<!--NeedCopy-->
System reboot after panic

In this article