Reference Guide

394 | High Availability
www.dell.com | support.dell.com
The processes that can be restarted are:
Management-related processes—TACACS+, RADIUS, CLI, SSH, Telnet, Console/Aux
TACACS+/RADIUS—FTOS restarts the process and reapplies the TACACS+ portion of the
running configuration. You must enable process restart explicitly.
Console/Aux—FTOS restarts the process; you must log in again after the restart. The threshold
for failover is 3 restarts per hour; the fourth restart triggers a failover. The restart configuration is
internal, and not user-configurable.
Telnet/SSH—Each SSH and Telnet session is an individual process. If a Telnet or SSH software
exception occurs, only your session is cleared, and you must log in again; no other sessions are
affected. This behavior is an exception among the other restartable processes in that Telnet and
SSH are not literally restarted. Because of this, Telnet and SSH are not subject to the default or
configured restart limit; that is, the system never reloads due to a software exception in these
processes. However, a core dump is generated.
You can select which process may attempt to restart, and the number of consecutive restart attempts before
failover, but by default, every process causes a system reload or RPM failover.
Task Command Syntax Command Mode
Enable Process Restartability for a process or task. process restartable [process] [count
number] [period hours]
CONFIGURATION
FTOS(conf)#process restartable radius ?
count Specify max number of auto-restarts (default=3)
<cr>
FTOS(conf)#process restartable radius count ?
<1-3> number of times value to auto-restarts
FTOS(conf)#process restartable radius count 3 ?
period Specify time span for auto-restart count (default=1)
<cr>
Display the processes and tasks configured for restartability.
show process restartable [history] EXEC Privilege
FTOS#sho processes restartable
------------------------------------------------------------------------------------
Process name State How many times restarted Timestamp last restarted
----------------------------------------------------------------------------------------------
radius enabled 0 [-]
tacplus enabled 0 [-]
------------------------------------------------------------------------------------
FTOS#show processes restartable history
------------------------------------------------------------------------------------
Process name Timestamp last crashed
------------------------------------------------------------------------------------
radius [5/23/2001 10:11:47]
------------------------------------------------------------------------------------