system-diagnostics pod type fault

Enables system fault panic recovery while session processing.

Command Mode

Exec > Global Configuration (config) > System Diagnostics Configuration (config-system-diagnostics-pod_type )

Syntax

fault { action action_on_fault | file-detail file_names_line_numbers | interval interval_duration | num max_fault_tolerance } 

action action_on_fault

Specify the action to take on fault occurence.

Must be one of the following:

  • abort

  • cleanup

  • graceful-Reload

  • reload

file-detail file_names_line_numbers

Specify the list of file names with line number to exclude from recovery. For example, procedures/pduim/procedure.go:1902.

Must be a string.

You can configure a maximum of 10 elements with this keyword.

interval interval_duration

Specify the duration of the interval in minutes.

Must be an integer in the range of 1-3600.

num max_fault_tolerance

Specify the maximum number of times fault can be tolerated in an interval.

Must be an integer in the range of 0-50.

Usage Guidelines

Use this command to enable and configure system fault panic recovery while session processing.