11 pre-login banner and system prompt commands, 1 copy (pre-login banner), 2 set prompt – Kontron AT8402 CLI User Manual

Page 223: 12 watchdog support commands, 1 set watchdog, 12 watchdog support commands - 33, 1 set watchdog - 33, At8402 management commands

Advertising
background image

AT8402

Management Commands

Page 5 - 33

AT8402 CLI Reference Manual

used as a tool for script development. Validation identifies potential problems. It might

not identify all problems with a given script on any given device.
Format

script validate

<scriptname>

Mode

Privileged EXEC

5.11

Pre-login Banner and System Prompt Commands

This section describes the commands you use to configure the pre-login banner and the

system prompt. The pre-login banner is the text that displays before you login at the

User:

prompt.

5.11.1

copy (pre-login banner)

The

copy

command includes the option to upload or download the CLI Banner to or

from the switch. You can specify local URLs by using TFTP, Xmodem, Ymodem, or

Zmodem.
Default

none

Format

copy

<tftp://<ipaddr>/<filepath>/<filename>>

nvram:clibanner

copy nvram:clibanner

<tftp://<ipaddr>/<filepath>/<filename>>

Mode

Privileged EXEC

5.11.2

set prompt

This command changes the name of the prompt. The length of name may be up to 64

alphanumeric characters.
Format

set prompt

<prompt_string>

Mode

Privileged EXEC

5.12

Watchdog Support Commands

The IPMC based hardware watchdog supervises board operation. There are 4 distinct

stages in the lifecycle of the system where different watchdog timers and actions are

used.

All watchdog parameters are stored in the bootloader environment. All times are in

seconds. All watchdog events will power cycle the board when the watchdog expires.

BIST watchdog during BIST

OS loader watchdog during loading of kernel and INITRD

Application Startup watchdog during startup of switching application

Application Running watchdog during normal execution of switching application

5.12.1

set watchdog

This command configures the watchdog. It sets the timeout for different watchdog

(during BIST, during loading of kernel and INITRD, during startup of switching

application and during normal execution of switching application) and the heartbeat

(sending interval and number of missed heartbeats before failure occurance). All

values (except missed heartbeats) are in seconds, a value “0” means that the related

watchdog is disabled.

Advertising