home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

system options reboot-on-panic <value>

Specifies whether to reboot the system if a kernel panic occurs.

set system options reboot-on-panic value
delete system options reboot-on-panic
show system options reboot-on-panic

The system reboots (true).

value
Mandatory. Indicates whether the system should automatically reboot if a kernel panic occurs. The value is one of the following:

true—Reboots the system

false—Does not reboot the system

Configuration mode


system {
   options {
      reboot-on-panic value
   } 
}

Configuring the system not to reboot on kernel panic allows you to examine information that might help you determine the cause of the panic.

Use the set form of this command to specify whether to reboot the system if a kernel panic occurs.

Use the delete form of this command to restore default behavior, that is, the system reboots.

Use the show form of this command to view configuration for this option.